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

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

Uses of PlotVariableList in com.sas.graphics.components
 

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

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




Copyright © 2009 SAS Institute Inc. All Rights Reserved.