Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
C
 canvas, mxGraphViewImageReader
 cell, mxCellState
 cellAdded, mxGraphModel
 cellCloned, mxGraphModel
 cellRemoved, mxGraphModel
 cells, mxGraphModel
 children, mxCell
 clear, mxGraphModel
 cloneCell, mxGraphModel
 cloneCellImpl, mxGraphModel
 cloneCells, mxGraphModel
 cloneTemplate, mxObjectCodec
 close, mxLog
 codecs
 collapsed, mxCell
 connectable, mxCell
 consume, mxEventObject
 consumed, mxEventObject
 contains
 convert
 convertFile
 convertValueFromXml, mxObjectCodec
 convertValueToString, mxGraph
 convertValueToXml, mxObjectCodec
 copy
 copyValue, mxCell
 create, mxCellPath
 createCanvas
 createDefaultEdgeStyle, mxStylesheet
 createDefaultVertexStyle, mxStylesheet
 createEdge, mxGraph
 createGraphView, mxGraph
 createId, mxGraphModel
 createIds, mxGraphModel
 createImage, mxGraph
 createRoot, mxGraphModel
 createState, mxGraphView
 createStylesheet, mxGraph
 createVertex, mxGraph
 createXmlDocument, mxUtils
 current, mxLog
var $canvas
Holds the canvas.
var $cell
Reference to the mxCell that is represented by this state.
function cellAdded($cell)
Inner callback to update cells when a cell has been added.
function cellCloned($cell)
Hook for cloning the cell.
function cellRemoved($cell)
Inner callback to update cells when a cell has been removed.
var $cells
Maps from Ids to cells.
var $children
Holds the child cells.
function clear()
Sets a new root using createRoot.
function cloneCell($cell)
Returns a deep clone of the given mxCell (including the children) which is created using cloneCells.
function cloneCellImpl($cell,
$mapping,
$includeChildren)
Inner helper method for cloning cells recursively.
function cloneCells($cells,  
$includeChildren = true)
Returns an array of clones for the given array of mxCells.
function cloneTemplate()
Creates a new instance of the template for this codec.
static function close()
Closes all open logfiles.
Maps from constructor names to codecs.
public static $codecs
Maps from constructor names to codecs.
var $collapsed
Specifies whether the cell is collapsed.
var $connectable
Specifies whether the cell is connectable.
function consume()
Consumes the event.
var $consumed
Holds the consumed state of the event.
function contains($cell)
Returns true if the model contains the given mxCell.
static function contains($state,
$x,
$y)
Returns true if the specified point (x, y) is contained in the given rectangle.
static function convert($string,  
$background =  null)
Creates the HTML markup for the given display XML string.
static function convert($string,  
$background =  null)
Creates the image for the given display XML string.
static function convertFile($filename,  
$background =  null)
Creates the HTML markup for the given display XML file.
static function convertFile($filename,  
$background =  null)
Creates the image for the given display XML file.
function convertValueFromXml($value)
Returns the given value.
function convertValueToString($cell)
Returns the textual representation for the given cell.
function convertValueToXml($value)
Returns the given value without applying a conversion.
function copy()
Returns a clone of the cell.
function copy()
Returns a copy of this state where all members are deeply cloned except the view and cell references, which are copied with no cloning to the new instance.
function copy()
Returns a copy of this mxGeometry.
function copy()
Returns a copy of this mxPoint.
function copy()
Returns a copy of this mxRectangle.
function copyValue()
Returns a clone of the cell’s user object.
static function create($cell)
Creates the cell path for the given cell.
function createCanvas($attrs)
Returns the canvas to be used for rendering.
function createCanvas($attrs)
Returns the canvas to be used for rendering.
function createDefaultEdgeStyle()
Creates and returns the default edge style.
function createDefaultVertexStyle()
Creates and returns the default vertex style.
function createEdge($parent,  
$id =  null,
$value =  null,
$source =  null,
$target =  null,
$style =  null)
Creates the edge to be used in insertEdge.
function createGraphView()
Creates a new mxGraphView to be used in this graph.
function createId($cell)
Hook method to create an Id for the specified cell.
var $createIds
Specifies if the model should automatically create Ids for new cells.
function createImage($clip =  null,
$background =  null)
function createRoot()
Creates a new root cell with a default layer (child 0).
function createState($cell)
Creates the state for the specified cell.
function createStylesheet()
Creates a new mxStylesheet to be used in this graph.
function createVertex($parent,  
$id =  null,
$value =  null,
$x =  0,
$y =  0,
$width =  1,
$height =  1,
$style =  null,
$relative =  false)
Creates the vertex to be used in insertVertex.
static function createXmlDocument()
Returns a new, empty XML document.
public static $current
Default is true.
Close