mxTemporaryCellStates

Creates a temporary set of cell states.

Summary
mxTemporaryCellStatesCreates a temporary set of cell states.
Variables
viewHolds the width of the rectangle.
oldStatesHolds the height of the rectangle.
oldBoundsHolds the height of the rectangle.
oldScaleHolds the height of the rectangle.
Functions
destroyReturns the top, left corner as a new mxPoint.

Variables

view

mxTemporaryCellStates.prototype.view

Holds the width of the rectangle.  Default is 0.

oldStates

mxTemporaryCellStates.prototype.oldStates

Holds the height of the rectangle.  Default is 0.

oldBounds

mxTemporaryCellStates.prototype.oldBounds

Holds the height of the rectangle.  Default is 0.

oldScale

mxTemporaryCellStates.prototype.oldScale

Holds the height of the rectangle.  Default is 0.

Functions

destroy

mxTemporaryCellStates.prototype.destroy = function()

Returns the top, left corner as a new mxPoint.

mxTemporaryCellStates.prototype.view
Holds the width of the rectangle.
mxTemporaryCellStates.prototype.oldStates
Holds the height of the rectangle.
mxTemporaryCellStates.prototype.oldBounds
Holds the height of the rectangle.
mxTemporaryCellStates.prototype.oldScale
Holds the height of the rectangle.
mxTemporaryCellStates.prototype.destroy = function()
Returns the top, left corner as a new mxPoint.
Implements a 2-dimensional vector with double precision coordinates.
Close