mxGraph 2.4.0.0


Uses of Package
com.mxgraph.model

Packages that use com.mxgraph.model
com.mxgraph.io This package contains all classes for input/output. 
com.mxgraph.model This package contains the classes that define a graph model. 
com.mxgraph.sharing This package contains all classes required for concurrent diagram editing by multiple clients. 
com.mxgraph.util This package provides utility classes such as mxConstants, mxUtils, mxPoint and mxRectangle as well as all classes for custom events and the undo history. 
com.mxgraph.view This package implements the graph component, represented by the mxGraph class. 
 

Classes in com.mxgraph.model used by com.mxgraph.io
mxCell
          Cells are the elements of the graph model.
mxICell
          Defines the requirements for a cell that can be used in an mxGraphModel.
 

Classes in com.mxgraph.model used by com.mxgraph.model
mxGeometry
          Represents the geometry of a cell.
mxGraphModel
          Extends mxEventSource to implement a graph model.
mxGraphModel.Filter
           
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.
mxIGraphModel.mxAtomicGraphModelChange
          Defines the interface for an atomic change of the graph model.
 

Classes in com.mxgraph.model used by com.mxgraph.sharing
mxGraphModel
          Extends mxEventSource to implement a graph model.
mxIGraphModel.mxAtomicGraphModelChange
          Defines the interface for an atomic change of the graph model.
 

Classes in com.mxgraph.model used by com.mxgraph.util
mxIGraphModel
          Defines the requirements for a graph model to be used with mxGraph.
 

Classes in com.mxgraph.model used by com.mxgraph.view
mxGeometry
          Represents the geometry of a cell.
mxIGraphModel
          Defines the requirements for a graph model to be used with mxGraph.
 


mxGraph 2.4.0.0


Copyright (c) 2010 Gaudenz Alder, David Benson. All rights reserved.