Uses of Class
data.Parameter

Packages that use Parameter
chart   
data   
exceptions   
 

Uses of Parameter in chart
 

Fields in chart declared as Parameter
private  Parameter Axis.parameter
          The parameter that is represented by this Axis.
 

Methods in chart that return Parameter
 Parameter Axis.getParameter()
          Gets the parameter represented by this Axis.
 

Methods in chart with parameters of type Parameter
 void Axis.setParameter(Parameter parameter)
          Sets the parameter represented by this Axis.
 

Constructors in chart with parameters of type Parameter
Axis(DataSheet dataSheet, Chart chart, Parameter parameter)
          Instantiates a new Axis.
 

Uses of Parameter in data
 

Fields in data with type parameters of type Parameter
private  java.util.Vector<Parameter> DataSheet.parameters
          The parameters.
private  java.util.Hashtable<Parameter,java.lang.String> Design.parameterValues
          The parameter values.
 

Methods in data that return Parameter
 Parameter DataSheet.getParameter(int index)
          Gets the Parameter with the index index.
 Parameter DataSheet.getParameter(java.lang.String parameterName)
          Gets the Parameter with the name parameterName.
 

Methods in data with parameters of type Parameter
 double Design.getDoubleValue(Parameter param)
          Gets the numeric (double) representation of a value for a given parameter.
 double DataSheet.getMaxValueOf(Parameter param)
          Gets the maximum value of a given Parameter in the DataSheet.
 double DataSheet.getMinValueOf(Parameter param)
          Gets the minimum value of a given Parameter.
 java.lang.String Design.getStringValue(Parameter param)
          Gets the String representation of a value for a given parameter.
 void Design.setValue(Parameter param, java.lang.String parameterValue)
          Sets the value for a given parameter.
 

Uses of Parameter in exceptions
 

Constructors in exceptions with parameters of type Parameter
CorruptDataException(Parameter corruptParameter)
          Instantiates a new corrupt data exception.