Uses of Class
com.sas.graphics.components.AxisModel

Packages that use AxisModel
com.sas.graphics.components Provides swing components for producing a variety of graph types. 
com.sas.graphics.components.barchart Bar Chart component and its related models. 
com.sas.graphics.components.barlinechart BarLine Chart component and its related models. 
com.sas.graphics.components.linechart Line Chart component and its related models. 
com.sas.graphics.components.lineplot Line Plot component and its related models. 
com.sas.graphics.components.radarchart Radar Chart component and its related models. 
com.sas.graphics.components.scatterplot Scatter Plot component and its related models. 
com.sas.graphics.components.waterfallchart Waterfall Chart component and its related models. 
 

Uses of AxisModel in com.sas.graphics.components
 

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

Uses of AxisModel in com.sas.graphics.components.barchart
 

Methods in com.sas.graphics.components.barchart that return AxisModel
 AxisModel BarChartModel.getCategoryAxisModel()
          Returns the model that encapsulates the display properties for the category (or independent) axis.
 AxisModel BarChartModel.getResponse2AxisModel()
          Returns the model that encapsulates the display properties for the response2 axis.
 AxisModel BarChartModel.getResponseAxisModel()
          Returns the model that encapsulates the display properties for the response axis.
 

Methods in com.sas.graphics.components.barchart with parameters of type AxisModel
 void BarChartModel.setCategoryAxisModel(AxisModel newAxisModel)
          Sets the model that encapsulates the display properties for the category (or independent) axis.
 void BarChartModel.setResponse2AxisModel(AxisModel newAxisModel)
          Sets the model that encapsulates the display properties for the response2 axis.
 void BarChartModel.setResponseAxisModel(AxisModel newAxisModel)
          Sets the model that encapsulates the display properties for the response axis.
 

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

Methods in com.sas.graphics.components.barlinechart that return AxisModel
 AxisModel BarLineChartModel.getCategoryAxisModel()
          Returns the model that encapsulates the display properties for the category (or independent) axis.
 AxisModel BarLineChartModel.getResponse2AxisModel()
          Returns the model that encapsulates the display properties for the response2 axis.
 AxisModel BarLineChartModel.getResponseAxisModel()
          Returns the model that encapsulates the display properties for the response axis.
 

Methods in com.sas.graphics.components.barlinechart with parameters of type AxisModel
 void BarLineChartModel.setCategoryAxisModel(AxisModel newAxisModel)
          Sets the model that encapsulates the display properties for the category (or independent) axis.
 void BarLineChartModel.setResponse2AxisModel(AxisModel newAxisModel)
          Sets the model that encapsulates the display properties for the response2 axis.
 void BarLineChartModel.setResponseAxisModel(AxisModel newAxisModel)
          Sets the model that encapsulates the display properties for the response axis.
 

Uses of AxisModel in com.sas.graphics.components.linechart
 

Methods in com.sas.graphics.components.linechart that return AxisModel
 AxisModel LineChartModel.getCategoryAxisModel()
          Returns the model that encapsulates the display properties for the category (or independent) axis.
 AxisModel LineChartModel.getResponse2AxisModel()
          Returns the model that encapsulates the display properties for the response2 axis.
 AxisModel LineChartModel.getResponseAxisModel()
          Returns the model that encapsulates the display properties for the response axis.
 

Methods in com.sas.graphics.components.linechart with parameters of type AxisModel
 void LineChartModel.setCategoryAxisModel(AxisModel newAxisModel)
          Sets the model that encapsulates the display properties for the category (or independent) axis.
 void LineChartModel.setResponse2AxisModel(AxisModel newAxisModel)
          Sets the model that encapsulates the display properties for the response2 axis.
 void LineChartModel.setResponseAxisModel(AxisModel newAxisModel)
          Sets the model that encapsulates the display properties for the response axis.
 

Uses of AxisModel in com.sas.graphics.components.lineplot
 

Methods in com.sas.graphics.components.lineplot that return AxisModel
 AxisModel LinePlotModel.getXAxisModel()
          Return the X axis's display properties.
 AxisModel LinePlotModel.getY2AxisModel()
          Return the Y2 axis's display properties.
 AxisModel LinePlotModel.getYAxisModel()
          Return the Y axis's display properties.
 

Methods in com.sas.graphics.components.lineplot with parameters of type AxisModel
 void LinePlotModel.setXAxisModel(AxisModel newAxisModel)
          Set the X axis's display properties.
 void LinePlotModel.setY2AxisModel(AxisModel newAxisModel)
          Set the Y2 axis's display properties.
 void LinePlotModel.setYAxisModel(AxisModel newAxisModel)
          Set the Y axis's display properties.
 

Uses of AxisModel in com.sas.graphics.components.radarchart
 

Methods in com.sas.graphics.components.radarchart that return AxisModel
 AxisModel RadarChartModel.getAxisModel()
          Returns the RadarChart's axis model, a repository for axis appearance preferences.
 

Methods in com.sas.graphics.components.radarchart with parameters of type AxisModel
 void RadarChartModel.setAxisModel(AxisModel newAxisModel)
          Sets the RadarChart's axis model, which encapsulates the axis appearance preferences.
 

Uses of AxisModel in com.sas.graphics.components.scatterplot
 

Methods in com.sas.graphics.components.scatterplot that return AxisModel
 AxisModel ScatterPlotModel.getXAxisModel()
          Returns a model which encapsulates all display properties of X axis.
 AxisModel ScatterPlotModel.getY2AxisModel()
          Returns a model which encapsulates all display properties of Y2 axis.
 AxisModel ScatterPlotModel.getYAxisModel()
          Returns a model which encapsulates all display properties of Y axis.
 

Methods in com.sas.graphics.components.scatterplot with parameters of type AxisModel
 void ScatterPlotModel.setXAxisModel(AxisModel newAxisModel)
          Set the display properties of the X axis.
 void ScatterPlotModel.setY2AxisModel(AxisModel newAxisModel)
          Set the display properties for the Y2 axis.
 void ScatterPlotModel.setYAxisModel(AxisModel newAxisModel)
          Sets a model which encapsulates all display properties of Y axis.
 

Uses of AxisModel in com.sas.graphics.components.waterfallchart
 

Methods in com.sas.graphics.components.waterfallchart that return AxisModel
 AxisModel WaterfallChartModel.getCategoryAxisModel()
          Returns the model that encapsulates the display properties for the category (or independent) axis.
 AxisModel WaterfallChartModel.getResponseAxisModel()
          Returns the model that encapsulates the display properties for the response axis.
 

Methods in com.sas.graphics.components.waterfallchart with parameters of type AxisModel
 void WaterfallChartModel.setCategoryAxisModel(AxisModel newAxisModel)
          Sets the model that encapsulates the display properties for the category (or independent) axis.
 void WaterfallChartModel.setResponseAxisModel(AxisModel newAxisModel)
          Sets the model that encapsulates the display properties for the response axis.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.