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