Index
All Classes and Interfaces|All Packages|Serialized Form
P
- paintComponent(Graphics) - Method in class selector.SelectionComponent
-
Visualize our model's state, as well as our interaction state, by drawing our view using `g`.
- PointToPointSelectionModel - Class in selector
-
Models a selection tool that connects each added point with a straight line.
- PointToPointSelectionModel(boolean) - Constructor for class selector.PointToPointSelectionModel
-
Create a model instance with no selection and no image.
- PointToPointSelectionModel(SelectionModel) - Constructor for class selector.PointToPointSelectionModel
-
Create a model instance with the same image and event notification policy as `copy`, and attempt to preserve `copy`'s selection if it can be represented without violating the invariants of this class.
- PointToPointSelectionModel.PointToPointState - Enum Class in selector
-
The possible states that a point-to-point selection model can be in.
- PolyLine - Class in selector
-
Represents an immutable path made up of straight line segments.
- PolyLine(int[], int[]) - Constructor for class selector.PolyLine
-
Create a poly-line whose points have x-coordinates `xs` and y-coordinates `ys`.
- PolyLine(Point, Point) - Constructor for class selector.PolyLine
-
Create a straight line segment starting at `start` and ending at `end`.
- PolyLineBuffer - Class in selector
-
A mutable buffer of points for building up a PolyLine one point at a time.
- PolyLineBuffer() - Constructor for class selector.PolyLineBuffer
-
Create an empty PolyLineBuffer with default capacity (suitable for general-purpose use).
- PolyLineBuffer(int) - Constructor for class selector.PolyLineBuffer
-
Create an empty PolyLineBuffer with an initial capacity of `initialCapacity`.
- propertyChange(PropertyChangeEvent) - Method in class selector.SelectionComponent
-
Repaint to update our view in response to any property changes from our model.
- propertyChange(PropertyChangeEvent) - Method in class selector.SelectorApp
-
React to property changes in an observed model.
- propSupport - Variable in class selector.SelectionModel
-
Helper object for managing property change notifications.
All Classes and Interfaces|All Packages|Serialized Form