A | |
absoluteOffset, mxCellState | |
absolutePoints, mxCellState | |
ACTIVE_REGION, mxConstants | |
aliases, mxCodecRegistry | |
ALIGN_BOTTOM, mxConstants | |
ALIGN_CENTER, mxConstants | |
ALIGN_LEFT, mxConstants | |
ALIGN_MIDDLE, mxConstants | |
ALIGN_RIGHT, mxConstants | |
ALIGN_TOP, mxConstants | |
alternateBounds, mxGeometry | |
antialias | |
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 | |
border, mxGraphViewImageReader | |
boundingBox, mxCellState | |
C | |
canvas, mxGraphViewImageReader | |
cell, mxCellState | |
cells, mxGraphModel | |
children, mxCell | |
codecs | |
collapsed, mxCell | |
connectable, mxCell | |
consumed, mxEventObject | |
createIds, mxGraphModel | |
current, mxLog | |
D | |
DEFAULT_FONTFAMILY, mxConstants | |
DEFAULT_FONTSIZE, mxConstants | |
DEFAULT_IMAGESIZE, mxConstants | |
DEFAULT_LINESPACING, mxConstants | |
DEFAULT_MARKERSIZE, mxConstants | |
DEFAULT_STARTSIZE, mxConstants | |
defaultLoopStyle, mxGraph | |
DEG_PER_RAD, mxConstants | |
DIRECTION_EAST, mxConstants | |
DIRECTION_NORTH, mxConstants | |
DIRECTION_SOUTH, mxConstants | |
DIRECTION_WEST, mxConstants | |
document, mxCodec | |
E | |
edge, mxCell | |
edges, mxCell | |
EDGESTYLE_ENTITY_RELATION, mxConstants | |
EDGESTYLE_LOOP, mxConstants | |
EDGESTYLE_SIDETOSIDE, mxConstants | |
EDGESTYLE_TOPTOBOTTOM, mxConstants | |
ELBOW_HORIZONTAL, mxConstants | |
ELBOW_VERTICAL, mxConstants | |
ElbowConnector, mxEdgeStyle | |
EllipsePerimeter, mxPerimeter | |
EMPTY_POINT, mxGraphView | |
enableTtf, mxGdCanvas | |
encodeDefaults, mxCodec | |
ENTITY_SEGMENT, mxConstants | |
EntityRelation, mxEdgeStyle | |
eventListeners, mxEventSource | |
exclude, mxObjectCodec | |
F | |
FONT_BOLD, mxConstants | |
FONT_ITALIC, mxConstants | |
FONT_SHADOW, mxConstants | |
FONT_UNDERLINE, mxConstants | |
G | |
geometry, mxCell | |
graph, mxGraphView | |
GRAPH_MODEL_CHANGED, mxEvent | |
graphBounds, mxGraphView | |
gridSize, mxGraph | |
H | |
height | |
html, mxHtmlCanvas | |
I | |
id, mxCell | |
idrefs, mxObjectCodec | |
image, mxGdCanvas | |
imageBundles, mxGraph | |
imageCache, mxGdCanvas | |
images, mxImageBundle | |
invalid, mxCellState | |
L | |
LABEL_INSET, mxConstants | |
labelBounds, mxCellState | |
labelsVisible, mxGraph | |
length, mxCellState | |
level_debug, mxLog | |
level_error, mxLog | |
level_fine, mxLog | |
level_info, mxLog | |
level_warn, mxLog | |
logfiles, mxLog | |
Loop, mxEdgeStyle |
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
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
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
Holds the border size.
var $border
Holds the largest rectangle which contains all rendering for this cell.
var $boundingBox
Holds the canvas.
var $canvas
Reference to the mxCell that is represented by this state.
var $cell
Maps from Ids to cells.
var $cells
Holds the child cells.
var $children
Maps from constructor names to codecs.
public static $codecs
Specifies whether the cell is collapsed.
var $collapsed
Specifies whether the cell is connectable.
var $connectable
Holds the consumed state of the event.
var $consumed
Specifies if the model should automatically create Ids for new cells.
var $createIds
Default is true.
public static $current
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
public static $DIRECTION_EAST
public static $DIRECTION_NORTH
public static $DIRECTION_SOUTH
public static $DIRECTION_WEST
The owner document of the codec.
var $document
Specifies whether the cell is an edge.
var $edge
Holds the edges.
var $edges
Name of the entity relation edge style.
public static $EDGESTYLE_ENTITY_RELATION
Name of the loop edge style.
public static $EDGESTYLE_LOOP
Name of the side to side edge style.
public static $EDGESTYLE_SIDETOSIDE
Name of the top to bottom edge style.
public static $EDGESTYLE_TOPTOBOTTOM
public static $ELBOW_HORIZONTAL
public static $ELBOW_VERTICAL
Provides an elbow connector.
public static $ElbowConnector
Provides an elliptic perimeter.
public static $EllipsePerimeter
An empty mxPoint instance.
var $EMPTY_POINT
Specifies if truetype fonts are enabled if available.
var $enableTtf
Specifies if default values should be encoded.
var $encodeDefaults
Defines the length of the horizontal segment of an Entity Relation.
public static $ENTITY_SEGMENT
Provides an entity relation style for edges (as used in database schema diagrams).
public static $EntityRelation
Holds the registered listeners.
var $eventListeners
Array containing the variable names that should be ignored by the codec.
var $exclude
public static $FONT_BOLD
public static $FONT_ITALIC
public static $FONT_SHADOW
public static $FONT_UNDERLINE
Holds the mxGeometry.
var $geometry
Holds the mxGraph.
var $graph
Defines the name of the graphModelChanged event.
public static $GRAPH_MODEL_CHANGED
Holds the bounds of the current view.
var $graphBounds
Specifies the grid size.
var $gridSize
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
Specifies if the state is invalid.
var $invalid
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
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
Holds the array of logfiles.
public static $logfiles
Provides a self-reference, aka.
public static $Loop