net.sourceforge.unit
Class English
java.lang.Object
net.sourceforge.unit.UnitSystem
net.sourceforge.unit.English
- All Implemented Interfaces:
- java.lang.Cloneable
public class English
- extends UnitSystem
The English (or Imperial) system of units
(ft
, lb
, lbm
, R
,
F
,
BTU
, psi
, ft lb
).
- Version:
- $Name: $, $Revision: 1.2 $
- Author:
- Fred Gylys-Colwell
Constructor Summary |
English()
Create a unit system with units of
ft , lb , lbm , R ,
F ,
BTU , psi , ft lb . |
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
English
public English()
- Create a unit system with units of
ft
, lb
, lbm
, R
,
F
,
BTU
, psi
, ft lb
.
toString
public java.lang.String toString()
- Overrides:
toString
in class UnitSystem