Uses of Class
org.hermit.astro.Body.Field

Packages that use Body.Field
org.hermit.astro A library of astronomical calculations, providing positions, rise and set times, magnitudes, and other information for the Sun, Moon and planets. 
 

Uses of Body.Field in org.hermit.astro
 

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

Methods in org.hermit.astro with parameters of type Body.Field
 double Body.get(Body.Field key)
          Get the value of one of the data fields of this body.
protected  void Body.put(Body.Field key, java.lang.Double val)
          Save a specified value in the data cache.