T | |
tapAndHold, mxGraph | |
terminalForCellChanged, mxGraphModel | |
text | |
toDegree, mxUtils | |
toggleCells, mxGraph | |
toggleCellStyle, mxGraph | |
toggleCellStyleFlags, mxGraph | |
toggleCellStyles, mxGraph | |
TopToBottom, mxEdgeStyle | |
toRadians, mxUtils | |
toString | |
transformControlPoint, mxGraphView | |
translate | |
translateCell, mxGraph | |
translateState, mxCellStatePreview | |
transpose, mxMedianHybridCrossingReduction | |
traverse | |
treeLayout, mxEditor | |
TrianglePerimeter, mxPerimeter | |
trim |
Handles the mxMouseEvent by highlighting the mxCellState.
mxGraph.prototype.tapAndHold = function( me )
Inner helper function to update the terminal of the edge using mxCell.insertEdge and return the previous terminal.
mxGraphModel.prototype.terminalForCellChanged = function( edge, terminal, isSource )
Paints the given text.
mxSvgCanvas2D.prototype.text = function( x, y, w, h, str, align, valign, wrap, format, overflow, clip, rotation, dir )
Paints the given text.
mxVmlCanvas2D.prototype.text = function( x, y, w, h, str, align, valign, wrap, format, overflow, clip, rotation, dir )
Paints the given text.
mxXmlCanvas2D.prototype.text = function( x, y, w, h, str, align, valign, wrap, format, overflow, clip, rotation, dir )
Converts the given radians to degree.
toDegree: function( rad )
Sets the visible state of the specified cells and all connected edges if includeEdges is true.
mxGraph.prototype.toggleCells = function( show, cells, includeEdges )
Toggles the boolean value for the given key in the style of the given cell and returns the new value as 0 or 1.
mxGraph.prototype.toggleCellStyle = function( key, defaultValue, cell )
Toggles the given bit for the given key in the styles of the specified cells.
mxGraph.prototype.toggleCellStyleFlags = function( key, flag, cells )
Toggles the boolean value for the given key in the style of the given cells and returns the new value as 0 or 1.
mxGraph.prototype.toggleCellStyles = function( key, defaultValue, cells )
Implements a horizontal elbow edge.
TopToBottom: function( state, source, target, points, result )
Converts the given degree to radians.
toRadians: function( deg )
Returns the textual representation of the overlay to be used as the tooltip.
mxCellOverlay.prototype.toString = function()
Returns a textual representation of the specified object.
toString: function( obj )
Transforms the given control point to an absolute point.
mxGraphView.prototype.transformControlPoint = function( state, pt, ignoreScale )
Translates the current state.
mxAbstractCanvas2D.prototype.translate = function( dx, dy )
Translates the geometry by the specified amount.
mxGeometry.prototype.translate = function( dx, dy )
Translates the output.
mxXmlCanvas2D.prototype.translate = function( dx, dy )
Translates the geometry of the given cell and stores the new, translated geometry in the model as an atomic change.
mxGraph.prototype.translateCell = function( cell, dx, dy )
mxCellStatePreview.prototype.translateState = function( state, dx, dy )
Takes each possible adjacent cell pair on each rank and checks if swapping them around reduces the number of crossing
mxMedianHybridCrossingReduction.prototype.transpose = function( mainLoopIteration, model )
Traverses the (directed) graph invoking the given function for each visited vertex and edge.
mxGraph.prototype.traverse = function( vertex, directed, func, edge, visited, inverse )
Traverses the (directed) graph invoking the given function for each visited vertex and edge.
mxGraphLayout.traverse = function( vertex, directed, func, edge, visited )
Executes a vertical or horizontal compact tree layout using the specified cell as an argument.
mxEditor.prototype.treeLayout = function ( cell, horizontal )
Describes a triangle perimeter.
TrianglePerimeter: function ( bounds, vertex, next, orthogonal )
Removes all pending steps after indexOfNextAdd from the history, invoking die on each edit.
mxUndoManager.prototype.trim = function()
Strips all whitespaces from both end of the string.
trim: function( str, chars )