Class: xrx.shape.Selectable

xrx.shape. Selectable

(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.
Source:

Members

(private) xrx.shape.Selectable#shape_ :xrx.shape.Shape

The target shape to be selected.
Type:
Source:

(private) xrx.shape.Selectable#store_ :xrx.shape.Style

Helper to restore the style when deselected.
Type:
Source:

Methods

xrx.shape.Selectable#disposeInternal()

Disposes this selectable shape.
Source:

xrx.shape.Selectable#selectOff()

De-selects this shape.
Source:

xrx.shape.Selectable#selectOn()

Selects this shape.
Source: