java.awt.font
public final class LineBreakMeasurer extends Object
| Constructor Summary | |
|---|---|
| LineBreakMeasurer(AttributedCharacterIterator text, BreakIterator breakIter, FontRenderContext frc) | |
| LineBreakMeasurer(AttributedCharacterIterator text, FontRenderContext frc) | |
| Method Summary | |
|---|---|
| void | deleteChar(AttributedCharacterIterator newParagraph, int deletePos) |
| int | getPosition() |
| void | insertChar(AttributedCharacterIterator newParagraph, int insertPos) |
| TextLayout | nextLayout(float wrappingWidth) |
| TextLayout | nextLayout(float wrappingWidth, int offsetLimit, boolean requireNextWord) |
| int | nextOffset(float wrappingWidth) |
| int | nextOffset(float wrappingWidth, int offsetLimit, boolean requireNextWord) |
| void | setPosition(int newPosition) |