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 |
Encodes the specified object and returns the resulting XML node.
function encode( $obj )
Encodes the specified object and returns a node representing then given object.
function encode( $enc, $obj )
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.
function encodeCell( $cell, $node, $includeChildren = true )
Encodes the given image using the GD image encoding routines.
static function encodeImage( $image, $format = null )
Encodes the value of each member in then given obj into the given node using encodeValue.
function encodeObject( $enc, $obj, $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 encodeValue( $enc, $obj, $name, $value, $node )
Invoked by the SAX parser when an element ends.
function endElement( $parser, $name )
Decrements the updateLevel by one and fires a notification event if the updateLevel reaches 0.
function endUpdate()
Logs a method entry.
static function enter( $method, $text = "" )
Returns true if the given object equals this point.
function equals( $obj )
Returns true if the given object equals this rectangle.
function equals( $obj )
Logs an error trace.
static function error( $text )
Evaluates an expression to a class member.
static function evaluate( $expression )
Returns the first node where attr equals value.
static function findNode( $node, $attr, $value )
Returns all children in the given parent which do not have incoming edges.
function findTreeRoots( $parent, $isolate = false, $invert = false )
Logs a fine trace.
static function fine( $text )
Fires the event for the specified name.
function fireEvent( $event )
Flips the given image horizontally and/or vertically and returns a new image instance.
static function flipImage( $img, $flipH, $flipV )