Package | Description |
---|---|
com.mxgraph.view |
This package implements the graph component, represented by the mxGraph
class.
|
Modifier and Type | Field and Description |
---|---|
protected mxGraphView |
mxTemporaryCellStates.view |
protected mxGraphView |
mxGraph.view
Holds the view that caches the cell states.
|
protected mxGraphView |
mxCellState.view
Reference to the enclosing graph view.
|
protected mxGraphView |
mxGraphView.mxCurrentRootChange.view |
Modifier and Type | Method and Description |
---|---|
protected mxGraphView |
mxGraph.createGraphView()
Constructs a new view to be used in this graph.
|
mxGraphView |
mxGraph.getView()
Returns the view that contains the cell states.
|
mxGraphView |
mxCellState.getView()
Returns the enclosing graph view.
|
mxGraphView |
mxGraphView.mxCurrentRootChange.getView()
Returns the graph view where the change happened.
|
Modifier and Type | Method and Description |
---|---|
void |
mxGraph.setView(mxGraphView value)
Sets the view that contains the cell states.
|
void |
mxCellState.setView(mxGraphView view)
Sets the enclosing graph view.
|
Constructor and 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.
|
Copyright (c) 2010-2017 Gaudenz Alder, JGraph Ltd. All rights reserved.