| 
 | JGraph X 1.4.1.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use mxGeometry | |
|---|---|
| com.mxgraph.model | This package contains the classes that define a graph model. | 
| com.mxgraph.view | This package implements the graph component, represented by the mxGraph class. | 
| Uses of mxGeometry in com.mxgraph.model | 
|---|
| Fields in com.mxgraph.model declared as mxGeometry | |
|---|---|
| protected  mxGeometry | mxCell.geometryHolds the geometry. | 
| protected  mxGeometry | mxGraphModel.mxGeometryChange.geometry | 
| protected  mxGeometry | mxGraphModel.mxGeometryChange.previous | 
| Methods in com.mxgraph.model that return mxGeometry | |
|---|---|
| protected  mxGeometry | mxGraphModel.geometryForCellChanged(Object cell,
                       mxGeometry geometry)Inner callback to update the mxGeometry of the given mxCell using mxCell.setGeometry and return the previous mxGeometry. | 
|  mxGeometry | mxCell.getGeometry() | 
|  mxGeometry | mxICell.getGeometry()Returns the object that describes the geometry. | 
|  mxGeometry | mxGraphModel.mxGeometryChange.getGeometry() | 
|  mxGeometry | mxIGraphModel.getGeometry(Object cell)Returns the geometry of the given cell. | 
|  mxGeometry | mxGraphModel.getGeometry(Object cell) | 
|  mxGeometry | mxGraphModel.mxGeometryChange.getPrevious() | 
|  mxGeometry | mxIGraphModel.setGeometry(Object cell,
            mxGeometry geometry)Sets the geometry of the given cell. | 
|  mxGeometry | mxGraphModel.setGeometry(Object cell,
            mxGeometry geometry) | 
| Methods in com.mxgraph.model with parameters of type mxGeometry | |
|---|---|
| protected  mxGeometry | mxGraphModel.geometryForCellChanged(Object cell,
                       mxGeometry geometry)Inner callback to update the mxGeometry of the given mxCell using mxCell.setGeometry and return the previous mxGeometry. | 
|  void | mxCell.setGeometry(mxGeometry geometry) | 
|  void | mxICell.setGeometry(mxGeometry geometry)Sets the object to be used as the geometry. | 
|  mxGeometry | mxIGraphModel.setGeometry(Object cell,
            mxGeometry geometry)Sets the geometry of the given cell. | 
|  mxGeometry | mxGraphModel.setGeometry(Object cell,
            mxGeometry geometry) | 
| Constructors in com.mxgraph.model with parameters of type mxGeometry | |
|---|---|
| mxCell(Object value,
       mxGeometry geometry,
       String style)Constructs a new cell for the given parameters. | |
| mxGraphModel.mxGeometryChange(mxGraphModel model,
                              Object cell,
                              mxGeometry geometry) | |
| Uses of mxGeometry in com.mxgraph.view | 
|---|
| Methods in com.mxgraph.view that return mxGeometry | |
|---|---|
|  mxGeometry | mxGraph.getCellGeometry(Object cell)Returns the geometry for the given cell. | 
| Methods in com.mxgraph.view with parameters of type mxGeometry | |
|---|---|
|  mxPoint | mxGraphView.getPoint(mxCellState state,
         mxGeometry geometry)Returns the absolute point on the edge for the given relative geometry as a point. | 
|  void | mxGraph.updateAlternateBounds(Object cell,
                      mxGeometry geo,
                      boolean willCollapse)Updates or sets the alternate bounds in the given geometry for the given cell depending on whether the cell is going to be collapsed. | 
| 
 | JGraph X 1.4.1.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||