Uses of Class
com.mxgraph.view.mxStylesheet
-
Packages that use mxStylesheet Package Description com.mxgraph.view This package implements the graph component, represented by the mxGraph class. -
-
Uses of mxStylesheet in com.mxgraph.view
Fields in com.mxgraph.view declared as mxStylesheet Modifier and Type Field Description protected mxStylesheet
mxGraph. stylesheet
Holds the stylesheet that defines the appearance of the cells.Methods in com.mxgraph.view that return mxStylesheet 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.Methods in com.mxgraph.view with parameters of type mxStylesheet Modifier and Type Method Description void
mxGraph. setStylesheet(mxStylesheet value)
Sets the stylesheet that provides the style.Constructors in com.mxgraph.view with parameters of type mxStylesheet 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.
-