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
D
 debug, mxLog
 decode
 decodeAttribute, mxObjectCodec
 decodeAttributes, mxObjectCodec
 decodeCell, mxCodec
 decodeChild, mxObjectCodec
 decodeChildren, mxObjectCodec
 decodeNode, mxObjectCodec
 destroy
 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.
function destroy()
Destroys all allocated resources.
function destroy()
Destroy all allocated resources for this reader.
function destroy()
Destroy all allocated resources.
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