|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Parameter | |
|---|---|
| chart | |
| data | |
| exceptions | |
| Uses of Parameter in chart |
|---|
| Methods in chart that return Parameter | |
|---|---|
Parameter |
Axis.getParameter()
Gets the parameter represented by this Axis. |
Parameter |
ScatterPlot2D.getParameterForXAxis()
Gets the parameter for the x axis. |
Parameter |
ScatterPlot2D.getParameterForYAxis()
Gets the parameter for the y axis. |
| Methods in chart with parameters of type Parameter | |
|---|---|
void |
Axis.setParameter(Parameter parameter)
Sets the parameter represented by this Axis. |
void |
ScatterPlot2D.setParameterForXAxis(Parameter parameterForXAxis)
Sets the parameter for the x axis. |
void |
ScatterPlot2D.setParameterForYAxis(Parameter parameterForYAxis)
Sets the parameter for the y axis.. |
| Constructors in chart with parameters of type Parameter | |
|---|---|
Axis(DataSheet dataSheet,
ParallelCoordinatesChart chart,
Parameter parameter)
Instantiates a new Axis. |
|
| Uses of Parameter in data |
|---|
| 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. |
Parameter |
DataSheet.removeParameter(java.lang.String parameterName)
Removes 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. |
boolean |
DataSheet.parameterExists(Parameter param)
Checks if the given Parameter exists. |
void |
Design.removeParameter(Parameter param)
Removes a parameter from the design |
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||