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

Packages that use PlotVariable
com.sas.graphics.components Provides swing components for producing a variety of graph types. 
com.sas.graphics.components.lineplot Line Plot component and its related models. 
com.sas.graphics.components.scatterplot Scatter Plot component and its related models. 
 

Uses of PlotVariable in com.sas.graphics.components
 

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

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

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

Methods in com.sas.graphics.components.lineplot that return PlotVariable
 PlotVariable LinePlotTableDataModel.getXVariable()
          Returns the data column that was most recently set in the X role by the setXVariable() method.
 PlotVariable LinePlotTableDataModel.getY2Variable()
          Returns the data column that was most recently set in the Y2 role by the setY2Variable() method.
 PlotVariable LinePlotTableDataModel.getYVariable()
          Returns the data column that was most recently set in the Y role by the setYVariable() method.
 

Methods in com.sas.graphics.components.lineplot with parameters of type PlotVariable
 void LinePlotTableDataModel.setXVariable(PlotVariable newVariable)
          Sets the data column(s) in the attached TableModel whose values are to be used to produce the markers along the the primary (below) horizontal axis.
 void LinePlotTableDataModel.setY2Variable(PlotVariable newVariable)
          Sets the data column(s) in the attached TableModel whose values are to be used to determine the secondary (right) vertical position of the markers.
 void LinePlotTableDataModel.setYVariable(PlotVariable newVariable)
          Sets the data column(s) in the attached TableModel whose values are to be used to determine the primary (left) vertical position of the markers.
 

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

Methods in com.sas.graphics.components.scatterplot that return PlotVariable
 PlotVariable ScatterPlotTableDataModel.getXVariable()
          Returns the data column that was most recently set in the X role by the setXVariable() method.
 PlotVariable ScatterPlotTableDataModel.getY2Variable()
          Returns the data column that was most recently set in the Y2 role by the setY2Variable() method.
 PlotVariable ScatterPlotTableDataModel.getYVariable()
          Returns the data column that was most recently set in the Y role by the setYVariable() method.
 

Methods in com.sas.graphics.components.scatterplot with parameters of type PlotVariable
 void ScatterPlotTableDataModel.setXVariable(PlotVariable newXVariable)
          Specifies the data column(s) in the attached TableModel whose values are to be used to position the markers horizontally following the primary (bottom) horizontal axis scale.
 void ScatterPlotTableDataModel.setY2Variable(PlotVariable newY2Variable)
          Specifies the data column(s) in the attached TableModel whose values are used to position the markers vertically following the secondary (right) vertical axis scale.
 void ScatterPlotTableDataModel.setYVariable(PlotVariable newYVariable)
          Specifies the data column(s) in the attached TableModel whose values are to be used to position the markers vertically following the primary (left) vertical axis scale.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.