JGraph X 0.15.0.3


Uses of Class
com.mxgraph.view.mxGraphView

Packages that use mxGraphView
com.mxgraph.util   
com.mxgraph.view   
 

Uses of mxGraphView in com.mxgraph.util
 

Fields in com.mxgraph.util declared as mxGraphView
protected  mxGraphView mxTemporaryCellStates.view
           
 

Constructors in com.mxgraph.util with parameters of type mxGraphView
mxTemporaryCellStates(mxGraphView view, Object[] cells, double scale)
           
 

Uses of mxGraphView in com.mxgraph.view
 

Fields in com.mxgraph.view declared as mxGraphView
protected  mxGraphView mxGraph.view
          Holds the view that caches the cell states.
protected  mxGraphView mxGraphView.mxCurrentRootChange.view
           
protected  mxGraphView mxCellState.view
          Reference to the enclosing graph view.
 

Methods in com.mxgraph.view that return mxGraphView
 mxGraphView mxGraph.getView()
          Returns the view that contains the cell states.
 mxGraphView mxCellState.getView()
          Returns the enclosing graph view.
 

Methods in com.mxgraph.view with parameters of type mxGraphView
 void mxGraph.setView(mxGraphView view)
          Sets the view that contains the cell states and fires an EVENT_VIEW_CHANGED event.
 void mxCellState.setView(mxGraphView view)
          Sets the enclosing graph view.
 

Constructors in com.mxgraph.view with parameters of type mxGraphView
mxCellState(mxGraphView view, Object cell, Hashtable 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.
 


JGraph X 0.15.0.3


Copyright (c) 2008 Gaudenz Alder. All rights reserved.