Interface | Description |
---|---|
EditablePolyline.ActionProviderInterface |
Outside tools or classes that extend EditablePolyline or interact intimately with it may
choose to provide an implementation of this interface if they need to implement their own
EditActions, potentially overriding the default behaviors of the built in ones.
|
EditablePolyline.OnEditableChangedListener |
Editable state listener
|
Rectangle.OnMoveListener |
Class | Description |
---|---|
CircleEditTool | |
CircleEditTool.EditRadiusAction | |
CircleEditTool.MovePointAction | |
EditablePolyline |
A Polyline that supports modification of it's points via the GUI.
|
EditablePolylineEditTool | |
EditablePolylineReceiver |
Handles common functions for EditablePolylines that require broadcasts / an overarching view of
the system beyond a single association _poly.
|
GLMultipolyline | Deprecated
MultiPolyline no longer uses its own special renderer |
Rectangle |
An editable rectangle that can be built with 2P + D input
The rectangle itself is made of anchor markers, association lines, and
a shape fill
See
DrawingRectangle for the default drawing shape implementation |
Rectangle.Builder |
Allows the creation of a Rectangle.
|
Rectangle.MovePointAction |
UNDO ACTIONS
|
RectangleEditTool |
Enum | Description |
---|---|
Rectangle.Builder.Mode |