A | |
absoluteOffset, mxCellState | |
absolutePoints, mxCellState | |
ACTIVE_REGION, mxConstants | |
add | |
addAlias, mxCodecRegistry | |
addBundle, mxGraph | |
addElement, mxCodec | |
addListener, mxEventSource | |
addLogfile, mxLog | |
addObjectValue, mxObjectCodec | |
addStylename, mxUtils | |
afterDecode, mxObjectCodec | |
afterEncode, mxObjectCodec | |
aliases, mxCodecRegistry | |
ALIGN_BOTTOM, mxConstants | |
ALIGN_CENTER, mxConstants | |
ALIGN_LEFT, mxConstants | |
ALIGN_MIDDLE, mxConstants | |
ALIGN_RIGHT, mxConstants | |
ALIGN_TOP, mxConstants | |
alternateBounds, mxGeometry | |
antialias | |
API Specification | |
apply | |
ARROW_BLOCK, mxConstants | |
ARROW_CLASSIC, mxConstants | |
ARROW_DIAMOND, mxConstants | |
ARROW_OPEN, mxConstants | |
ARROW_OVAL, mxConstants | |
ARROW_SIZE, mxConstants | |
ARROW_SPACING, mxConstants | |
ARROW_WIDTH, mxConstants | |
B | |
background, mxGraphViewImageReader | |
beforeDecode, mxObjectCodec | |
beforeEncode, mxObjectCodec | |
beginUpdate, mxGraphModel | |
border, mxGraphViewImageReader | |
boundingBox, mxCellState |
mxPoint that holds the absolute offset.
var $absoluteOffset
Holds an array of mxPoints that represent the absolute points of an edge.
var $absolutePoints
Defines the portion of the cell which is to be used as a connectable region.
public static $ACTIVE_REGION
Adds the specified child to the parent at the given index using mxChildChange and adds the change to the current transaction.
function add( $parent, $child, $index = null )
Adds the given rectangle to this rectangle.
function add( $rect )
Adds an alias for mapping a classname to a codecname.
static function addAlias( $classname, $codecname )
Adds the given element to elements if it has an ID.
function addElement( $node )
Adds a listener for the given event name.
function addListener( $name, $listener )
Adds a file for logging.
static function addLogfile( $filename )
Sets the decoded child node as a value of the given object.
function addObjectValue( & $obj, $fieldname, $value, $template )
Adds the specified stylename to the given style if it does not already contain the stylename.
static function addStylename( $style, $stylename )
Hook for subclassers to post-process the object after decoding.
function afterDecode( $dec, $node, & $obj )
Hook for subclassers to post-process the node for the given object after encoding and return the post-processed node.
function afterEncode( $enc, $obj, $node )
Maps from classnames to codecnames.
public static $aliases
public static $ALIGN_BOTTOM
public static $ALIGN_CENTER
public static $ALIGN_LEFT
public static $ALIGN_MIDDLE
public static $ALIGN_RIGHT
public static $ALIGN_TOP
Stores alternate values for x, y, width and height in a rectangle.
var $alternateBounds
Specifies if antialiasing should be enabled.
var $antialias
Implements an edge style function.
public function apply( $state, $source, $target, $points, & $result )
Implements a perimeter function.
public function apply( $bounds, $vertex, $next, $orthogonal )
public static $ARROW_BLOCK
public static $ARROW_CLASSIC
public static $ARROW_DIAMOND
public static $ARROW_OPEN
public static $ARROW_OVAL
Defines the size of the arrowhead in the arrow shape.
public static $ARROW_SIZE
Defines the spacing between the arrow shape and its terminals.
public static $ARROW_SPACING
Defines the width of the arrow shape.
public static $ARROW_WIDTH
Holds the background color.
var $background
Hook for subclassers to pre-process the node for the specified object and return the node to be used for further processing by decode.
function beforeDecode( $dec, $node, & $obj )
Hook for subclassers to pre-process the object before encoding.
function beforeEncode( $enc, $obj, $node )
Increments the updateLevel by one.
function beginUpdate()
Holds the border size.
var $border
Holds the largest rectangle which contains all rendering for this cell.
var $boundingBox