GNU Classpath (0.18) | ||
Frames | No Frames |
Methods with parameter type javax.swing.text.Segment | |
int | Draws the given text segment. |
void | Fetches a piece of content and stores it in txt .
|
void | Fetches a piece of content and stores it in a Segment object.
|
void | |
int | Determines the width, that the given text s would take
if it was printed with the given FontMetrics on the
specified screen position.
|
void | Fetches a piece of this Document 's content and stores
it in the given Segment .
|
void | Fetch the textual content starting at offset with
a length of length and store it in txt .
|
Methods with return type javax.swing.text.Segment | |
Segment | Returns the text segment that this view is responsible for.
|
GNU Classpath (0.18) |