Uses of Class
org.stellarium.StelApp.TZ_FORMAT

Packages that use StelApp.TZ_FORMAT
org.stellarium   
 

Uses of StelApp.TZ_FORMAT in org.stellarium
 

Fields in org.stellarium declared as StelApp.TZ_FORMAT
(package private)  StelApp.TZ_FORMAT StelApp.timeZoneMode
          Can be the system default or a user defined value
 

Methods in org.stellarium that return StelApp.TZ_FORMAT
(package private)  StelApp.TZ_FORMAT StelApp.getTzFormat()
           
static StelApp.TZ_FORMAT StelApp.TZ_FORMAT.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StelApp.TZ_FORMAT[] StelApp.TZ_FORMAT.values()
          Returns an array containing the constants of this enum type, in the order they're declared.