Variable 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
T
 tab, mxLog
 target, mxCell
 targetPoint, mxGeometry
 template, mxObjectCodec
 terminalDistance, mxCellState
 TopToBottom, mxEdgeStyle
 translate, mxGraphView
 TRANSLATE, mxEvent
 TRANSLATE_CONTROL_POINTS, mxGeometry
 TrianglePerimeter, mxPerimeter
 TTF_ENABLED, mxConstants
 TTF_SIZEFACTOR, mxConstants
U
 updateLevel, mxGraphModel
V
 value, mxCell
 values, mxStyleRegistry
 vertex, mxCell
 view
 visible, mxCell
W
 W3C_DEFAULT_FONTFAMILY, mxConstants
 W3C_SHADOWCOLOR, mxConstants
 width, mxRectangle
X
 x, mxPoint
Y
 y, mxPoint
public static $tab
Default is true.
var $target
Reference to the target terminal.
var $targetPoint
Defines the target point of the edge.
var $template
Holds the template object associated with this codec.
var $terminalDistance
Caches the distance between the end points for an edge.
public static $TopToBottom
Provides a top to bottom connector.
var $translate
Holds the current translate.
public static $TRANSLATE
Defines the name of the translate event.
public static $TRANSLATE_CONTROL_POINTS
Global switch to translate the points in translate.
public static $TrianglePerimeter
Provides a triangle perimeter.
public static $TTF_ENABLED
Whether TrueType fonts should be enabled in the mxGdCanvas by default.
public static $TTF_SIZEFACTOR
Defines the factor which wich the font sizes are to be multiplied when used in truetype fonts.
var $updateLevel
Counter for the depth of nested transactions.
var $value
Holds the user object.
public static $values
Maps from strings to objects.
var $vertex
Specifies whether the cell is a vertex.
var $view
Reference to the enclosing mxGraphView.
var $view
Holds the mxGraphView.
var $visible
Specifies whether the cell is visible.
public static $W3C_DEFAULT_FONTFAMILY
Defines the default family for HTML markup.
public static $W3C_SHADOWCOLOR
Defines the color to be used to draw shadows in DOM documents.
var $width
Holds the width of the rectangle.
var $x
Holds the x-coordinate of the point.
var $y
Holds the y-coordinate of the point.
Close