Click or drag to resize

imbSCI.Graph.MXGraph.model Namespace

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
 
Classes
  ClassDescription
Public classmxCell
Cells are the elements of the graph model. They represent the state of the groups, vertices and edges in a graph.
Public classmxCellPath
Implements a mechanism for temporary cell Ids.
Public classmxGeometry
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.
Public classmxGraphModel
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.
Interfaces
  InterfaceDescription
Public interfacemxICell
Defines the requirements for a cell that can be used in an mxGraphModel.
Public interfacemxIGraphModel
Defines the requirements for a graph model to be used with mxGraph.
Delegates
  DelegateDescription
Public delegatemxGraphModelChangeEventHandler
Defines the requirements for an object that listens to a graph model.