Uses of Class
com.mxgraph.view.mxGraphView
-
Packages that use mxGraphView Package Description 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 Modifier and Type Field Description protected mxGraphViewmxCellState. viewReference to the enclosing graph view.protected mxGraphViewmxGraph. viewHolds the view that caches the cell states.protected mxGraphViewmxGraphView.mxCurrentRootChange. viewprotected mxGraphViewmxTemporaryCellStates. viewMethods in com.mxgraph.view that return mxGraphView Modifier and Type Method Description protected mxGraphViewmxGraph. createGraphView()Constructs a new view to be used in this graph.mxGraphViewmxCellState. getView()Returns the enclosing graph view.mxGraphViewmxGraph. getView()Returns the view that contains the cell states.mxGraphViewmxGraphView.mxCurrentRootChange. getView()Returns the graph view where the change happened.Methods in com.mxgraph.view with parameters of type mxGraphView Modifier and Type Method Description voidmxCellState. setView(mxGraphView view)Sets the enclosing graph view.voidmxGraph. setView(mxGraphView value)Sets the view that contains the cell states.Constructors in com.mxgraph.view with parameters of type mxGraphView Constructor Description mxCellState(mxGraphView view, java.lang.Object cell, java.util.Map<java.lang.String,java.lang.Object> style)Constructs a new object that represents the current state of the given cell in the specified view.mxCurrentRootChange(mxGraphView view, java.lang.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, java.lang.Object[] cells)Constructs a new temporary cell states instance.
-