Implements a live preview for moving cells.
| mxCellStatePreview | Implements a live preview for moving cells. |
| Functions | |
| mxCellStatePreview | Constructs a move preview for the given graph. |
| Variables | |
| graph | Reference to the enclosing mxGraph. |
| deltas | Reference to the enclosing mxGraph. |
| count | Contains the number of entries in the map. |
| Functions | |
| isEmpty | Returns true if this contains no entries. |
| moveState | |
| show | |
| translateState | |
| revalidateState | |
| addEdges |
function mxCellStatePreview( graph )
Constructs a move preview for the given graph.
| graph | Reference to the enclosing mxGraph. |
mxCellStatePreview.prototype.graph
Reference to the enclosing mxGraph.
mxCellStatePreview.prototype.deltas
Reference to the enclosing mxGraph.
Constructs a move preview for the given graph.
function mxCellStatePreview( graph )
Reference to the enclosing mxGraph.
mxCellStatePreview.prototype.graph
Reference to the enclosing mxGraph.
mxCellStatePreview.prototype.deltas
Contains the number of entries in the map.
mxCellStatePreview.prototype.count
Returns true if this contains no entries.
mxCellStatePreview.prototype.isEmpty = function()
mxCellStatePreview.prototype.moveState = function( state, dx, dy, add, includeEdges )
mxCellStatePreview.prototype.show = function( visitor )
mxCellStatePreview.prototype.translateState = function( state, dx, dy )
mxCellStatePreview.prototype.revalidateState = function( state, dx, dy, visitor )
mxCellStatePreview.prototype.addEdges = function( state )