|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface describing object that can be selected or have selections made on it.
Method Summary | |
java.awt.Shape |
getHighlightShape()
Return a shape in user coords which encloses the current selection. |
java.lang.Object |
getSelection()
Get the current text selection. |
boolean |
selectAll(double x,
double y)
Selects the entire contents of the GraphicsNode at (x, y). |
boolean |
selectAt(double x,
double y)
Initializes the current selection to begin with the character at (x, y). |
boolean |
selectTo(double x,
double y)
Extends the current selection to the character at (x, y).. |
Method Detail |
public boolean selectAt(double x, double y)
public boolean selectTo(double x, double y)
public boolean selectAll(double x, double y)
public java.lang.Object getSelection()
public java.awt.Shape getHighlightShape()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |