Package | Description |
---|---|
be.tarsos.dsp.ui |
The user interface component of TarsosDSP.
|
Modifier and Type | Method and Description |
---|---|
AxisUnit |
CoordinateSystem.getUnitsForAxis(Axis axis) |
static AxisUnit |
AxisUnit.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AxisUnit[] |
AxisUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
CoordinateSystem(AxisUnit xAxisUnits,
AxisUnit yAxisUnits,
float yMin,
float yMax,
boolean wraps) |
CoordinateSystem(AxisUnit yAxisUnits,
float yMin,
float yMax) |
CoordinateSystem(AxisUnit yAxisUnits,
float yMin,
float yMax,
boolean wraps) |