![]() | imbSCI.Graph.MXGraph.model Namespace |
Class | Description | |
---|---|---|
![]() | mxCell |
Cells are the elements of the graph model. They represent the state
of the groups, vertices and edges in a graph.
|
![]() | mxCellPath |
Implements a mechanism for temporary cell Ids.
|
![]() | mxGeometry |
Represents the geometry of a cell. For vertices, the geometry consists
of the x- and y-location, as well as the width and height. For edges,
the edge either defines the source- and target-terminal, or the geometry
defines the respective terminal points.
|
![]() | mxGraphModel |
Implements a graph model. The graph model acts as a wrapper around the
cells which are in charge of storing the actual graph datastructure.
The model acts as a transactional wrapper with event notification for
all changes, whereas the cells contain the atomic operations for
updating the actual datastructure.
|
Interface | Description | |
---|---|---|
![]() | mxICell |
Defines the requirements for a cell that can be used in an mxGraphModel.
|
![]() | mxIGraphModel |
Defines the requirements for a graph model to be used with mxGraph.
|
Delegate | Description | |
---|---|---|
![]() | mxGraphModelChangeEventHandler |
Defines the requirements for an object that listens to a graph model.
|