|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Quantity | |
|---|---|
| org.cts.units | |
| Uses of Quantity in org.cts.units |
|---|
| Fields in org.cts.units declared as Quantity | |
|---|---|
static Quantity |
Quantity.ANGLE
|
static Quantity |
Quantity.LENGTH
|
static Quantity |
Quantity.NODIM
|
static Quantity |
Quantity.TIME
|
| Methods in org.cts.units that return Quantity | |
|---|---|
static Quantity |
Quantity.Factory.create(String name)
Creates a new Quantity from a String. |
Quantity |
Unit.getQuantity()
Returns the Quantity measured by this Unit. |
Quantity |
Measure.getQuantity()
Gets the Quantity measured. |
| Methods in org.cts.units with parameters of type Quantity | |
|---|---|
static Unit |
Unit.getBaseUnit(Quantity quantity)
Static method returning the base Unit for this quantity Class. |
static Unit |
Unit.getUnit(Quantity quantity,
String symbol)
Static method returning a Unit from its symbol and quantity Class. |
| Constructors in org.cts.units with parameters of type Quantity | |
|---|---|
Unit(Quantity quantity,
double scale,
double offset,
Identifier id)
Creates a new Unit for the Quantity Q. |
|
Unit(Quantity quantity,
double scale,
Identifier id)
Creates a new unit for this quantity. |
|
Unit(Quantity quantity,
Identifier id)
Creates a base unit for this quantity. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||