KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > awt > font > LineBreakMeasurer

java.awt.font
Class LineBreakMeasurer

java.lang.Object
  extended by 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  

Popular Tags