Uses of Class
com.sas.graphics.components.tilechart.TileChartModel

Packages that use TileChartModel
com.sas.graphics.components.tilechart

Tile Chart component and its related models. 

com.sas.servlet.tbeans.graphics Provides base classes for generating chart objects. 
 

Uses of TileChartModel in com.sas.graphics.components.tilechart
 

Methods in com.sas.graphics.components.tilechart that return TileChartModel
 TileChartModel TileChart.getGraphModel()
          Returns the TileChartModel that encapsulates most of the TileChart's display properties.
 

Methods in com.sas.graphics.components.tilechart with parameters of type TileChartModel
 void TileChartModel.apply(TileChartModel theOtherObject)
          Utility method to convey properties contained in "theOtherObject" to this object.
 void TileChart.setGraphModel(TileChartModel newTileChartModel)
          Sets a TileChartModel to define most of the TileChart's display properties.
 

Uses of TileChartModel in com.sas.servlet.tbeans.graphics
 

Methods in com.sas.servlet.tbeans.graphics that return TileChartModel
 TileChartModel BaseTileChart.getGraphModel()
          Returns the TileChartModel that encapsulates most of the TileChart's display properties.
 

Methods in com.sas.servlet.tbeans.graphics with parameters of type TileChartModel
 void BaseTileChart.setGraphModel(TileChartModel newTileChartModel)
          Sets a TileChartModel to define most of the TileChart's display properties.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.