Uses of Class
net.grelf.Angle.Units

Packages that use Angle.Units
net.grelf This package contains general-purpose Java classes: non-astronomical and not specific to GRIP. 
net.grelf.astro This package contains Java classes for astronomical applications. 
 

Uses of Angle.Units in net.grelf
 

Methods in net.grelf that return Angle.Units
static Angle.Units Angle.Units.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Angle.Units[] Angle.Units.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.grelf with parameters of type Angle.Units
 java.lang.String Angle.toString(Angle.Units requiredUnits)
          Get a String representing the angle in the required units.
 

Constructors in net.grelf with parameters of type Angle.Units
Angle(double value, Angle.Units units)
           
Angle(double value, double stdErr, Angle.Units units)
           
 

Uses of Angle.Units in net.grelf.astro
 

Methods in net.grelf.astro with parameters of type Angle.Units
 java.lang.String SkyVector.toString(Angle.Units units)