P | |
PAGE_FORMAT_A4_PORTRAIT, mxConstants | |
PAGE_FORMAT_LETTER_PORTRAIT, mxConstants | |
pageBreakColor, mxGraph | |
pageBreakDashed, mxGraph | |
pageBreaksVisible, mxGraph | |
pageCount, mxPrintPreview | |
pageFormat | |
pageScale, mxGraph | |
pageSelector, mxPrintPreview | |
pageVisible, mxGraph | |
paint | |
paintBackground | |
paintCurvedLine, mxPolyline | |
paintDivider, mxSwimlane | |
paintEdgeShape | |
paintForeground | |
paintGlassEffect, mxShape | |
paintImage, mxLabel | |
paintIndicator, mxLabel | |
paintLine, mxPolyline | |
paintMarker, mxArrowConnector | |
paintRoundedSwimlane, mxSwimlane | |
paintSeparator, mxSwimlane | |
paintSwimlane, mxSwimlane | |
paintVertexShape | |
PAN | |
PAN_END | |
PAN_START | |
panDx, mxGraph | |
panDy, mxGraph | |
panGraph | |
panningEnabled, mxPanningHandler | |
para, mxUtils | |
parallelEdgeSpacing | |
params, mxXmlRequest | |
parent | |
parentBorder | |
parentForCellChanged, mxGraphModel | |
parentHighlightEnabled | |
parentsChanged, mxCompactTreeLayout | |
parse, mxResources | |
parseConstraint, mxStencil | |
parseConstraints, mxStencil | |
parseCssNumber, mxUtils | |
parseDescription, mxStencil | |
parseXml, mxUtils | |
password, mxXmlRequest | |
paste, mxClipboard | |
path | |
PATH_SEPARATOR, mxCellPath | |
perimeter, mxConnectionConstraint | |
PERIMETER_ELLIPSE, mxConstants | |
PERIMETER_HEXAGON, mxConstants | |
PERIMETER_RECTANGLE, mxConstants | |
PERIMETER_RHOMBUS, mxConstants | |
PERIMETER_TRIANGLE, mxConstants | |
PINCH_THRESHOLD, mxEvent | |
pinchEnabled, mxPanningHandler | |
placeLabels, mxEdgeLabelLayout | |
placementStage | |
plainText | |
point, mxConnectionConstraint | |
pointerEvents | |
pointerEventsValue, mxSvgCanvas2D | |
pointImage, mxConstraintHandler | |
points | |
popup | |
popupHandler, mxEditor | |
portsEnabled, mxGraph | |
positionChanged, mxHandle | |
post, mxUtils | |
POST | |
postConfigureShape, mxCellRenderer | |
postDiagram, mxEditor | |
postfix, mxGraphModel | |
postParameterName, mxEditor | |
postProcessCellStyle, mxGraph | |
preferHtml, mxEdgeHandler | |
preferPageSize, mxGraph | |
prefHozEdgeSep | |
prefix, mxGraphModel | |
prefVertEdgeOff | |
prepareTextarea, mxCellEditor | |
preserveImageAspect, mxImageShape | |
previewColor, mxGraphHandler | |
previewElement, mxDragSource | |
previewEnabled, mxPanningHandler | |
previewOffset, mxDragSource | |
previousLayerConnectedCache, mxCoordinateAssignment | |
previousLayerConnectedCells, mxGraphAbstractHierarchyCell | |
print, mxPrintPreview | |
printBackgroundImage, mxPrintPreview | |
printControls, mxPrintPreview | |
printOverlays, mxPrintPreview | |
printScreen, mxUtils | |
process, mxCellMarker | |
processChange, mxGraph | |
processEvent, mxHandle | |
processInclude, mxObjectCodec | |
processNodeOutgoing, mxCompactTreeLayout | |
processReversedEdge, mxCoordinateAssignment | |
prompt, mxUtils | |
properties, mxEventObject | |
propertiesHeight, mxEditor | |
propertiesResource, mxEditor | |
propertiesWidth, mxEditor | |
ptLineDist, mxUtils | |
ptSegDistSq, mxUtils | |
put, mxDictionary | |
putCellStyle, mxStylesheet | |
putDefaultEdgeStyle, mxStylesheet | |
putDefaultVertexStyle, mxStylesheet | |
putImage, mxImageBundle | |
putObject, mxCodec | |
putValue, mxStyleRegistry |
Defines the rectangle for the A4 portrait page format.
PAGE_FORMAT_A4_PORTRAIT: new mxRectangle( 0, 0, 827, 1169 )
Defines the rectangle for the Letter portrait page format.
PAGE_FORMAT_LETTER_PORTRAIT: new mxRectangle( 0, 0, 850, 1100 )
Specifies the color for page breaks.
mxGraph.prototype.pageBreakColor
Specifies the page breaks should be dashed.
mxGraph.prototype.pageBreakDashed
Specifies if a dashed line should be drawn between multiple pages.
mxGraph.prototype.pageBreaksVisible
Holds the actual number of pages in the preview.
mxPrintPreview.prototype.pageCount
Specifies the page format for the background page.
mxGraph.prototype.pageFormat
Holds the mxRectangle that defines the page format.
mxPrintPreview.prototype.pageFormat
Specifies the scale of the background page.
mxGraph.prototype.pageScale
Boolean that specifies if the page selector should be displayed.
mxPrintPreview.prototype.pageSelector
Specifies if the background page should be visible.
mxGraph.prototype.pageVisible
Generic rendering code.
mxShape.prototype.paint = function( c )
Generic rendering code.
mxText.prototype.paint = function( c, update )
Paints the background.
mxDoubleEllipse.prototype.paintBackground = function( c, x, y, w, h )
Generic background painting implementation.
mxRectangleShape.prototype.paintBackground = function( c, x, y, w, h )
Hook for subclassers.
mxShape.prototype.paintBackground = function( c, x, y, w, h )
Paints a curved line.
mxPolyline.prototype.paintCurvedLine = function( c, pts )
Paints the divider between swimlane title and content area.
mxSwimlane.prototype.paintDivider = function( c, x, y, w, h, start, shadow )
Paints the line shape.
mxArrow.prototype.paintEdgeShape = function( c, pts )
Paints the line shape.
mxArrowConnector.prototype.paintEdgeShape = function( c, pts )
Paints the line shape.
mxConnector.prototype.paintEdgeShape = function( c, pts )
Paints the line shape.
mxPolyline.prototype.paintEdgeShape = function( c, pts )
Hook for subclassers.
mxShape.prototype.paintEdgeShape = function( c, pts )
Paints the foreground.
mxDoubleEllipse.prototype.paintForeground = function( c, x, y, w, h )
Generic background painting implementation.
mxLabel.prototype.paintForeground = function( c, x, y, w, h )
Generic background painting implementation.
mxRectangleShape.prototype.paintForeground = function( c, x, y, w, h )
Hook for subclassers.
mxShape.prototype.paintForeground = function( c, x, y, w, h )
Paints the glass gradient effect.
mxShape.prototype.paintGlassEffect = function( c, x, y, w, h, arc )
Generic background painting implementation.
mxLabel.prototype.paintImage = function( c, x, y, w, h )
Generic background painting implementation.
mxLabel.prototype.paintIndicator = function( c, x, y, w, h )
Paints the line shape.
mxPolyline.prototype.paintLine = function( c, pts, rounded )
Paints the marker.
mxArrowConnector.prototype.paintMarker = function( c, ptX, ptY, nx, ny, size, arrowWidth, edgeWidth, spacing, initialMove )
Paints the swimlane vertex shape.
mxSwimlane.prototype.paintRoundedSwimlane = function( c, x, y, w, h, start, r, fill, swimlaneLine )
Paints the vertical or horizontal separator line between swimlanes.
mxSwimlane.prototype.paintSeparator = function( c, x, y, w, h, start, color )
Paints the swimlane vertex shape.
mxSwimlane.prototype.paintSwimlane = function( c, x, y, w, h, start, fill, swimlaneLine )
Redirects to redrawPath for subclasses to work.
mxActor.prototype.paintVertexShape = function( c, x, y, w, h )
Redirects to redrawPath for subclasses to work.
mxCylinder.prototype.paintVertexShape = function( c, x, y, w, h )
Paints the ellipse shape.
mxEllipse.prototype.paintVertexShape = function( c, x, y, w, h )
Generic background painting implementation.
mxImageShape.prototype.paintVertexShape = function( c, x, y, w, h )
Redirects to redrawPath for subclasses to work.
mxLine.prototype.paintVertexShape = function( c, x, y, w, h )
Generic painting implementation.
mxRhombus.prototype.paintVertexShape = function( c, x, y, w, h )
Paints the vertex shape.
mxShape.prototype.paintVertexShape = function( c, x, y, w, h )
Paints the swimlane vertex shape.
mxSwimlane.prototype.paintVertexShape = function( c, x, y, w, h )
Specifies the event name for pan.
PAN: 'pan'
Specifies the event name for panEnd.
PAN_END: 'panEnd'
Specifies the event name for panStart.
PAN_START: 'panStart'
Current horizontal panning value.
mxGraph.prototype.panDx
Current vertical panning value.
mxGraph.prototype.panDy
Shifts the graph display by the given amount.
mxGraph.prototype.panGraph = function( dx, dy )
Pans graph by the given amount.
mxPanningHandler.prototype.panGraph = function( dx, dy )
Specifies if panning should be enabled.
mxPanningHandler.prototype.panningEnabled
Appends a new paragraph with the given text to the specified parent and returns the paragraph.
para: function( parent, text )
The distance between each parallel edge on each ranks for long edges.
mxCoordinateAssignment.prototype.parallelEdgeSpacing
The distance between each parallel edge on each ranks for long edges.
mxHierarchicalLayout.prototype.parallelEdgeSpacing
The distance between each parallel edge on each ranks for long edges.
mxSwimlaneLayout.prototype.parallelEdgeSpacing
Holds the form encoded data for the POST request.
mxXmlRequest.prototype.params
Reference to the parent cell.
mxCell.prototype.parent
The parent cell whose children are being laid out
mxGraphHierarchyModel.prototype.parent
The parent cell of the layout, if any
mxGraphLayout.prototype.parent
The parent cell whose children are being laid out
mxSwimlaneModel.prototype.parent
The border to be added around the children if the parent is to be resized using resizeParent.
mxHierarchicalLayout.prototype.parentBorder
The border to be added around the children if the parent is to be resized using resizeParent.
mxSwimlaneLayout.prototype.parentBorder
Inner callback to update the parent of a cell using mxCell.insert on the parent and return the previous parent.
mxGraphModel.prototype.parentForCellChanged = function( cell, parent, index )
Specifies if the parent should be highlighted if a child cell is selected.
mxEdgeHandler.prototype.parentHighlightEnabled
Specifies if the parent should be highlighted if a child cell is selected.
mxVertexHandler.prototype.parentHighlightEnabled
A set of the parents that need updating based on children process as part of the layout.
mxCompactTreeLayout.prototype.parentsChanged
Parses the key, value pairs in the specified text and stores them as local resources.
parse: function( text )
Parses the given XML node and returns its mxConnectionConstraint.
mxStencil.prototype.parseConstraint = function( node )
Reads the constraints from desc into constraints using parseConstraint.
mxStencil.prototype.parseConstraints = function()
Parses the given CSS numeric value adding handling for the values thin, medium and thick (2, 4 and 6).
parseCssNumber: function( value )
Reads w0, h0, aspect, bgNodes and fgNodes from desc.
mxStencil.prototype.parseDescription = function()
Parses the specified XML string into a new XML document and returns the new document.
parseXml: function()
Specifies the password to be used for authentication.
mxXmlRequest.prototype.password
Pastes the cells into the specified graph restoring the relation to parents, if possible.
paste: function( graph )
Holds the current path as an array.
mxAbstractCanvas2D.prototype.path
Defines the separator between the path components.
PATH_SEPARATOR: '.'
Boolean that specifies if the point should be projected onto the perimeter of the terminal.
mxConnectionConstraint.prototype.perimeter
Name of the ellipse perimeter.
PERIMETER_ELLIPSE: 'ellipsePerimeter'
Name of the hexagon perimeter.
PERIMETER_HEXAGON: 'hexagonPerimeter'
Name of the rectangle perimeter.
PERIMETER_RECTANGLE: 'rectanglePerimeter'
Name of the rhombus perimeter.
PERIMETER_RHOMBUS: 'rhombusPerimeter'
Name of the triangle perimeter.
PERIMETER_TRIANGLE: 'trianglePerimeter'
Threshold for pinch gestures to fire a mouse wheel event.
PINCH_THRESHOLD: 10
Specifies if pinch gestures should be handled as zoom.
mxPanningHandler.prototype.pinchEnabled
Places the labels of the given edges.
mxEdgeLabelLayout.prototype.placeLabels = function( v, e )
Executes the placement stage using mxCoordinateAssignment.
mxHierarchicalLayout.prototype.placementStage = function( initialX, parent )
Executes the placement stage using mxCoordinateAssignment.
mxSwimlaneLayout.prototype.placementStage = function( initialX, parent )
Paints the given text.
mxSvgCanvas2D.prototype.plainText = function( x, y, w, h, str, align, valign, wrap, overflow, clip, rotation, dir )
Paints the outline of the current path.
mxVmlCanvas2D.prototype.plainText = function( x, y, w, h, str, align, valign, wrap, format, overflow, clip, rotation, dir )
mxPoint that specifies the fixed location of the connection point.
mxConnectionConstraint.prototype.point
Boolean value that specifies if events should be handled.
mxAbstractCanvas2D.prototype.pointerEvents
Specifies if pointer events should be handled.
mxShape.prototype.pointerEvents
Default value for active pointer events.
mxSvgCanvas2D.prototype.pointerEventsValue
mxImage to be used as the image for fixed connection points.
mxConstraintHandler.prototype.pointImage
Array of mxPoints which specifies the control points along the edge.
mxGeometry.prototype.points
Holds the array of mxPoints that specify the points of this shape.
mxShape.prototype.points
Shows the popup menu for the given event and cell.
mxPopupMenu.prototype.popup = function( x, y, cell, evt )
Shows the specified text content in a new mxWindow or a new browser window if isInternalWindow is false.
popup: function( content, isInternalWindow )
Holds a mxDefaultPopupMenu for displaying popupmenus.
mxEditor.prototype.popupHandler
Specifies if ports are enabled.
mxGraph.prototype.portsEnabled
Should be called after setPosition in processEvent.
mxHandle.prototype.positionChanged = function()
Posts the specified params to the given URL asynchronously and invokes the given functions depending on the request status.
post: function( url, params, onload, onerror )
Specifies the event name for post.
POST: 'post'
Replaces any reserved words used for attributes, eg.
mxCellRenderer.prototype.postConfigureShape = function( state )
Hook for subclassers to override the posting of a diagram represented by the given node to the given URL.
mxEditor.prototype.postDiagram = function ( url, data )
Defines the postfix of new Ids.
mxGraphModel.prototype.postfix
Specifies if the name of the post parameter that contains the diagram data in a post request to the server.
mxEditor.prototype.postParameterName
Tries to resolve the value for the image style in the image bundles and turns short data URIs as defined in mxImageBundle to data URIs as defined in RFC 2397 of the IETF.
mxGraph.prototype.postProcessCellStyle = function( style )
Specifies if bends should be added to the graph container.
mxEdgeHandler.prototype.preferHtml
Specifies if the graph size should be rounded to the next page number in sizeDidChange.
mxGraph.prototype.preferPageSize
The preferred horizontal distance between edges exiting a vertex.
mxCompactTreeLayout.prototype.prefHozEdgeSep
The preferred horizontal distance between edges exiting a vertex Default is 5.
mxCoordinateAssignment.prototype.prefHozEdgeSep
Defines the prefix of new Ids.
mxGraphModel.prototype.prefix
The preferred vertical offset between edges exiting a vertex.
mxCompactTreeLayout.prototype.prefVertEdgeOff
The preferred vertical offset between edges exiting a vertex Default is 2.
mxCoordinateAssignment.prototype.prefVertEdgeOff
Prepares the textarea for getting its value in stopEditing.
mxCellEditor.prototype.prepareTextarea = function()
Switch to preserve image aspect.
mxImageShape.prototype.preserveImageAspect
Specifies the color of the preview shape.
mxGraphHandler.prototype.previewColor
Optional mxRectangle that specifies the unscaled size of the preview.
mxDragSource.prototype.previewElement
Specifies if the panning should be previewed.
mxPanningHandler.prototype.previewEnabled
Optional mxPoint that specifies the offset of the preview in pixels.
mxDragSource.prototype.previewOffset
A store of connections to the layer below for speed
mxCoordinateAssignment.prototype.previousLayerConnectedCache
A cached version of the cells this cell connects to on the next layer down
mxGraphAbstractHierarchyCell.prototype.previousLayerConnectedCells
Opens the print preview and shows the print dialog.
mxPrintPreview.prototype.print = function( css )
Specifies if the background image should be printed.
mxPrintPreview.prototype.printBackgroundImage
Specifies if controls (such as folding icons) should be printed.
mxPrintPreview.prototype.printControls
Specifies if overlays should be printed.
mxPrintPreview.prototype.printOverlays
Prints the specified graph using a new window and the built-in print dialog.
printScreen: function( graph )
Processes the given event and cell and marks the state returned by getState with the color returned by getMarkerColor.
mxCellMarker.prototype.process = function( me )
Processes the given change and invalidates the respective cached data in view.
mxGraph.prototype.processChange = function( change )
Processes the given mxMouseEvent and invokes setPosition.
mxHandle.prototype.processEvent = function( me )
Returns true if the given node is an include directive and executes the include by decoding the XML document.
mxObjectCodec.prototype.processInclude = function( dec, node, into )
Separates the x position of edges as they connect to vertices
mxCompactTreeLayout.prototype.processNodeOutgoing = function( node )
Hook to add additional processing
mxCoordinateAssignment.prototype.processReversedEdge = function( graph, model )
Displays the given message in a prompt dialog.
prompt: function( message, defaultValue )
Holds the properties as an associative array.
mxEventObject.prototype.properties
Specifies the height of the properties window in pixels.
mxEditor.prototype.propertiesHeight
Specifies the resource key for the properties window title.
mxEditor.prototype.propertiesResource
Specifies the width of the properties window in pixels.
mxEditor.prototype.propertiesWidth
Returns the distance between a line defined by two points and a point.
ptLineDist: function( x1, y1, x2, y2, px, py )
Returns the square distance between a segment and a point.
ptSegDistSq: function( x1, y1, x2, y2, px, py )
Stores the value under the given key and returns the previous value for that key.
mxDictionary.prototype.put = function( key, value )
Stores the given map of key, value pairs under the given name in styles.
mxStylesheet.prototype.putCellStyle = function( name, style )
Sets the default style for edges using defaultEdge as the stylename.
mxStylesheet.prototype.putDefaultEdgeStyle = function( style )
Sets the default style for vertices using defaultVertex as the stylename.
mxStylesheet.prototype.putDefaultVertexStyle = function( style )
Adds the specified entry to the map.
mxImageBundle.prototype.putImage = function( key, value, fallback )
Assoiates the given object with the given ID and returns the given object.
mxCodec.prototype.putObject = function( id, obj )
Puts the given object into the registry under the given name.
putValue: function( name, obj )