M | |
maintainEdgeParent, mxGraphModel | |
mapping, mxObjectCodec | |
MIN_ACTIVE_REGION, mxConstants | |
model, mxGraph | |
N | |
name, mxEventObject | |
nextId, mxGraphModel | |
NONE, mxConstants | |
NS_SVG, mxConstants | |
NS_XHTML, mxConstants | |
NS_XLINK, mxConstants | |
O | |
objects, mxCodec | |
offset, mxGeometry | |
origin, mxCellState | |
P | |
parent, mxCell | |
parser, mxGraphViewImageReader | |
perimeter, mxConnectionConstraint | |
PERIMETER_ELLIPSE, mxConstants | |
PERIMETER_RECTANGLE, mxConstants | |
PERIMETER_RHOMBUS, mxConstants | |
PERIMETER_TRIANGLE, mxConstants | |
point, mxConnectionConstraint | |
points, mxGeometry | |
printLog, mxLog | |
properties, mxEventObject | |
R | |
RAD_PER_DEG, mxConstants | |
RectanglePerimeter, mxPerimeter | |
relative, mxGeometry | |
reverse, mxObjectCodec | |
RhombusPerimeter, mxPerimeter | |
root, mxGraphModel |
Specifies if edges should automatically be moved into the nearest common ancestor of their terminals.
var $maintainEdgeParent
Maps from from fieldnames to XML attribute names.
var $mapping
Defines the minimum size in pixels of the portion of the cell cell which is to be used as a connectable region.
public static $MIN_ACTIVE_REGION
Holds the mxGraphModel.
var $model
Holds the name of the event.
var $name
Specifies the next Id to be created.
var $nextId
Defines the value for none.
public static $NONE
Defines the SVG namespace.
public static $NS_SVG
Defines the XHTML namespace.
public static $NS_XHTML
Defined the XLink namespace.
public static $NS_XLINK
Maps from IDs to objects.
var $objects
Holds the offset of the label for edges.
var $offset
mxPoint that holds the origin for all child cells.
var $origin
Reference to the parent cell.
var $parent
Holds the SAX parser.
var $parser
Boolean that specifies if the point should be projected onto the perimeter of the terminal.
var $perimeter
Name of the ellipse perimeter.
public static $PERIMETER_ELLIPSE
Name of the rectangle perimeter.
public static $PERIMETER_RECTANGLE
Name of the rhombus perimeter.
public static $PERIMETER_RHOMBUS
Name of the triangle perimeter.
public static $PERIMETER_TRIANGLE
mxPoint that specifies the fixed location of the connection point.
var $point
Array of mxPoints which specifies the control points along the edge.
var $points
Specifies if the log should be printed out.
public static $printLog
Holds the event properties in an associative array that maps from string (key) to object (value).
var $properties
Defines the number of radiants per degree.
public static $RAD_PER_DEG
Provides a rectangular perimeter.
public static $RectanglePerimeter
Specifies if the coordinates in the geometry are to be interpreted as relative coordinates.
var $relative
Maps from from XML attribute names to fieldnames.
var $reverse
Provides a rhombus (aka diamond) perimeter.
public static $RhombusPerimeter
Holds the root cell, which in turn contains the cells that represent the layers of the diagram as child cells.
var $root