com.sas.graphics.components.radarchart
Class RadarChartDataModel

com.sas.graphics.components.radarchart.RadarChartDataModel
Direct Known Subclasses:
RadarChartOLAPDataModel, RadarChartTableDataModel

public abstract class RadarChartDataModel

Common superclass for all RadarChart DataModels to provide a "type" of data model that can be assigned to a RadarChart.

Usage

A RadarChartDataModel can be assigned to an instace of the RadarChart class. Ex:
 RadarChartDataModel myData = createMyRadarChartData(); // See RadarChartTableDataModel or RadarChartOLAPDataModel
 RadarChart radarChart = new RadarChart();
 radarChart.setDataModel(myData);
 
See RadarChartTableDataModel and RadarChartOLAPDataModel for examples on how to use the different types of RadarChartDataModels.

Extending

This class provides a type for the RadarChart's data models but is only intended for internal subclassing.

Since:
SAS 9.1
See Also:
RadarChartTableDataModel, RadarChartOLAPDataModel

Constructor Summary
RadarChartDataModel()
           
 
Method Summary
 
Methods inherited from class com.sas.graphics.components.DataModel
apply, equals, getLocale, getRulesContext, getSortStrategy, hashCode, setLocale, setRulesContext, setSortStrategy
 
Methods inherited from class com.sas.graphics.components.ModelBase
addPropertyChangeListener, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, removePropertyChangeListener, setContainedModel
 

Constructor Detail

RadarChartDataModel

public RadarChartDataModel()



Copyright © 2009 SAS Institute Inc. All Rights Reserved.