| Package | Description |
|---|---|
| pt.lsts.neptus.gui.editor | |
| pt.lsts.neptus.mp | |
| pt.lsts.neptus.mp.templates | |
| pt.lsts.neptus.util.conf |
| Modifier and Type | Field and Description |
|---|---|
protected javax.swing.JComboBox<SpeedType.Units> |
SpeedEditor.units |
| Modifier and Type | Method and Description |
|---|---|
SpeedType.Units |
SpeedType.getUnits() |
static SpeedType.Units |
SpeedType.Units.parse(java.lang.String name)
This will parse the units, tests more cases than
valueOf(String)
and always return a value (defaults to . |
static SpeedType.Units |
SpeedType.parseUnits(java.lang.String units) |
static SpeedType.Units |
SpeedType.Units.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SpeedType.Units[] |
SpeedType.Units.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SpeedType.convertTo(SpeedType.Units units) |
double |
SpeedType.getAs(SpeedType.Units newUnits) |
void |
SpeedType.setUnits(SpeedType.Units units) |
| Constructor and Description |
|---|
SpeedType(double value,
SpeedType.Units units) |
| Modifier and Type | Method and Description |
|---|---|
void |
PlanCreator.setSpeed(double speed,
SpeedType.Units units) |
| Modifier and Type | Field and Description |
|---|---|
static SpeedType.Units |
GeneralPreferences.speedUnits |
Copyright © 2004-2020 FEUP-LSTS and Neptus developers. All Rights Reserved.