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

Packages that use AxisWallModel
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.ganttchart

Gantt 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.scatterplot Scatter Plot component and its related models. 
com.sas.graphics.components.waterfallchart Waterfall Chart component and its related models. 
 

Uses of AxisWallModel in com.sas.graphics.components
 

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

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

Methods in com.sas.graphics.components.barchart that return AxisWallModel
 AxisWallModel BarChartModel.getAxisWallModel()
          Returns the model that encapsulates the axis wall display properties.
 

Methods in com.sas.graphics.components.barchart with parameters of type AxisWallModel
 void BarChartModel.setAxisWallModel(AxisWallModel newAxisWallModel)
          Sets the model that encapsulates the display properties for the axis wall.
 

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

Methods in com.sas.graphics.components.barlinechart that return AxisWallModel
 AxisWallModel BarLineChartModel.getAxisWallModel()
          Returns the model that encapsulates the axis wall display properties.
 

Methods in com.sas.graphics.components.barlinechart with parameters of type AxisWallModel
 void BarLineChartModel.setAxisWallModel(AxisWallModel newAxisWallModel)
          Sets the model that encapsulates the display properties for the axis wall.
 

Uses of AxisWallModel in com.sas.graphics.components.ganttchart
 

Methods in com.sas.graphics.components.ganttchart that return AxisWallModel
 AxisWallModel GanttChartModel.getAxisWallModel()
          Returns the attributes associated with the axis walls.
 

Methods in com.sas.graphics.components.ganttchart with parameters of type AxisWallModel
 void GanttChartModel.setAxisWallModel(AxisWallModel newAxisWallModel)
          Sets the attributes associated with the axis walls.
 

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

Methods in com.sas.graphics.components.linechart that return AxisWallModel
 AxisWallModel LineChartModel.getAxisWallModel()
          Returns the model that encapsulates the axis wall display properties.
 

Methods in com.sas.graphics.components.linechart with parameters of type AxisWallModel
 void LineChartModel.setAxisWallModel(AxisWallModel newAxisWallModel)
          Sets the model that encapsulates the display properties for the axis wall.
 

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

Methods in com.sas.graphics.components.lineplot that return AxisWallModel
 AxisWallModel LinePlotModel.getAxisWallModel()
          Returns the axis's walls and floor model.
 

Methods in com.sas.graphics.components.lineplot with parameters of type AxisWallModel
 void LinePlotModel.setAxisWallModel(AxisWallModel newAxisWallModel)
          Set the axis's walls and floor display properties.
 

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

Methods in com.sas.graphics.components.scatterplot that return AxisWallModel
 AxisWallModel ScatterPlotModel.getAxisWallModel()
          Return the ScatterPlot's axis walls and floor appearance properties.
 

Methods in com.sas.graphics.components.scatterplot with parameters of type AxisWallModel
 void ScatterPlotModel.setAxisWallModel(AxisWallModel newAxisWallModel)
          Set the axis's walls and floor display properties.
 

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

Methods in com.sas.graphics.components.waterfallchart that return AxisWallModel
 AxisWallModel WaterfallChartModel.getAxisWallModel()
          Returns the model that encapsulates the axis wall display properties.
 

Methods in com.sas.graphics.components.waterfallchart with parameters of type AxisWallModel
 void WaterfallChartModel.setAxisWallModel(AxisWallModel newAxisWallModel)
          Sets the model that encapsulates the display properties for the axis wall.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.