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

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

Tile Chart component and its related models. 

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

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

Methods in com.sas.graphics.components.tilechart that return TileChartDataModel
 TileChartDataModel TileChart.getDataModel()
          Returns the TileChartDataModel that provides a handle to the data along with any associated mapping properties.
 

Methods in com.sas.graphics.components.tilechart with parameters of type TileChartDataModel
 void TileChart.setDataModel(TileChartDataModel newDataModel)
          Sets the TileChartDataModel which provides a data source along with associated mapping properties to define the number and arrangement of data elements (tiles), legend and axes.
 

Constructors in com.sas.graphics.components.tilechart with parameters of type TileChartDataModel
TileChart(TileChartDataModel tileChartDataModel)
          Construct a TileChart, assigning tileChartDataModel, and using the default GraphStyle (GraphStyle.STYLE_CONVENTION).
TileChart(TileChartDataModel tileChartDataModel, GraphStyle defaultGraphStyle)
          Construct a TileChart assigning tileChartDataModel and applying graphStyle.
 

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

Methods in com.sas.servlet.tbeans.graphics with parameters of type TileChartDataModel
 void BaseTileChart.setDataModel(TileChartDataModel newDataModel)
          Sets the TileChartDataModel which provides data properties along with any associated mapping properties to define the number and arrangement of data elements, legend and axes.
 

Uses of TileChartDataModel in com.sas.servlet.tbeans.graphics.html
 

Methods in com.sas.servlet.tbeans.graphics.html that return TileChartDataModel
 TileChartDataModel TileChart.getDataModel()
          Gets the model on the viewer.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.