imbSCI.Graph.MXGraph.view Namespace |
| Class | Description | |
|---|---|---|
| mxCellState |
Represents the current state of a cell in a given graph view.
| |
| mxConnectionConstraint |
Defines an object that contains the constraints about how to connect one
side of an edge to its terminal.
| |
| mxEdgeStyle |
Provides various edge styles to be used as the values for
mxConstants.STYLE_EDGE in a cell style.
| |
| mxGraph |
Implements a graph object that allows to create diagrams from a graph model
and stylesheet.
| |
| mxGraphView |
Implements a view for the graph. This class is in charge of computing the
absolute coordinates for the relative child geometries, the points for
perimeters and edge styles and keeping them cached in mxCellStates for
faster retrieval. The states are updated whenever the model or the view
state (translate, scale) changes. The scale and translate are honoured in
the bounds.
| |
| mxPerimeter |
Provides various perimeter functions to be used in a style
as the value of mxConstants.STYLE_PERIMETER.
| |
| mxStyleRegistry |
Static class that acts as a global registry for codecs. See mxCodec for
an example of using this class.
| |
| mxStylesheet |
Defines the appearance of the cells in a graph.
|
| Delegate | Description | |
|---|---|---|
| mxEdgeStyleFunction |
Defines the requirements for an edge style function. At the time
the function is called, the result array contains a placeholder (null)
for the first absolute point, that is, the point where the edge and
source terminal are connected. The implementation of the style then
adds all intermediate waypoints except for the last point, that is,
the connection point between the edge and the target terminal. The
first ant the last point in the result array are then replaced with
mxPoints that take into account the terminal's perimeter and next point
on the edge.
| |
| mxPerimeterFunction |
Defines the requirements for a perimeter function.
|