Generated by
JDiff

Class java.awt.font.LineBreakMeasurer

Changed Constructors
LineBreakMeasurer(AttributedCharacterIterator, FontRenderContext) Documentation changed from old to new.
Constructs a LineBreakMeasurer for the specified text.
LineBreakMeasurer(AttributedCharacterIterator, BreakIterator, FontRenderContext) Documentation changed from old to new.
Constructs a LineBreakMeasurer for the specified text.
 

Changed Methods
void deleteChar(AttributedCharacterIterator, int) Documentation changed from old to new.
Updates this LineBreakMeasurer after a single character is deleted from the text and sets the current position to the beginning of the paragraph.
void insertChar(AttributedCharacterIterator, int) Documentation changed from old to new.
Updates this LineBreakMeasurer after a single character is inserted into the text and sets the current position to the beginning of the paragraph.
TextLayout nextLayout(float) Documentation changed from old to new.
Returns the next layout and updates the current position.
TextLayout nextLayout(float, int, boolean) Documentation changed from old to new.
Returns the next layout and updates the current position.
int nextOffset(float) Documentation changed from old to new.
Returns the position at the end of the next layout.