|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TextAnchor.YLocator | |
| 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.YLocator in edu.neu.ccs.gui |
| Fields in edu.neu.ccs.gui declared as TextAnchor.YLocator | |
static TextAnchor.YLocator |
TextAnchor.BASELINE
The YLocator object that corresponds to an anchor
on the base line of the displayed string. |
static TextAnchor.YLocator |
TextAnchor.ASCENTLINE
The YLocator object that corresponds to an anchor
on the ascent line of the displayed string. |
static TextAnchor.YLocator |
TextAnchor.DESCENTLINE
The YLocator object that corresponds to an anchor
on the descent line of the displayed string. |
static TextAnchor.YLocator |
TextAnchor.LEADINGLINE
The YLocator object that corresponds to an anchor
on the leading line of the displayed string. |
| Methods in edu.neu.ccs.gui with parameters of type TextAnchor.YLocator | |
static TextAnchor.Locator |
TextAnchor.makeLocator(TextAnchor.XLocator xlocator,
TextAnchor.YLocator ylocator)
Returns a Locator object constructed using the given
XLocator and YLocator objects. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||