Changed Methods |
Object clone()
|
Change in exceptions thrown from CloneNotSupportedException to no exceptions.
Documentation changed from old to new. Method was inherited from Object, but is now defined locally. Changed from native to non-native.
|
|
void deleteChar(AttributedCharacterIterator, int)
|
Documentation changed from old to new. |
Updates the TextMeasurer after a single character has been deleted from the paragraph currently represented by this TextMeasurer . |
float getAdvanceBetween(int, int)
|
Documentation changed from old to new. |
Returns the graphical width of a line beginning at start and including characters up to limit . |
TextLayout getLayout(int, int)
|
Documentation changed from old to new. |
Returns a TextLayout on the given character range. |
int getLineBreakIndex(int, float)
|
Documentation changed from old to new. |
Returns the index of the first character which will not fit on on a line beginning at start and possible measuring up to maxAdvance in graphical width. |
void insertChar(AttributedCharacterIterator, int)
|
Documentation changed from old to new. |
Updates the TextMeasurer after a single character has been inserted into the paragraph currently represented by this TextMeasurer . |