Class: xrx.shape.LineCreatable

xrx.shape. LineCreatable

(private) new xrx.shape.LineCreatable(line)

A class representing a creatable line shape.
Parameters:
Name Type Description
line xrx.shape.Line The parent line shape.
Source:

Methods

xrx.shape.LineCreatable#disposeInternal()

Disposes this creatable line shape.
Source:

xrx.shape.LineCreatable#getCoords()

Returns the coordinates of the line currently created.
Source:
Returns:
Array The coordinates.

xrx.shape.LineCreatable#handleDown(e)

Handles down events for a creatable line shape.
Parameters:
Name Type Description
e goog.events.BrowserEvent The browser event.
Source:

(private) xrx.shape.LineCreatable#handleMove()

Source:

(private) xrx.shape.LineCreatable#handleUp()

Source: