|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TextAnchor.Locator | |
| edu.neu.ccs.gui | Provides classes and interfaces for designing and implementing graphical interfaces and for the creation of paintable and mutatable objects.. |
| Uses of TextAnchor.Locator in edu.neu.ccs.gui |
| Fields in edu.neu.ccs.gui declared as TextAnchor.Locator | |
static TextAnchor.Locator |
TextAnchor.LEFT_BASELINE
The Locator that combines
LEFT and BASELINE. |
static TextAnchor.Locator |
TextAnchor.RIGHT_BASELINE
The Locator that combines
RIGHT and BASELINE. |
static TextAnchor.Locator |
TextAnchor.CENTER_BASELINE
The Locator that combines
CENTER and BASELINE. |
static TextAnchor.Locator |
TextAnchor.LEFT_ASCENTLINE
The Locator that combines
LEFT and ASCENTLINE. |
static TextAnchor.Locator |
TextAnchor.RIGHT_ASCENTLINE
The Locator that combines
RIGHT and ASCENTLINE. |
static TextAnchor.Locator |
TextAnchor.CENTER_ASCENTLINE
The Locator that combines
CENTER and ASCENTLINE. |
static TextAnchor.Locator |
TextAnchor.LEFT_DESCENTLINE
The Locator that combines
LEFT and DESCENTLINE. |
static TextAnchor.Locator |
TextAnchor.RIGHT_DESCENTLINE
The Locator that combines
RIGHT and DESCENTLINE. |
static TextAnchor.Locator |
TextAnchor.CENTER_DESCENTLINE
The Locator that combines
CENTER and DESCENTLINE. |
static TextAnchor.Locator |
TextAnchor.LEFT_LEADINGLINE
The Locator that combines
LEFT and LEADING. |
static TextAnchor.Locator |
TextAnchor.RIGHT_LEADINGLINE
The Locator that combines
RIGHT and LEADINGLINE. |
static TextAnchor.Locator |
TextAnchor.CENTER_LEADINGLINE
The Locator that combines
CENTER and LEADINGLINE. |
| Methods in edu.neu.ccs.gui that return TextAnchor.Locator | |
TextAnchor.Locator |
TextPaintable.getAnchorLocator()
Returns the TextAnchor.Locator for this
TextPaintable. |
static TextAnchor.Locator |
TextAnchor.makeLocator(TextAnchor.XLocator xlocator,
TextAnchor.YLocator ylocator)
Returns a Locator object constructed using the given
XLocator and YLocator objects. |
| Methods in edu.neu.ccs.gui with parameters of type TextAnchor.Locator | |
void |
TextPaintable.setAnchorLocator(TextAnchor.Locator locator)
Sets the TextAnchor.Locator for this
TextPaintable. |
| Constructors in edu.neu.ccs.gui with parameters of type TextAnchor.Locator | |
TextPaintable(String string,
Font font,
Paint fillpaint,
TextBounds.Strategy strategy,
TextAnchor.Locator locator)
The constructor that creates a TextPaintable with
the given string, font, fill paint, bounds strategy, and anchor
locator. |
|
TextPaintable(String string,
Font font,
Paint fillpaint,
TextBounds.Strategy strategy,
TextAnchor.Locator locator,
float anchorX,
float anchorY)
The constructor that creates a TextPaintable with
the given string, font, fill paint, bounds strategy, anchor locator,
and anchor position. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||