(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. |
Members
-
(private) xrx.shape.Hoverable#shape_ :xrx.shape.Shape
-
The target shape to be hovered.
Type:
-
(private) xrx.shape.Hoverable#store_ :xrx.shape.Style
-
Style helper to restore the original style when de-hovering this shape.
Type:
Methods
-
xrx.shape.Hoverable#disposeInternal()
-
Disposes this hoverable helper shape.
-
xrx.shape.Hoverable#hoverOff()
-
De-hovers this shape.
-
xrx.shape.Hoverable#hoverOn()
-
Hovers this shape.