Uses of Class
org.openaltimeter.desktopapp.AltimeterChart.HeightUnits

Packages that use AltimeterChart.HeightUnits
org.openaltimeter.desktopapp   
 

Uses of AltimeterChart.HeightUnits in org.openaltimeter.desktopapp
 

Fields in org.openaltimeter.desktopapp declared as AltimeterChart.HeightUnits
 AltimeterChart.HeightUnits AltimeterChart.heightUnits
           
 

Methods in org.openaltimeter.desktopapp that return AltimeterChart.HeightUnits
static AltimeterChart.HeightUnits AltimeterChart.HeightUnits.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AltimeterChart.HeightUnits[] AltimeterChart.HeightUnits.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.openaltimeter.desktopapp with parameters of type AltimeterChart.HeightUnits
 void AltimeterChart.setHeightUnits(AltimeterChart.HeightUnits hu)