Uses of Class
com.sas.graphics.components.piechart.PieChartModel

Packages that use PieChartModel
com.sas.graphics.components.piechart Pie Chart component and its related models. 
com.sas.servlet.tbeans.graphics Provides base classes for generating chart objects. 
 

Uses of PieChartModel in com.sas.graphics.components.piechart
 

Methods in com.sas.graphics.components.piechart that return PieChartModel
 PieChartModel PieChart.getGraphModel()
          Returns the PieChartModel that encapsulates most of the PieChart's display properties.
 

Methods in com.sas.graphics.components.piechart with parameters of type PieChartModel
 void PieChartModel.apply(PieChartModel theOtherModel)
          Utility method to convey properties contained in "theOtherModel" to this object.
 void PieChart.setGraphModel(PieChartModel newPieChartModel)
          Sets a PieChartModel to define most of the PieChart's display properties.
 

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

Methods in com.sas.servlet.tbeans.graphics that return PieChartModel
 PieChartModel BasePieChart.getGraphModel()
          Returns the PieChartModel that encapsulates most of the PieChart's display properties.
 

Methods in com.sas.servlet.tbeans.graphics with parameters of type PieChartModel
 void BasePieChart.setGraphModel(PieChartModel newPieChartModel)
          Sets a PieChartModel to define most of the PieChart's display properties.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.