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

Packages that use GraphMatrixAxisModel
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.piechart Pie Chart 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 GraphMatrixAxisModel in com.sas.graphics.components
 

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

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

Methods in com.sas.graphics.components.barchart that return GraphMatrixAxisModel
 GraphMatrixAxisModel BarChartModel.getColumnAxisModel()
          Returns the Graph's column axis model, which contains axis' appearance preferences.
 GraphMatrixAxisModel BarChartModel.getRowAxisModel()
          Returns the Graph's row axis model, which contains axis' appearance preferences.
 

Methods in com.sas.graphics.components.barchart with parameters of type GraphMatrixAxisModel
 void BarChartModel.setColumnAxisModel(GraphMatrixAxisModel newAxisModel)
          Set the Graph's column axis model, which contains axis' appearance preferences.
 void BarChartModel.setRowAxisModel(GraphMatrixAxisModel newAxisModel)
          Set the Graph's row axis model, which contains axis' appearance preferences.
 

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

Methods in com.sas.graphics.components.barlinechart that return GraphMatrixAxisModel
 GraphMatrixAxisModel BarLineChartModel.getColumnAxisModel()
          Returns the Graph's column axis model, which contains axis' appearance preferences.
 GraphMatrixAxisModel BarLineChartModel.getRowAxisModel()
          Returns the Graph's row axis model, which contains axis' appearance preferences.
 

Methods in com.sas.graphics.components.barlinechart with parameters of type GraphMatrixAxisModel
 void BarLineChartModel.setColumnAxisModel(GraphMatrixAxisModel newAxisModel)
          Set the Graph's column axis model, which contains axis' appearance preferences.
 void BarLineChartModel.setRowAxisModel(GraphMatrixAxisModel newAxisModel)
          Set the Graph's row axis model, which contains axis' appearance preferences.
 

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

Methods in com.sas.graphics.components.linechart that return GraphMatrixAxisModel
 GraphMatrixAxisModel LineChartModel.getColumnAxisModel()
          Returns the Graph's column axis model, which contains axis' appearance preferences.
 GraphMatrixAxisModel LineChartModel.getRowAxisModel()
          Returns the Graph's row axis model, which contains axis' appearance preferences.
 

Methods in com.sas.graphics.components.linechart with parameters of type GraphMatrixAxisModel
 void LineChartModel.setColumnAxisModel(GraphMatrixAxisModel newAxisModel)
          Set the Graph's column axis model, which contains axis's appearance preferences.
 void LineChartModel.setRowAxisModel(GraphMatrixAxisModel newAxisModel)
          Set the Graph's row axis model, which contains axis's appearance preferences.
 

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

Methods in com.sas.graphics.components.lineplot that return GraphMatrixAxisModel
 GraphMatrixAxisModel LinePlotModel.getColumnAxisModel()
          Returns the Graph's column axis model, which contains axis' appearance preferences.
 GraphMatrixAxisModel LinePlotModel.getRowAxisModel()
          Returns the Graph's row axis model, which contains axis' appearance preferences.
 

Methods in com.sas.graphics.components.lineplot with parameters of type GraphMatrixAxisModel
 void LinePlotModel.setColumnAxisModel(GraphMatrixAxisModel newAxisModel)
          Set the Graph's column axis model, which contains axis' appearance preferences.
 void LinePlotModel.setRowAxisModel(GraphMatrixAxisModel newAxisModel)
          Set the Graph's row axis model, which contains axis' appearance preferences.
 

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

Methods in com.sas.graphics.components.piechart that return GraphMatrixAxisModel
 GraphMatrixAxisModel PieChartModel.getColumnAxisModel()
          Returns the Graph's column axis model, which contains axis' appearance preferences.
 GraphMatrixAxisModel PieChartModel.getRowAxisModel()
          Returns the Graph's row axis model, which contains axis' appearance preferences.
 

Methods in com.sas.graphics.components.piechart with parameters of type GraphMatrixAxisModel
 void PieChartModel.setColumnAxisModel(GraphMatrixAxisModel newAxis)
          Set the Graph's column axis model, which contains axis' appearance preferences.
 void PieChartModel.setRowAxisModel(GraphMatrixAxisModel newAxis)
          Set the Graph's row axis model, which contains axis' appearance preferences.
 

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

Methods in com.sas.graphics.components.radarchart that return GraphMatrixAxisModel
 GraphMatrixAxisModel RadarChartModel.getColumnAxisModel()
          Returns the Graph's column axis model, which contains axis' appearance preferences.
 GraphMatrixAxisModel RadarChartModel.getRowAxisModel()
          Returns the Graph's row axis model, which contains axis' appearance preferences.
 

Methods in com.sas.graphics.components.radarchart with parameters of type GraphMatrixAxisModel
 void RadarChartModel.setColumnAxisModel(GraphMatrixAxisModel newAxis)
          Set the Graph's column axis model, which contains axis' appearance preferences.
 void RadarChartModel.setRowAxisModel(GraphMatrixAxisModel newAxis)
          Set the Graph's row axis model, which contains axis' appearance preferences.
 

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

Methods in com.sas.graphics.components.scatterplot that return GraphMatrixAxisModel
 GraphMatrixAxisModel ScatterPlotModel.getColumnAxisModel()
          Returns the Graph's column axis model, which contains axis' appearance preferences.
 GraphMatrixAxisModel ScatterPlotModel.getRowAxisModel()
          Returns the Graph's row axis model, which contains axis' appearance preferences.
 

Methods in com.sas.graphics.components.scatterplot with parameters of type GraphMatrixAxisModel
 void ScatterPlotModel.setColumnAxisModel(GraphMatrixAxisModel newAxisModel)
          Set the Graph's column axis model, which contains axis's appearance preferences.
 void ScatterPlotModel.setRowAxisModel(GraphMatrixAxisModel newAxisModel)
          Set the Graph's row axis model, which contains axis's appearance preferences.
 

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

Methods in com.sas.graphics.components.waterfallchart that return GraphMatrixAxisModel
 GraphMatrixAxisModel WaterfallChartModel.getColumnAxisModel()
          Returns the Graph's column axis model, which contains axis' appearance preferences.
 GraphMatrixAxisModel WaterfallChartModel.getRowAxisModel()
          Returns the Graph's row axis model, which contains axis' appearance preferences.
 

Methods in com.sas.graphics.components.waterfallchart with parameters of type GraphMatrixAxisModel
 void WaterfallChartModel.setColumnAxisModel(GraphMatrixAxisModel newAxisModel)
          Set the Graph's column axis model, which contains axis' appearance preferences.
 void WaterfallChartModel.setRowAxisModel(GraphMatrixAxisModel newAxisModel)
          Set the Graph's row axis model, which contains axis' appearance preferences.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.