Class 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
M
 mxCell
 mxCellCodec
 mxCellPath
 mxCellState
 mxCodec
 mxCodecRegistry
 mxConnectionConstraint
 mxConstants
 mxEdgeStyle
 mxElbowConnector
 mxEllipsePerimeter
 mxEntityRelation
 mxEvent
 mxEventObject
 mxEventSource
 mxGdCanvas
 mxGeometry
 mxGraph
 mxGraphModel
 mxGraphView
 mxGraphViewHtmlReader
 mxGraphViewImageReader
 mxHtmlCanvas
 mxImageBundle
 mxLog
 mxLoop
 mxModelCodec
 mxObjectCodec
 mxPerimeter
 mxPoint
 mxRectangle
 mxRectanglePerimeter
 mxRhombusPerimeter
 mxSideToSide
 mxStyleRegistry
 mxStylesheet
 mxStylesheetCodec
 mxTopToBottom
 mxTrianglePerimeter
 mxUtils
Cells are the elements of the graph model.
Codec for mxCells.
Implements a mechanism for temporary cell Ids.
Represents the current state of a cell in a given mxGraphView.
XML codec for PHP object graphs.
A class to register codecs for objects.
Defines an object that contains the constraints about how to connect one side of an edge to its terminal.
Defines global constants.
Provides various edge styles to be used as the values for mxConstants.STYLE_EDGE in a cell style.
Uses either SideToSide or TopToBottom depending on the horizontal flag in the cell style.
Implements an elliptic perimeter.
Implements an entity relation style for edges (as used in database schema diagrams).
Defines global constants.
Base class for all events.
Base class for all event sources.
Canvas for drawing graphs using the GD library.
Represents the geometry of a cell.
Implements a graph component.
Cells are the elements of the graph model.
Implements a view for the graph.
A display XML to HTML converter.
A display XML to image converter.
Canvas for drawing graphs using HTML.
Maps from keys to base64 encoded images or file locations.
Logging facility.
Implements a self-reference, aka.
Codec for mxGraphModels.
XML codec for PHP object graphs.
Provides various perimeter functions to be used in a style as the value of mxConstants.STYLE_PERIMETER.
Implements a 2-dimensional point with double precision coordinates.
Implements a 2-dimensional rectangle with double precision coordinates.
Implements a rectangular perimeter for the given bounds.
Implements a rhombus (aka diamond) perimeter.
Implements a vertical elbow edge.
Singleton class that acts as a global converter from string to object values in a style.
Defines the appearance of the cells in a graph.
Codec for mxStylesheets.
Implements a horizontal elbow edge.
Implements a triangle perimeter.
Helper methods.
Close