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

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

Uses of ClassificationVariableList in com.sas.graphics.components
 

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

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




Copyright © 2009 SAS Institute Inc. All Rights Reserved.