Class: xrx.shape.Hoverable

xrx.shape. Hoverable

(private) new xrx.shape.Hoverable(shape)

An abstract class representing an engine-independent hoverable shape.
Parameters:
Name Type Description
shape xrx.shape.Shape The target shape to be hovered.
Source:

Members

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

The target shape to be hovered.
Type:
Source:

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

Style helper to restore the original style when de-hovering this shape.
Type:
Source:

Methods

xrx.shape.Hoverable#disposeInternal()

Disposes this hoverable helper shape.
Source:

xrx.shape.Hoverable#hoverOff()

De-hovers this shape.
Source:

xrx.shape.Hoverable#hoverOn()

Hovers this shape.
Source: