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

Packages that use AnalysisVariableList
com.sas.graphics.components Provides swing components for producing a variety of graph types. 
 

Uses of AnalysisVariableList in com.sas.graphics.components
 

Methods in com.sas.graphics.components that return AnalysisVariableList
 AnalysisVariableList AnalysisVariableList.getNext()
          Returns the next AnalysisVariableList in the list.
 

Constructors in com.sas.graphics.components with parameters of type AnalysisVariableList
AnalysisVariableList(int columnIndex, java.lang.String format, java.lang.String informat, java.lang.String label, int statistic, AnalysisVariableList next)
           
AnalysisVariableList(java.lang.String columnName, java.lang.String format, java.lang.String informat, java.lang.String label, int statistic, AnalysisVariableList next)
          Constructor designating data column by name.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.