Uses of Class
com.sas.graphics.components.CellStyle

Packages that use CellStyle
com.sas.graphics.components Provides swing components for producing a variety of graph types. 
 

Uses of CellStyle in com.sas.graphics.components
 

Methods in com.sas.graphics.components that return CellStyle
 CellStyle TableAxisModel.getLabelCellStyle()
          Returns the CellStyle that contains the set of display properties used to define the appearance of the table header including its background color and frame line color.
 CellStyle TableAxisModel.getValueCellStyle()
          Returns the CellStyle that contains the set of display properties used to define the appearance of the table cells including its background color and frame line color.
 

Methods in com.sas.graphics.components with parameters of type CellStyle
 void CellStyle.apply(CellStyle theOtherObject)
          Utility method to convey properties contained in "theOtherObject" to this object.
 void TableAxisModel.setLabelCellStyle(CellStyle newCellStyle)
          Sets the CellStyle that contains the set of display properties used to define the appearance of the table header including its background color and frame line color.
 void TableAxisModel.setValueCellStyle(CellStyle newCellStyle)
          Sets the CellStyle that contains the set of display properties used to define the appearance of the table cells including its background color and frame line color.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.