Package | Description |
---|---|
com.mxgraph.view |
This package implements the graph component, represented by the mxGraph
class.
|
Modifier and Type | Field | Description |
---|---|---|
protected mxStylesheet |
mxGraph.stylesheet |
Holds the stylesheet that defines the appearance of the cells.
|
Modifier and Type | Method | Description |
---|---|---|
protected mxStylesheet |
mxGraph.createStylesheet() |
Constructs a new stylesheet to be used in this graph.
|
mxStylesheet |
mxGraph.getStylesheet() |
Returns the stylesheet that provides the style.
|
Modifier and Type | Method | Description |
---|---|---|
void |
mxGraph.setStylesheet(mxStylesheet value) |
Sets the stylesheet that provides the style.
|
Constructor | Description |
---|---|
mxGraph(mxIGraphModel model,
mxStylesheet stylesheet) |
Constructs a new graph for the specified model.
|
mxGraph(mxStylesheet stylesheet) |
Constructs a new graph for the specified model.
|
Copyright (c) 2010-2017 Gaudenz Alder, JGraph Ltd. All rights reserved.