|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.awt.font.LineBreakMeasurer
public final class LineBreakMeasurer
| 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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LineBreakMeasurer(AttributedCharacterIterator text,
BreakIterator breakIter,
FontRenderContext frc)
public LineBreakMeasurer(AttributedCharacterIterator text,
FontRenderContext frc)
| Method Detail |
|---|
public void deleteChar(AttributedCharacterIterator newParagraph,
int deletePos)
public void insertChar(AttributedCharacterIterator newParagraph,
int insertPos)
public TextLayout nextLayout(float wrappingWidth)
public TextLayout nextLayout(float wrappingWidth,
int offsetLimit,
boolean requireNextWord)
public int nextOffset(float wrappingWidth)
public int nextOffset(float wrappingWidth,
int offsetLimit,
boolean requireNextWord)
public void setPosition(int newPosition)
public int getPosition()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||