(private) new xrx.shape.Selectable(shape)
An abstract class representing an engine-independent
selectable shape.
Parameters:
Name | Type | Description |
---|---|---|
shape |
xrx.shape.Shape | The target shape to be selected. |
Members
-
(private) xrx.shape.Selectable#shape_ :xrx.shape.Shape
-
The target shape to be selected.
Type:
-
(private) xrx.shape.Selectable#store_ :xrx.shape.Style
-
Helper to restore the style when deselected.
Type:
Methods
-
xrx.shape.Selectable#disposeInternal()
-
Disposes this selectable shape.
-
xrx.shape.Selectable#selectOff()
-
De-selects this shape.
-
xrx.shape.Selectable#selectOn()
-
Selects this shape.