Package | Description |
---|---|
be.tarsos.dsp.ui |
The user interface component of TarsosDSP.
|
Modifier and Type | Method and Description |
---|---|
static Axis |
Axis.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Axis[] |
Axis.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
float |
CoordinateSystem.getDelta(Axis axis) |
float |
CoordinateSystem.getMax(Axis axis) |
float |
CoordinateSystem.getMin(Axis axis) |
AxisUnit |
CoordinateSystem.getUnitsForAxis(Axis axis) |
void |
CoordinateSystem.setMax(Axis axis,
float value) |
void |
CoordinateSystem.setMin(Axis axis,
float value) |