|
||||||||||
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(GraphicsNodeRenderContext rc)
Return a shape in user coords which encloses the current selection. |
java.lang.Object |
getSelection(GraphicsNodeRenderContext rc)
Get the current text selection. |
void |
selectAll(double x,
double y,
GraphicsNodeRenderContext rc)
Selects the entire contents of the GraphicsNode at (x, y).. |
void |
selectAt(double x,
double y,
GraphicsNodeRenderContext rc)
Initializes the current selection to begin with the character at (x, y). |
void |
selectTo(double x,
double y,
GraphicsNodeRenderContext rc)
Extends the current selection to the character at (x, y).. |
Method Detail |
public void selectAt(double x, double y, GraphicsNodeRenderContext rc)
public void selectTo(double x, double y, GraphicsNodeRenderContext rc)
public void selectAll(double x, double y, GraphicsNodeRenderContext rc)
public java.lang.Object getSelection(GraphicsNodeRenderContext rc)
public java.awt.Shape getHighlightShape(GraphicsNodeRenderContext rc)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |