Implements a mechanism for temporary cell Ids.
| mxCellPath | Implements a mechanism for temporary cell Ids. |
| Variables | |
| codecs | Maps from constructor names to codecs. |
| Functions | |
| create | Creates the cell path for the given cell. |
| getParentPath | Returns the cell for the specified cell path using the given root as the root of the path. |
| resolve | Returns the cell for the specified cell path using the given root as the root of the path. |
Creates the cell path for the given cell.
static function create( $cell )
Returns the cell for the specified cell path using the given root as the root of the path.
static function getParentPath( $path )
Returns the cell for the specified cell path using the given root as the root of the path.
static function resolve( $root, $path )