Package | Description |
---|---|
com.mxgraph.view |
This package implements the graph component, represented by the mxGraph
class.
|
Modifier and Type | Field and Description |
---|---|
protected mxStylesheet |
mxGraph.stylesheet
Holds the stylesheet that defines the appearance of the cells.
|
Modifier and Type | Method and 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 and Description |
---|---|
void |
mxGraph.setStylesheet(mxStylesheet value)
Sets the stylesheet that provides the style.
|
Constructor and 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.