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