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 |
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 )
Defines the default family for all truetype fonts.
public static $DEFAULT_FONTFAMILY
Defines the default size for all fonts in points.
public static $DEFAULT_FONTSIZE
Defines the default width and height for images used in the label shape.
public static $DEFAULT_IMAGESIZE
Defines the default linespacing.
public static $DEFAULT_LINESPACING
Defines the default size for all markers.
public static $DEFAULT_MARKERSIZE
Defines the default start size for swimlanes.
public static $DEFAULT_STARTSIZE
mxEdgeStyle to be used for loops.
var $defaultLoopStyle
Defines the number of degrees per radiant.
public static $DEG_PER_RAD
Destroys all allocated resources.
function destroy()
Destroy all allocated resources for this reader.
function destroy()
Destroy all allocated resources.
function destroy()
public static $DIRECTION_EAST
public static $DIRECTION_NORTH
public static $DIRECTION_SOUTH
public static $DIRECTION_WEST
The owner document of the codec.
var $document
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 )