Changed Methods |
int drawTabbedText(Segment, int, int, Graphics, TabExpander, int)
|
Documentation changed from old to new. |
Draws the given text expanding any tabs that are contained using the given tab expansion technique. |
int getBreakLocation(Segment, FontMetrics, int, int, TabExpander, int)
|
Documentation changed from old to new. |
Determine where to break the given text to fit within the the given span. |
int getNextWord(JTextComponent, int)
|
Documentation changed from old to new. |
Determines the start of the next word for the given location. |
int getPreviousWord(JTextComponent, int)
|
Documentation changed from old to new. |
Determine the start of the prev word for the given location. |
int getTabbedTextWidth(Segment, FontMetrics, int, TabExpander, int)
|
Documentation changed from old to new. |
Determines the width of the given segment of text taking tabs into consideration. |
int getWordEnd(JTextComponent, int)
|
Documentation changed from old to new. |
Determines the end of a word for the given location. |
int getWordStart(JTextComponent, int)
|
Documentation changed from old to new. |
Determines the start of a word for the given model location. |
int getTabbedTextOffset(Segment, FontMetrics, int, int, TabExpander, int)
|
Documentation changed from old to new. |
Determines the relative offset into the given text that best represents the given span in the view coordinate system. |