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

Packages that use AnalysisVariable
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.piechart Pie Chart component and its related models. 
com.sas.graphics.components.radarchart Radar Chart component and its related models. 
com.sas.graphics.components.tilechart

Tile Chart component and its related models. 

com.sas.graphics.components.waterfallchart Waterfall Chart component and its related models. 
 

Uses of AnalysisVariable in com.sas.graphics.components
 

Methods in com.sas.graphics.components that return AnalysisVariable
 AnalysisVariable[] AnalysisVariableList.asArray()
          Provides a conversion into a Variable array.
 

Constructors in com.sas.graphics.components with parameters of type AnalysisVariable
AnalysisVariable(AnalysisVariable av)
          Constructor for AnalysisVariable.
AnalysisVariableList(AnalysisVariable[] variableArray)
          Construct a list of VariableList objects whose properties and order are defined by the Variables in the array.
 

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

Methods in com.sas.graphics.components.barchart that return AnalysisVariable
 AnalysisVariable BarChartTableDataModel.getResponse2Variable()
          Returns the variable identifying the data column that was most recently set in the Response2 role via the setResponse2Variable() method.
 AnalysisVariable BarChartTableDataModel.getResponseVariable()
          Returns the variable identifying the data column that was most recently specified in the Response role via the setResponseVariable() method.
 

Methods in com.sas.graphics.components.barchart with parameters of type AnalysisVariable
 void BarChartTableDataModel.setResponse2Variable(AnalysisVariable newVariable)
          Sets the data column(s) in the model whose values are to be used to determine the extent (or length) of the bar elements associated with the response2 axis (the right axis in a vertical bar chart, or the bottom axis in a horizontal bar chart).
 void BarChartTableDataModel.setResponseVariable(AnalysisVariable newVariable)
          Sets the data column(s) in the model whose values are to be used to determine the extent (i.e. ending location) of the bar elements associated with the response axis.
 

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

Methods in com.sas.graphics.components.barlinechart that return AnalysisVariable
 AnalysisVariable BarLineChartTableDataModel.getBarResponse2Variable()
          Returns the variable identifying the barResponse2 data column that was most recently set in the BarResponse2 role via the setBarResponse2Variable() method.
 AnalysisVariable BarLineChartTableDataModel.getBarResponseVariable()
          Returns the variable identifying the barResponse data column that was most recently set in the BarResponse role via the setBarResponseVariable() method.
 AnalysisVariable BarLineChartTableDataModel.getLineResponse2Variable()
          Returns the data column that was most recently set in the LineResponse2 role by the setLineResponse2Variable() method.
 AnalysisVariable BarLineChartTableDataModel.getLineResponseVariable()
          Returns the data column that was most recently set in the LineResponse role by the setLineResponseVariable() method.
 

Methods in com.sas.graphics.components.barlinechart with parameters of type AnalysisVariable
 void BarLineChartTableDataModel.setBarResponse2Variable(AnalysisVariable newVariable)
          Sets the data column(s) in the model whose values are to be used to determine the extent (or length) of the bar elements associated with the response2 axis (the right axis in a vertical bar chart, or the bottom axis in a horizontal bar chart).
 void BarLineChartTableDataModel.setBarResponseVariable(AnalysisVariable newVariable)
          Sets the data column(s) in the model whose values are to be used to determine the extent (or length) of the bar elements associated with the response axis.
 void BarLineChartTableDataModel.setLineResponse2Variable(AnalysisVariable newVariable)
          Sets the data column(s) in the model whose values are to be used to determine the placement of the line vertices associated with the response2 axis (the right axis in a vertical bar chart, or the bottom axis in a horizontal bar chart).
 void BarLineChartTableDataModel.setLineResponseVariable(AnalysisVariable newVariable)
          Sets the data column(s) in the model whose values are to be used to determine the placement of the line vertices associated with the response axis.
 

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

Methods in com.sas.graphics.components.linechart that return AnalysisVariable
 AnalysisVariable LineChartTableDataModel.getResponse2Variable()
          Returns the data column that was most recently set in the Response2 role by the setResponse2Variable() method.
 AnalysisVariable LineChartTableDataModel.getResponseVariable()
          Returns the data column that was most recently set in the Response role by the setResponseVariable() method.
 

Methods in com.sas.graphics.components.linechart with parameters of type AnalysisVariable
 void LineChartTableDataModel.setResponse2Variable(AnalysisVariable newVariable)
          Sets the data column(s) in the model whose values are to be used to determine the placement of the line vertices associated with the response2 (right) axis.
 void LineChartTableDataModel.setResponseVariable(AnalysisVariable newVariable)
          Sets the data column(s) in the model whose values are to be used to determine the placement of the line vertices associated with the response axis.
 

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

Methods in com.sas.graphics.components.piechart that return AnalysisVariable
 AnalysisVariable PieChartTableDataModel.getResponseVariable()
          Returns the data column that was most recently set in the Response role by the setResponseVariable() method.
 

Methods in com.sas.graphics.components.piechart with parameters of type AnalysisVariable
 void PieChartTableDataModel.setResponseVariable(AnalysisVariable newVariable)
          Specifies the data column(s) in the attached TableModel whose values are to be used to determine the extent of the angles of the pie slices.
 

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

Methods in com.sas.graphics.components.radarchart that return AnalysisVariable
 AnalysisVariable RadarChartTableDataModel.getResponseVariable()
          Returns the data column that was most recently set in the Response role by the setResponseVariable() method.
 

Methods in com.sas.graphics.components.radarchart with parameters of type AnalysisVariable
 void RadarChartTableDataModel.setResponseVariable(AnalysisVariable newVariable)
          Specifies the data column in the attached TableModel whose values are to be used to determine the extent of the vertices of the radar elements.
 

Uses of AnalysisVariable in com.sas.graphics.components.tilechart
 

Methods in com.sas.graphics.components.tilechart that return AnalysisVariable
 AnalysisVariable TileChartTableDataModel.getColorVariable()
          Returns the data column that was most recently set in the Color role by the setColorVariable() method.
 AnalysisVariable TileChartTableDataModel.getSizeVariable()
          Returns the data column that was most recently set in the Size role by the setSizeVariable() method.
 AnalysisVariable TileChartTableDataModel.getXVariable()
          Returns the data column that was most recently set in the X role by the setXVariable() method.
 AnalysisVariable TileChartTableDataModel.getYVariable()
          Returns the data column that was most recently set in the Y role by the setYVariable() method.
 

Methods in com.sas.graphics.components.tilechart with parameters of type AnalysisVariable
 void TileChartTableDataModel.setColorVariable(AnalysisVariable newVariable)
          Specifies the data column in the attached TableModel whose values are to be used to determine the relative colors of the rectangles.
 void TileChartTableDataModel.setSizeVariable(AnalysisVariable newVariable)
          Specifies the data column in the attached TableModel whose values are to be used to determine the relative sizes of the rectangles.
 void TileChartTableDataModel.setXVariable(AnalysisVariable newVariable)
          Specifies the data column in the attached TableModel whose values are to be used to determine the approximate horizontal position of the tile when used with PLACEMENT_GEOGRAPHIC mode.
 void TileChartTableDataModel.setYVariable(AnalysisVariable newVariable)
          Specifies the data column in the attached TableModel whose values are to be used to determine the approximate vertical position of the tile when used with PLACEMENT_GEOGRAPHIC mode.
 

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

Methods in com.sas.graphics.components.waterfallchart that return AnalysisVariable
 AnalysisVariable WaterfallChartTableDataModel.getResponseVariable()
          Returns the data column that was most recently set in the Response role by the setResponseVariable() method.
 

Methods in com.sas.graphics.components.waterfallchart with parameters of type AnalysisVariable
 void WaterfallChartTableDataModel.setResponseVariable(AnalysisVariable newVariable)
          Sets the data column(s) in the model whose values are to be used to determine the extent (or length) of the bar elements associated with the response axis.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.