Uses of Class
net.agmodel.physical.AngleUnit

Packages that use AngleUnit
net.agmodel.physical Contains classes representing basic physical quanties, units, unit conversions, and mathematical operations. 
 

Uses of AngleUnit in net.agmodel.physical
 

Fields in net.agmodel.physical declared as AngleUnit
static AngleUnit AngleUnit.RADIAN
          Used to specify radian unit.
static AngleUnit AngleUnit.DEGREE
           
static AngleUnit AngleUnit.MINUTE
           
static AngleUnit AngleUnit.SECOND
           
 

Methods in net.agmodel.physical with parameters of type AngleUnit
 boolean AngleUnit.equals(AngleUnit obj)
           
 double Angle.getValue(AngleUnit unit)
          Gets the angle in the specified unit.
 void Angle.setValue(double value, AngleUnit unit)
          Sets this Angle using the specified unit.
 

Constructors in net.agmodel.physical with parameters of type AngleUnit
Angle(double value, AngleUnit unit)
          Angle constructor.
 



Copyright (C) NARC 2001 All Rights Reserved.