|
Java Platform 1.2 Beta 4 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TextLayout | |
java.awt.font | Provides classes and interface relating to fonts. |
Uses of TextLayout in java.awt.font |
Methods in java.awt.font that return TextLayout | |
TextLayout | TextLayout.getJustifiedLayout(float justificationWidth)
Create a copy of this layout justified to the given width. |
TextLayout | LineBreakMeasurer.nextLayout(float maxAdvance)
Return the next layout, and update the current position. |
TextLayout | LineBreakMeasurer.nextLayout(float wrappingWidth,
int offsetLimit,
boolean requireNextWord)
Return the next layout, and update the current position. |
Methods in java.awt.font with parameters of type TextLayout | |
boolean | TextLayout.equals(TextLayout rhs)
Return true if the two layouts are equal. |
TextHitInfo | TextLayout.CaretPolicy.getStrongCaret(TextHitInfo hit1,
TextHitInfo hit2,
TextLayout layout)
Choose one of the given TextHitInfo instances as a strong caret in the given TextLayout. |
|
Java Platform 1.2 Beta 4 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |