|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BaseUnit | |
com.rubecula.jquantity | JQuantity
Contents:
Copyright Notice
Overview
JQuantity Philosophy
Programming Conventions
Package Structure |
com.rubecula.units | JQuantity/units. |
Uses of BaseUnit in com.rubecula.jquantity |
Methods in com.rubecula.jquantity that return BaseUnit | |
BaseUnit |
JQuantity.flatten()
Method to reduce a Units tree to a single flattened version. |
Uses of BaseUnit in com.rubecula.units |
Subclasses of BaseUnit in com.rubecula.units | |
class |
FlatUnit
The public class FlatUnit is used to describe a Measurable which has been flattened out so that all its dimensions and its scale are readily apparent. |
class |
SiUnit
This class represents, in its most primitive form, a unit of the Systeme International (SI). |
class |
Units
This class extends UnitsFoundation by adding instance fields: _A, _B, _PowerA, _PowerB, _Scale, _Offset and _System. |
class |
UnitsFoundation
The public abstract class UnitsFoundation is the base class from which the other Units (Measurable) classes are derived. |
Methods in com.rubecula.units that return BaseUnit | |
BaseUnit |
Units.flatten()
|
BaseUnit |
SiUnit.flatten()
Method to reduce a Units tree to a single flattened version. |
BaseUnit |
Measurable.flatten()
Method to reduce a Units tree to a single flattened version. |
BaseUnit |
FlatUnit.flatten()
Method to reduce a Units tree to a single flattened version. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |