Click or drag to resize

imbSCI.Graph.MXGraph.view Namespace

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
 
Classes
  ClassDescription
Public classmxCellState
Represents the current state of a cell in a given graph view.
Public classmxConnectionConstraint
Defines an object that contains the constraints about how to connect one side of an edge to its terminal.
Public classmxEdgeStyle
Provides various edge styles to be used as the values for mxConstants.STYLE_EDGE in a cell style.
Public classmxGraph
Implements a graph object that allows to create diagrams from a graph model and stylesheet.
Public classmxGraphView
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.
Public classmxPerimeter
Provides various perimeter functions to be used in a style as the value of mxConstants.STYLE_PERIMETER.
Public classmxStyleRegistry
Static class that acts as a global registry for codecs. See mxCodec for an example of using this class.
Public classmxStylesheet
Defines the appearance of the cells in a graph.
Delegates
  DelegateDescription
Public delegatemxEdgeStyleFunction
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.
Public delegatemxPerimeterFunction
Defines the requirements for a perimeter function.