| 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 |
Logs a debug trace.
static function debug( $text )
Decodes the given XML node.
function decode( $node, $into = null )
Parses the given node into the object or returns a new object representing the given node.
function decode( $dec, $node, & $into = null )
Reads the given attribute into the specified object.
function decodeAttribute( $dec, $attr, & $obj )
Decodes all attributes of the given node using decodeAttribute.
function decodeAttributes( $dec, $node, & $obj )
Decodes cells that have been encoded using inversion, ie.
function decodeCell( $node, $restoreStructures = true )
Reads the specified child into the given object.
function decodeChild( $dec, $child, & $obj )
Decodec all children of the given node using decodeChild.
function decodeChildren( $dec, $node, & $obj )
Calls decodeAttributes and decodeChildren for the given node.
function decodeNode( $dec, $node, & $obj )
Destroys all allocated resources.
function destroy()
Destroy all allocated resources for this reader.
function destroy()
Destroy all allocated resources.
function destroy()
Draws then given cloud.
function drawActor( $x, $y, $w, $h, $fill = null, $stroke = null, $shadow = false )
Draws the given cell state.
function drawCell( $state )
Draws then given cloud.
function drawCloud( $x, $y, $w, $h, $fill = null, $stroke = null, $shadow = false )
Draws then given cylinder.
function drawCylinder( $x, $y, $w, $h, $fill = null, $stroke = null, $shadow = false )
Draws the given fixed text line.
function drawFixedTextLine( $text, $font, $left, $top, $color, $horizontal = true )
Draws the given graph using this canvas.
public static function drawGraph( $graph, $clip = null, $bg = null )
Draws the given cell onto the specified canvas.
function drawGraph( $canvas )
Draws the given graph using this canvas.
public static function drawGraph( $graph, $clip = null, $bg = null )
Draws then given haxagon.
function drawHexagon( $x, $y, $w, $h, $fill = null, $stroke = null, $shadow = false, $direction = null )
Draws a given image.
function drawImage( $x, $y, $w, $h, $image, $aspect = true, $flipH = false, $flipV = false )
Draws the specified image.
function drawImage( $x, $y, $w, $h, $image, $aspect = true, $flipH = false, $flipV = false )
Draws the given label.
function drawLabel( $text, $state, $html = false )
Draws the given line.
function drawLine( $x0, $y0, $x1, $y1, $stroke = null, $dashed = false )
Draws the specified line.
function drawLine( $x0, $y0, $x1, $y1, $stroke = null, $dashed = false )
Draws the specified marker.
function drawMarker( $type, $p0, $pe, $size, $stroke )
Draws then given ellipse.
function drawOval( $x, $y, $w, $h, $fill = null, $stroke = null, $shadow = false )
Draws the given polygon.
function drawPolygon( $points, $fill = null, $stroke = null, $shadow = false )
Draws then given rectangle.
function drawRect( $x, $y, $w, $h, $fill = null, $stroke = null, $shadow = false, $rounded = false, $dashed = false )
Draws then given rhombus.
function drawRhombus( $x, $y, $w, $h, $fill = null, $stroke = null, $shadow = false )
Draws the given shape.
function drawShape( $x, $y, $w, $h, $style )
Draws the specified shape.
function drawShape( $shape, $x, $y, $w, $h, $stroke = null, $fill = null )
function drawText( $string, $x, $y, $w, $h, $style )
Draws the specified text.
function drawText( $string, $x, $y, $w, $h, $style )
Draws then given triangle.
function drawTriangle( $x, $y, $w, $h, $fill = null, $stroke = null, $shadow = false, $direction = null )
function drawTtfText( $string, $x, $y, $w, $h, $style )