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
E
 encode
 encodeCell, mxCodec
 encodeImage, mxUtils
 encodeObject, mxObjectCodec
 encodeValue, mxObjectCodec
 endElement, mxGraphViewImageReader
 endUpdate, mxGraphModel
 enter, mxLog
 equals
 error, mxLog
 evaluate, mxUtils
F
 findNode, mxUtils
 findTreeRoots, mxGraph
 fine, mxLog
 fireEvent, mxEventSource
 flipImage, mxUtils
function encode($obj)
Encodes the specified object and returns the resulting XML node.
function encode($enc,
$obj)
Encodes the specified object and returns a node representing then given object.
function encodeCell($cell,  
$node,  
$includeChildren = true)
Encoding of cell hierarchies is built-into the core, but is a higher-level function that needs to be explicitely used by the respective object encoders (eg.
static function encodeImage($image,  
$format = null)
Encodes the given image using the GD image encoding routines.
function encodeObject($enc,
$obj,
$node)
Encodes the value of each member in then given obj into the given node using encodeValue.
function encodeValue($enc,
$obj,
$name,
$value,
$node)
Converts the given value according to the mappings and id-refs in this codec and uses writeAttribute to write the attribute into the given node.
function endElement($parser,
$name)
Invoked by the SAX parser when an element ends.
function endUpdate()
Decrements the updateLevel by one and fires a notification event if the updateLevel reaches 0.
static function enter($method,  
$text = "")
Logs a method entry.
function equals($obj)
Returns true if the given object equals this point.
function equals($obj)
Returns true if the given object equals this rectangle.
static function error($text)
Logs an error trace.
static function evaluate($expression)
Evaluates an expression to a class member.
static function findNode($node,
$attr,
$value)
Returns the first node where attr equals value.
function findTreeRoots($parent,  
$isolate =  false,
$invert =  false)
Returns all children in the given parent which do not have incoming edges.
static function fine($text)
Logs a fine trace.
function fireEvent($event)
Fires the event for the specified name.
static function flipImage($img,
$flipH,
$flipV)
Flips the given image horizontally and/or vertically and returns a new image instance.
Close