Function 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
A
 add
 addAlias, mxCodecRegistry
 addBundle, mxGraph
 addElement, mxCodec
 addListener, mxEventSource
 addLogfile, mxLog
 addObjectValue, mxObjectCodec
 addStylename, mxUtils
 afterDecode, mxObjectCodec
 afterEncode, mxObjectCodec
 apply
B
 beforeDecode, mxObjectCodec
 beforeEncode, mxObjectCodec
 beginUpdate, mxGraphModel
C
 cellAdded, mxGraphModel
 cellCloned, mxGraphModel
 cellRemoved, mxGraphModel
 clear, mxGraphModel
 cloneCell, mxGraphModel
 cloneCellImpl, mxGraphModel
 cloneCells, mxGraphModel
 cloneTemplate, mxObjectCodec
 close, mxLog
 consume, 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
 createImage, mxGraph
 createRoot, mxGraphModel
 createState, mxGraphView
 createStylesheet, mxGraph
 createVertex, mxGraph
 createXmlDocument, mxUtils
function add($parent,  
$child,  
$index =  null)
Adds the specified child to the parent at the given index using mxChildChange and adds the change to the current transaction.
function add($rect)
Adds the given rectangle to this rectangle.
static function addAlias($classname,
$codecname)
Adds an alias for mapping a classname to a codecname.
Adds the specified mxImageBundle.
function addElement($node)
Adds the given element to elements if it has an ID.
function addListener($name,
$listener)
Adds a listener for the given event name.
static function addLogfile($filename)
Adds a file for logging.
function addObjectValue(&$obj,
$fieldname,
$value,
$template)
Sets the decoded child node as a value of the given object.
static function addStylename($style,
$stylename)
Adds the specified stylename to the given style if it does not already contain the stylename.
function afterDecode($dec,
$node,
&$obj)
Hook for subclassers to post-process the object after decoding.
function afterEncode($enc,
$obj,
$node)
Hook for subclassers to post-process the node for the given object after encoding and return the post-processed node.
public function apply($state,
$source,
$target,
$points,
&$result)
Implements an edge style function.
public function apply($bounds,
$vertex,
$next,
$orthogonal)
Implements a perimeter function.
function beforeDecode($dec,
$node,
&$obj)
Hook for subclassers to pre-process the node for the specified object and return the node to be used for further processing by decode.
function beforeEncode($enc,
$obj,
$node)
Hook for subclassers to pre-process the object before encoding.
function beginUpdate()
Increments the updateLevel by one.
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.
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.
function consume()
Consumes 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.
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.
Close