Uses of Class
org.stellarium.StelApp.TIME_FORMAT

Packages that use StelApp.TIME_FORMAT
org.stellarium   
 

Uses of StelApp.TIME_FORMAT in org.stellarium
 

Fields in org.stellarium declared as StelApp.TIME_FORMAT
private  StelApp.TIME_FORMAT StelApp.timeFormat
           
 

Methods in org.stellarium that return StelApp.TIME_FORMAT
private  StelApp.TIME_FORMAT StelApp.stringToSTimeFormat(java.lang.String tf)
          Convert the time format enum to its associated String and reverse
static StelApp.TIME_FORMAT StelApp.TIME_FORMAT.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StelApp.TIME_FORMAT[] StelApp.TIME_FORMAT.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.stellarium with parameters of type StelApp.TIME_FORMAT
private  java.lang.String StelApp.sTimeFormatToString(StelApp.TIME_FORMAT tf)