W | |
w0, mxStencil | |
warn, mxLog | |
WARN, mxLog | |
warningImage, mxGraph | |
waypointsEnabled, mxConnectionHandler | |
WeightedCellSorter | |
weightedMedian, mxMedianHybridCrossingReduction | |
weightedValue, WeightedCellSorter | |
widestRank, mxCoordinateAssignment | |
widestRankValue, mxCoordinateAssignment | |
width | |
Windows, mxEditor | |
withCredentials, mxXmlRequest | |
wnd, mxPrintPreview | |
WORD_WRAP, mxConstants | |
wordWrapPadding, mxCellEditor | |
wrap, mxStackLayout | |
write | |
writeAttribute, mxObjectCodec | |
writeComplexAttribute, mxObjectCodec | |
writeDefaults, mxXmlCanvas2D | |
writeGraphModel, mxEditor | |
writeHead, mxPrintPreview | |
writeln | |
writePostfix, mxPrintPreview | |
writePrimitiveAttribute, mxObjectCodec | |
X | |
x | |
x0 | |
Y | |
y | |
y0 | |
Z | |
zIndex | |
zoom, mxGraph | |
zoomActual, mxGraph | |
zoomFactor, mxGraph | |
zoomGraph, mxPanningHandler | |
zoomIn, mxGraph | |
zoomOut, mxGraph | |
zoomTo, mxGraph | |
zoomToRect, mxGraph |
Holds the width of the shape.
mxStencil.prototype.w0
Adds all arguments to the console if WARN is enabled.
warn: function()
Specifies if the output for warn should be visible in the console.
WARN: true
Specifies the mxImage for the image to be used to display a warning overlay.
mxGraph.prototype.warningImage
Specifies if single clicks should add waypoints on the new edge.
mxConnectionHandler.prototype.waypointsEnabled
Constructs a new weighted cell sorted for the given cell and weight.
function WeightedCellSorter( cell, weightedValue )
Sweeps up or down the layout attempting to minimise the median placement of connected cells on adjacent ranks
mxMedianHybridCrossingReduction.prototype.weightedMedian = function( iteration, model )
The weighted value of the cell stored.
WeightedCellSorter.prototype.weightedValue
The rank that has the widest x position
mxCoordinateAssignment.prototype.widestRank
The X-coordinate of the edge of the widest rank
mxCoordinateAssignment.prototype.widestRankValue
The width of this cell.
mxGraphAbstractHierarchyCell.prototype.width
Integer that specifies the width of the image.
mxImage.prototype.width
Holds the width of the rectangle.
mxRectangle.prototype.width
Specifies if withCredentials should be used in HTML5-compliant browsers.
mxXmlRequest.prototype.withCredentials
Reference to the preview window.
mxPrintPreview.prototype.wnd
Defines the CSS value for the word-wrap property.
WORD_WRAP: 'normal'
Correction factor for word wrapping width.
mxCellEditor.prototype.wordWrapPadding
Value at which a new column or row should be created.
mxStackLayout.prototype.wrap
Adds the specified strings to the console.
write: function()
Creates a text node for the given string and appends it to the given parent.
write: function( parent, text )
Writes the given value into node using writePrimitiveAttribute or writeComplexAttribute depending on the type of the value.
mxObjectCodec.prototype.writeAttribute = function( enc, obj, name, value, node )
Writes the given value as a child node of the given node.
mxObjectCodec.prototype.writeComplexAttribute = function( enc, obj, name, value, node )
mxXmlCanvas2D.prototype.writeDefaults = function()
Hook to create the string representation of the diagram.
mxEditor.prototype.writeGraphModel = function ( linefeed )
Writes the HEAD section into the given document, without the opening and closing HEAD tags.
mxPrintPreview.prototype.writeHead = function( doc, css )
Adds the specified strings to the console, appending a linefeed at the end of each string.
writeln: function()
Creates a text node for the given string and appends it to the given parent with an additional linefeed.
writeln: function( parent, text )
Called before closing the body of the page.
mxPrintPreview.prototype.writePostfix = function( doc )
Writes the given value as an attribute of the given node.
mxObjectCodec.prototype.writePrimitiveAttribute = function( enc, obj, name, value, node )
The x position of this cell for each layer it occupies
mxGraphAbstractHierarchyCell.prototype.x
Holds the x-coordinate of the point.
mxPoint.prototype.x
Integer specifying the left coordinate of the circle.
mxCircleLayout.prototype.x0
Holds the horizontal offset of the output.
mxPrintPreview.prototype.x0
Specifies the horizontal origin of the layout.
mxStackLayout.prototype.x0
The y position of this cell for each layer it occupies
mxGraphAbstractHierarchyCell.prototype.y
Holds the y-coordinate of the point.
mxPoint.prototype.y
Integer specifying the top coordinate of the circle.
mxCircleLayout.prototype.y0
Holds the vertical offset of the output.
mxPrintPreview.prototype.y0
Specifies the vertical origin of the layout.
mxStackLayout.prototype.y0
Specifies the zIndex for the textarea.
mxCellEditor.prototype.zIndex
Specifies the zIndex for the popupmenu and its shadow.
mxPopupMenu.prototype.zIndex
Specifies the zIndex for the tooltip and its shadow.
mxTooltipHandler.prototype.zIndex
Zooms the graph using the given factor.
mxGraph.prototype.zoom = function( factor, center )
Resets the zoom and panning in the view.
mxGraph.prototype.zoomActual = function()
Specifies the factor used for zoomIn and zoomOut.
mxGraph.prototype.zoomFactor
Zooms the graph to the given value and consumed the event if needed.
mxPanningHandler.prototype.zoomGraph = function( evt )
Zooms into the graph by zoomFactor.
mxGraph.prototype.zoomIn = function()
Zooms out of the graph by zoomFactor.
mxGraph.prototype.zoomOut = function()
Zooms the graph to the given scale with an optional boolean center argument, which is passd to zoom.
mxGraph.prototype.zoomTo = function( scale, center )
Zooms the graph to the specified rectangle.
mxGraph.prototype.zoomToRect = function( rect )