Uses of Class
com.sas.graphics.components.barlinechart.BarLineChartTableDataModel

Packages that use BarLineChartTableDataModel
com.sas.graphics.components.barlinechart BarLine Chart component and its related models. 
com.sas.servlet.tbeans.graphics.html Provides classes for generating different chart objects. 
 

Uses of BarLineChartTableDataModel in com.sas.graphics.components.barlinechart
 

Methods in com.sas.graphics.components.barlinechart with parameters of type BarLineChartTableDataModel
 void BarLineChartTableDataModel.apply(BarLineChartTableDataModel theOtherModel)
          Utility method to convey properties contained in "theOtherModel" to this object.
 

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

Methods in com.sas.servlet.tbeans.graphics.html that return BarLineChartTableDataModel
 BarLineChartTableDataModel BarLineChartComposite.getDataModel()
          Returns the model on the viewer.
 

Methods in com.sas.servlet.tbeans.graphics.html with parameters of type BarLineChartTableDataModel
 void BarLineChartComposite.setDataModel(BarLineChartTableDataModel dataModel)
          Sets the model on the viewer.
 void BarLineChart.setDataModel(BarLineChartTableDataModel dataModel)
          Sets the model on the viewer.
 

Constructors in com.sas.servlet.tbeans.graphics.html with parameters of type BarLineChartTableDataModel
BarLineChart(BarLineChartTableDataModel dataModel)
           
BarLineChartComposite(BarLineChartTableDataModel model)
          Construct a new BarLineChartComposite object
BarLineChartComposite(BarLineChartTableDataModel dataModel, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Construct a new BarLineChartComposite object
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.