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
D
 debug, mxLog
 decode
 decodeAttribute, mxObjectCodec
 decodeAttributes, mxObjectCodec
 decodeCell, mxCodec
 decodeChild, mxObjectCodec
 decodeChildren, mxObjectCodec
 decodeNode, mxObjectCodec
 DEFAULT_FONTFAMILY, mxConstants
 DEFAULT_FONTSIZE, mxConstants
 DEFAULT_IMAGESIZE, mxConstants
 DEFAULT_LINESPACING, mxConstants
 DEFAULT_MARKERSIZE, mxConstants
 DEFAULT_STARTSIZE, mxConstants
 defaultLoopStyle, mxGraph
 DEG_PER_RAD, mxConstants
 destroy
 DIRECTION_EAST, mxConstants
 DIRECTION_NORTH, mxConstants
 DIRECTION_SOUTH, mxConstants
 DIRECTION_WEST, mxConstants
 document, mxCodec
 drawActor, mxGdCanvas
 drawCell, mxGdCanvas
 drawCloud, mxGdCanvas
 drawCylinder, mxGdCanvas
 drawFixedTextLine, mxGdCanvas
 drawGraph
 drawHexagon, mxGdCanvas
 drawImage
 drawLabel, mxGdCanvas
 drawLine
 drawMarker, mxGdCanvas
 drawOval, mxGdCanvas
 drawPolygon, mxGdCanvas
 drawRect, mxGdCanvas
 drawRhombus, mxGdCanvas
 drawShape
 drawString, mxGdCanvas
 drawText
 drawTriangle, mxGdCanvas
 drawTtfText, mxGdCanvas
 drawTtxTextLine, mxGdCanvas
static function debug($text)
Logs a debug trace.
function decode($node,  
$into =  null)
Decodes the given XML node.
function decode($dec,  
$node,  
&$into =  null)
Parses the given node into the object or returns a new object representing the given node.
function decodeAttribute($dec,
$attr,
&$obj)
Reads the given attribute into the specified object.
function decodeAttributes($dec,
$node,
&$obj)
Decodes all attributes of the given node using decodeAttribute.
function decodeCell($node,  
$restoreStructures =  true)
Decodes cells that have been encoded using inversion, ie.
function decodeChild($dec,
$child,
&$obj)
Reads the specified child into the given object.
function decodeChildren($dec,
$node,
&$obj)
Decodec all children of the given node using decodeChild.
function decodeNode($dec,
$node,
&$obj)
Calls decodeAttributes and decodeChildren for the given node.
public static $DEFAULT_FONTFAMILY
Defines the default family for all truetype fonts.
public static $DEFAULT_FONTSIZE
Defines the default size (in px).
public static $DEFAULT_IMAGESIZE
Defines the default width and height for images used in the label shape.
public static $DEFAULT_LINESPACING
Defines the default linespacing.
public static $DEFAULT_MARKERSIZE
Defines the default size for all markers.
public static $DEFAULT_STARTSIZE
Defines the default start size for swimlanes.
var $defaultLoopStyle
mxEdgeStyle to be used for loops.
public static $DEG_PER_RAD
Defines the number of degrees per radiant.
function destroy()
Destroys all allocated resources.
function destroy()
Destroy all allocated resources for this reader.
function destroy()
Destroy all allocated resources.
public static $DIRECTION_EAST
public static $DIRECTION_NORTH
public static $DIRECTION_SOUTH
public static $DIRECTION_WEST
var $document
The owner document of the codec.
function drawActor($x,  
$y,  
$w,  
$h,  
$fill =  null,
$stroke =  null,
$shadow = false)
Draws then given cloud.
function drawCell($state)
Draws the given cell state.
function drawCloud($x,  
$y,  
$w,  
$h,  
$fill =  null,
$stroke =  null,
$shadow = false)
Draws then given cloud.
function drawCylinder($x,  
$y,  
$w,  
$h,  
$fill =  null,
$stroke =  null,
$shadow =  false)
Draws then given cylinder.
function drawFixedTextLine($text,  
$font,  
$left,  
$top,  
$color,  
$horizontal =  true)
Draws the given fixed text line.
public static function drawGraph($graph,  
$clip =  null,
$bg =  null)
Draws the given graph using this canvas.
function drawGraph($canvas)
Draws the given cell onto the specified canvas.
public static function drawGraph($graph,  
$clip =  null,
$bg =  null)
Draws the given graph using this canvas.
function drawHexagon($x,  
$y,  
$w,  
$h,  
$fill =  null,
$stroke =  null,
$shadow =  false,
$direction =  null)
Draws then given haxagon.
function drawImage($x,  
$y,  
$w,  
$h,  
$image,  
$aspect =  true,
$flipH =  false,
$flipV =  false)
Draws a given image.
function drawImage($x,  
$y,  
$w,  
$h,  
$image,  
$aspect =  true,
$flipH =  false,
$flipV =  false)
Draws the specified image.
function drawLabel($text,  
$state,  
$html =  false)
Draws the given label.
function drawLine($x0,  
$y0,  
$x1,  
$y1,  
$stroke =  null,
$dashed =  false)
Draws the given line.
function drawLine($x0,  
$y0,  
$x1,  
$y1,  
$stroke =  null,
$dashed =  false)
Draws the specified line.
function drawMarker($type,
$p0,
$pe,
$size,
$stroke)
Draws the specified marker.
function drawOval($x,  
$y,  
$w,  
$h,  
$fill =  null,
$stroke =  null,
$shadow =  false)
Draws then given ellipse.
function drawPolygon($points,  
$fill =  null,
$stroke =  null,
$shadow =  false)
Draws the given polygon.
function drawRect($x,  
$y,  
$w,  
$h,  
$fill =  null,
$stroke =  null,
$shadow =  false,
$rounded =  false,
$dashed =  false)
Draws then given rectangle.
function drawRhombus($x,  
$y,  
$w,  
$h,  
$fill =  null,
$stroke =  null,
$shadow =  false)
Draws then given rhombus.
function drawShape($x,
$y,
$w,
$h,
$style)
Draws the given shape.
function drawShape($shape,  
$x,  
$y,  
$w,  
$h,  
$stroke = null,
$fill = null)
Draws the specified shape.
function drawText($string,
$x,
$y,
$w,
$h,
$style)
function drawText($string,
$x,
$y,
$w,
$h,
$style)
Draws the specified text.
function drawTriangle($x,  
$y,  
$w,  
$h,  
$fill =  null,
$stroke =  null,
$shadow =  false,
$direction =  null)
Draws then given triangle.
function drawTtfText($string,
$x,
$y,
$w,
$h,
$style)
Draws a single line of the given true type font text.
Close