Changed Methods |
void drawLine(int, Graphics, int, int)
|
Documentation changed from old to new. |
Renders a line of text suppressing whitespace at the end and expanding any tabs. |
int drawSelectedText(Graphics, int, int, int, int)
|
Documentation changed from old to new. |
Renders the given range in the model as selected text. |
int drawUnselectedText(Graphics, int, int, int, int)
|
Documentation changed from old to new. |
Renders the given range in the model as normal unselected text. |
Segment getLineBuffer()
|
Documentation changed from old to new. |
Gives access to a buffer that can be used to fetch text from the associated document. |
float getPreferredSpan(int )
|
Documentation changed from old to new. |
Determines the preferred span for this view along an axis. |
void setSize(float, float)
|
Documentation changed from old to new. Method was inherited from View, but is now defined locally.
|
Sets the size of the view. |