public interface Selectable
Modifier and Type | Method and Description |
---|---|
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)..
|
boolean selectAt(double x, double y)
boolean selectTo(double x, double y)
boolean selectAll(double x, double y)
java.lang.Object getSelection()
java.awt.Shape getHighlightShape()
Copyright © 2022 Apache Software Foundation. All Rights Reserved.