Index
All Classes and Interfaces|All Packages|Serialized Form
A 
- addPoint(Point) - Method in class selector.SelectionModel
-
If no selection has been started, start selecting from `p`.
- addPropertyChangeListener(PropertyChangeListener) - Method in class selector.SelectionModel
-
Register `listener` to be notified whenever any property of this model is changed.
- addPropertyChangeListener(String, PropertyChangeListener) - Method in class selector.SelectionModel
-
Register `listener` to be notified whenever the property named `propertyName` of this model is changed.
- append(int, int) - Method in class selector.PolyLineBuffer
-
Append the point `(x, y)` to the end of this buffer if it is distinct from the buffer's current endpoint.
- append(Point) - Method in class selector.PolyLineBuffer
-
Append the point `p` to the end of this buffer if it is distinct from the buffer's current endpoint.
- appendToSelection(Point) - Method in class selector.PointToPointSelectionModel
-
Add `p` as the next control point of our selection, extending our selection with a straight line segment from the end of the current selection path to `p`.
- appendToSelection(Point) - Method in class selector.SelectionModel
-
Add `p` as the next control point of our selection, extending our selection with a new segment if appropriate.
- appendToSelection(Point) - Method in class selector.SplineSelectionModel
-
Add `p` as the next control point of our selection.
All Classes and Interfaces|All Packages|Serialized Form