java.lang.Object
java.awt.font.LineBreakMeasurer
- See Also:
- Top Examples, Source Code,
TextLayout
public void deleteChar(AttributedCharacterIterator newParagraph,
int deletePos)
- See Also:
insertChar(java.text.AttributedCharacterIterator, int)
, NullPointerException, IndexOutOfBoundsException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int getPosition()
- See Also:
setPosition(int)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void insertChar(AttributedCharacterIterator newParagraph,
int insertPos)
- See Also:
deleteChar(java.text.AttributedCharacterIterator, int)
, NullPointerException, IndexOutOfBoundsException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public LineBreakMeasurer(AttributedCharacterIterator text,
FontRenderContext frc)
- See Also:
deleteChar(java.text.AttributedCharacterIterator, int)
, insertChar(java.text.AttributedCharacterIterator, int)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public LineBreakMeasurer(AttributedCharacterIterator text,
BreakIterator breakIter,
FontRenderContext frc)
- See Also:
deleteChar(java.text.AttributedCharacterIterator, int)
, insertChar(java.text.AttributedCharacterIterator, int)
, IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public TextLayout nextLayout(float wrappingWidth)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public TextLayout nextLayout(float wrappingWidth,
int offsetLimit,
boolean requireNextWord)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int nextOffset(float wrappingWidth)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int nextOffset(float wrappingWidth,
int offsetLimit,
boolean requireNextWord)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setPosition(int newPosition)
- See Also:
getPosition()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples