|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TextBounds.Strategy | |
| 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 TextBounds.Strategy in edu.neu.ccs.gui |
| Fields in edu.neu.ccs.gui declared as TextBounds.Strategy | |
static TextBounds.Strategy |
TextBounds.TIGHT
The TIGHT Strategy produces tight bounds on
the TextPaintable by calling the method
getTightBounds. |
static TextBounds.Strategy |
TextBounds.LOOSE
The LOOSE Strategy produces loose bounds on
the TextPaintable by calling the method
getLooseBounds. |
| Methods in edu.neu.ccs.gui that return TextBounds.Strategy | |
TextBounds.Strategy |
TextPaintable.getBoundsStrategy()
Returns the bounds strategy for this TextPaintable. |
| Methods in edu.neu.ccs.gui with parameters of type TextBounds.Strategy | |
void |
TextPaintable.setBoundsStrategy(TextBounds.Strategy strategy)
Sets the bounds strategy for this TextPaintable. |
| Constructors in edu.neu.ccs.gui with parameters of type TextBounds.Strategy | |
TextPaintable(String string,
Font font,
Paint fillpaint,
TextBounds.Strategy strategy)
The constructor that creates a TextPaintable with
the given string, font, fill paint, and bounds strategy. |
|
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 | |||||||||