Specifies whether the cell is an edge.
var $edge
Holds the edges.
var $edges
Name of the entity relation edge style.
public static $EDGESTYLE_ENTITY_RELATION
Name of the loop edge style.
public static $EDGESTYLE_LOOP
Name of the side to side edge style.
public static $EDGESTYLE_SIDETOSIDE
Name of the top to bottom edge style.
public static $EDGESTYLE_TOPTOBOTTOM
public static $ELBOW_HORIZONTAL
public static $ELBOW_VERTICAL
Provides an elbow connector.
public static $ElbowConnector
Maps from IDs to elements.
var $elements
Provides an elliptic perimeter.
public static $EllipsePerimeter
An empty mxPoint instance.
var $EMPTY_POINT
Specifies if truetype fonts are enabled if available.
var $enableTtf
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 )
Specifies if default values should be encoded.
var $encodeDefaults
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 = "" )
Defines the length of the horizontal segment of an Entity Relation.
public static $ENTITY_SEGMENT
Provides an entity relation style for edges (as used in database schema diagrams).
public static $EntityRelation
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 )
Holds the registered listeners.
var $eventListeners
Array containing the variable names that should be ignored by the codec.
var $exclude
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 )
public static $FONT_BOLD
public static $FONT_ITALIC
public static $FONT_UNDERLINE