Uses of Class
org.processmining.objectcentricconstraintchecking.algorithms.view.mxStylesheet
-
Packages that use mxStylesheet Package Description org.processmining.objectcentricconstraintchecking.algorithms.view -
-
Uses of mxStylesheet in org.processmining.objectcentricconstraintchecking.algorithms.view
Fields in org.processmining.objectcentricconstraintchecking.algorithms.view declared as mxStylesheet Modifier and Type Field Description protected mxStylesheetmxGraph. stylesheetHolds the stylesheet that defines the appearance of the cells.Methods in org.processmining.objectcentricconstraintchecking.algorithms.view that return mxStylesheet Modifier and Type Method Description protected mxStylesheetmxGraph. createStylesheet()Constructs a new stylesheet to be used in this graph.mxStylesheetmxGraph. getStylesheet()Returns the stylesheet that provides the style.Methods in org.processmining.objectcentricconstraintchecking.algorithms.view with parameters of type mxStylesheet Modifier and Type Method Description voidmxGraph. setStylesheet(mxStylesheet value)Sets the stylesheet that provides the style.Constructors in org.processmining.objectcentricconstraintchecking.algorithms.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.
-