mxGraph 1.10.4.0


Uses of Class
com.mxgraph.view.mxStylesheet

Packages that use mxStylesheet
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
protected  mxStylesheet mxGraph.stylesheet
          Holds the stylesheet that defines the appearance of the cells.
 

Methods in com.mxgraph.view that return mxStylesheet
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
 void mxGraph.setStylesheet(mxStylesheet value)
          Sets the stylesheet that provides the style.
 

Constructors in com.mxgraph.view with parameters of type mxStylesheet
mxGraph(mxIGraphModel model, mxStylesheet stylesheet)
          Constructs a new graph for the specified model.
mxGraph(mxStylesheet stylesheet)
          Constructs a new graph for the specified model.
 


mxGraph 1.10.4.0


Copyright (c) 2010 Gaudenz Alder, David Benson. All rights reserved.