Package | Description |
---|---|
chart | |
data | |
exceptions |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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..
|
Constructor and Description |
---|
Axis(DataSheet dataSheet,
ParallelCoordinatesChart chart,
Parameter parameter)
Instantiates a new Axis.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
CorruptDataException(Parameter corruptParameter)
Instantiates a new corrupt data exception.
|