Uses of Class
com.mxgraph.view.mxStylesheet
Packages that use mxStylesheet
Package
Description
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 mxStylesheetModifier and TypeFieldDescriptionprotected mxStylesheet
mxGraph.stylesheet
Holds the stylesheet that defines the appearance of the cells.Methods in com.mxgraph.view that return mxStylesheetModifier and TypeMethodDescriptionprotected mxStylesheet
mxGraph.createStylesheet()
Constructs a new stylesheet to be used in this graph.mxGraph.getStylesheet()
Returns the stylesheet that provides the style.Methods in com.mxgraph.view with parameters of type mxStylesheetModifier and TypeMethodDescriptionvoid
mxGraph.setStylesheet
(mxStylesheet value) Sets the stylesheet that provides the style.Constructors in com.mxgraph.view with parameters of type mxStylesheetModifierConstructorDescriptionmxGraph
(mxIGraphModel model, mxStylesheet stylesheet) Constructs a new graph for the specified model.mxGraph
(mxStylesheet stylesheet) Constructs a new graph for the specified model.