|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JQuantity | |
com.rubecula.jquantity | JQuantity
Contents:
Copyright Notice
Overview
JQuantity Philosophy
Programming Conventions
Package Structure |
Uses of JQuantity in com.rubecula.jquantity |
Fields in com.rubecula.jquantity declared as JQuantity | |
static JQuantity |
JQuantity.$1
|
Methods in com.rubecula.jquantity that return JQuantity | |
private JQuantity |
Loader.getQuantity(java.lang.String value)
|
private JQuantity |
JQuantity.sum(JQuantity addend)
Method to add two quantities together. |
(package private) JQuantity |
JQuantity.productJQuantity(JQuantity that,
boolean standardize)
Method to multiply two Quantities together. |
(package private) JQuantity |
JQuantity.quotientJQuantity(JQuantity that)
Method to divide two Quantities. |
JQuantity |
JQuantity.convertUnits(Measurable newUnits)
|
protected JQuantity |
JQuantity.convertUnits(SystemFlag system)
|
protected JQuantity |
JQuantity.standardizeUnits(SystemFlag system)
|
Methods in com.rubecula.jquantity with parameters of type JQuantity | |
static void |
Loader.CreateUnits(java.io.PrintStream out,
UnitsName name,
JQuantity q,
SystemFlag system)
|
int |
JQuantity.compareTo(JQuantity q)
Method to implement java.lang.Comparable. |
private JQuantity |
JQuantity.sum(JQuantity addend)
Method to add two quantities together. |
(package private) JQuantity |
JQuantity.productJQuantity(JQuantity that,
boolean standardize)
Method to multiply two Quantities together. |
(package private) JQuantity |
JQuantity.quotientJQuantity(JQuantity that)
Method to divide two Quantities. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |