org.xspace.mx.physics.immutable
Class Angle

java.lang.Object
  extended byorg.xspace.mx.physics.immutable.BaseUnit
      extended byorg.xspace.mx.physics.immutable.Angle
All Implemented Interfaces:
Angle, Measurement, java.io.Serializable
Direct Known Subclasses:
Degree, Radian, Revolution

public abstract class Angle
extends BaseUnit
implements Angle

A base unit from which other angle units can be derived.

Since:
0.5
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.xspace.mx.physics.immutable.BaseUnit
DIM_ANGLE, DIM_LENGTH, DIM_MASS, DIM_TIME, dims, systemValue, TOL
 
Constructor Summary
Angle()
           
 
Methods inherited from class org.xspace.mx.physics.immutable.BaseUnit
copy, copyBaseUnit, div, div, divInternal, divInternal, getAbbr, getDescription, getSystem, getSystemDimensions, getSystemValue, getValue, isSameMeasurementType, minus, minusInternal, mult, mult, multInternal, multInternal, plus, plusInternal, pow, powInternal, root, rootInternal, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.xspace.mx.Measurement
copy, div, div, getAbbr, getDescription, getSystem, getSystemDimensions, getSystemValue, getValue, minus, mult, mult, plus, pow, root
 

Constructor Detail

Angle

public Angle()