H | |
height | |
html, mxHtmlCanvas | |
I | |
id, mxCell | |
idrefs, mxObjectCodec | |
image, mxGdCanvas | |
imageBundles, mxGraph | |
imageCache, mxGdCanvas | |
images, mxImageBundle | |
indexOf, mxUtils | |
indexOfStylename, mxUtils | |
info, mxLog | |
insert, mxCell | |
insertEdge | |
insertIntoGraph, mxCodec | |
insertVertex, mxGraph | |
intersection, mxUtils | |
invalid, mxCellState | |
invalidate, mxGraphView | |
isAncestor, mxGraphModel | |
isCellCollapsed, mxGraph | |
isCellVisible, mxGraph | |
isCollapsed | |
isConnectable | |
isConsumed, mxEventObject | |
isEdge | |
isExcluded, mxObjectCodec | |
isNode, mxUtils | |
isOrthogonal, mxGraph | |
isReference, mxObjectCodec | |
isVertex | |
isVisible | |
L | |
LABEL_INSET, mxConstants | |
labelBounds, mxCellState | |
labelsVisible, mxGraph | |
leave, mxLog | |
length, mxCellState | |
level_debug, mxLog | |
level_error, mxLog | |
level_fine, mxLog | |
level_info, mxLog | |
level_warn, mxLog | |
loadImage | |
loadXmlDocument, mxUtils | |
logfiles, mxLog | |
lookup, mxCodec | |
Loop, mxEdgeStyle |
Holds the height of the rectangle.
var $height
Holds the html markup.
var $html
Holds the Id.
var $id
Array containing the variable names that should be turned into or converted from references.
var $idrefs
Holds the image.
var $image
Holds the list of image bundles.
protected $imageBundles
Holds the image cache.
var $imageCache
Maps from keys to images.
var $images
Returns the index of obj in array or -1 if the array does not contains the given object.
static function indexOf( $array, $object )
Returns the index of the given stylename in the given style.
static function indexOfStylename( $style, $stylename )
Logs an info trace.
static function info( $text )
Inserts the specified child into the child array at the specified index and updates the parent reference of the child.
function insert( $child, $index = null )
Inserts the specified edge into the edge array and returns the edge.
function insertEdge( $edge, $outgoing )
Adds a new edge into the given parent mxCell using value as the user object and the given source and target as the terminals of the new edge.
function insertEdge( $parent, $id = null, $value = null, $source = null, $target = null, $style = null )
Inserts the given cell into its parent and terminal cells.
function insertIntoGraph( $cell )
Adds a new vertex into the given parent mxCell using value as the user object and the given coordinates as the mxGeometry of the new vertex.
function insertVertex( $parent, $id = null, $value = null, $x = 0, $y = 0, $width = 1, $height = 1, $style = null, $relative = false )
Returns the intersection of two lines as an mxPoint.
static function intersection( $x0, $y0, $x1, $y1, $x2, $y2, $x3, $y3 )
Specifies if the state is invalid.
var $invalid
Returns true if the given parent is an ancestor of the given child.
function isAncestor( $parent, $child )
Returns true if the given cell is collapsed.
function isCellCollapsed( $cell )
Returns true if the given cell is visible.
function isCellVisible( $cell )
Returns true if the cell is collapsed.
function isCollapsed()
Returns true if the given mxCell is collapsed.
function isCollapsed( $cell )
Returns true if the cell is connectable.
function isConnectable()
Returns true if the given mxCell is connectable.
function isConnectable( $cell )
Returns true if the event has been consumed.
function isConsumed()
Returns true if the cell is an edge.
function isEdge()
Returns true if the given cell is an edge.
function isEdge( $cell )
Returns true if the given attribute is to be ignored by the codec.
function isExcluded( $obj, $attr, $value, $write )
Returns true if the given value is an XML node with the node name and if the optional attribute has the specified value.
static function isNode( $value, $nodeName = null, $attributeName = null, $attributeValue = null )
Returns true if perimeter points should be computed such that the resulting edge has only horizontal or vertical segments.
function isOrthogonal( $edge )
Returns true if the given fieldname is to be treated as a textual reference (ID).
function isReference( $obj, $attr, $value, $write )
Returns true if the cell is a vertex.
function isVertex()
Returns true if the given cell is a vertex.
function isVertex( $cell )
Returns true if the cell is visibile.
function isVisible()
Returns true if the given mxCell is visible.
function isVisible( $cell )
Defines the inset in absolute pixels between the label bounding box and the label text.
public static $LABEL_INSET
Holds the rectangle which contains the label.
var $labelBounds
Specifies if labels should be visible.
var $labelsVisible
Logs a method exit.
static function leave( $text = "" )
Caches the length of an edge.
var $length
Specifies the debug logging level.
public static $level_debug
Specifies the error logging level.
public static $level_error
Specifies the fine logging level.
public static $level_fine
Specifies the info logging level.
public static $level_info
Specifies the warn logging level.
public static $level_warn
Returns an image instance for the given URL.
function loadImage( $image )
Loads an image from the local filesystem, a data URI or any other URL.
static function loadImage( $url )
Returns a new DOM document for the given URI.
static function loadXmlDocument( $uri )
Holds the array of logfiles.
public static $logfiles
Hook for subclassers to implement a custom lookup mechanism for cell IDs.
function lookup( $id )
Provides a self-reference, aka.
public static $Loop