| 
 | JGraph X 2.1.0.7 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use mxGraphView | |
|---|---|
| com.mxgraph.view | This package implements the graph component, represented by the mxGraph class. | 
| Uses of mxGraphView in com.mxgraph.view | 
|---|
| Fields in com.mxgraph.view declared as mxGraphView | |
|---|---|
| protected  mxGraphView | mxGraphView.mxCurrentRootChange.view | 
| protected  mxGraphView | mxCellState.viewReference to the enclosing graph view. | 
| protected  mxGraphView | mxTemporaryCellStates.view | 
| protected  mxGraphView | mxGraph.viewHolds the view that caches the cell states. | 
| Methods in com.mxgraph.view that return mxGraphView | |
|---|---|
| protected  mxGraphView | mxGraph.createGraphView()Constructs a new view to be used in this graph. | 
|  mxGraphView | mxGraphView.mxCurrentRootChange.getView()Returns the graph view where the change happened. | 
|  mxGraphView | mxCellState.getView()Returns the enclosing graph view. | 
|  mxGraphView | mxGraph.getView()Returns the view that contains the cell states. | 
| Methods in com.mxgraph.view with parameters of type mxGraphView | |
|---|---|
|  void | mxCellState.setView(mxGraphView view)Sets the enclosing graph view. | 
|  void | mxGraph.setView(mxGraphView value)Sets the view that contains the cell states. | 
| Constructors in com.mxgraph.view with parameters of type mxGraphView | |
|---|---|
| mxCellState(mxGraphView view,
            Object cell,
            Map<String,Object> style)Constructs a new object that represents the current state of the given cell in the specified view. | |
| mxGraphView.mxCurrentRootChange(mxGraphView view,
                                Object root)Constructs a change of the current root in the given view. | |
| mxTemporaryCellStates(mxGraphView view)Constructs a new temporary cell states instance. | |
| mxTemporaryCellStates(mxGraphView view,
                      double scale)Constructs a new temporary cell states instance. | |
| mxTemporaryCellStates(mxGraphView view,
                      double scale,
                      Object[] cells)Constructs a new temporary cell states instance. | |
| 
 | JGraph X 2.1.0.7 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||