|
Jeospace API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Mult | |
| org.jeospace.measure | Contains classes that describe and manipulate quantities of measurement. |
| org.jeospace.text | Contains classes for handling the textual representation of measurement and identity objects |
| Uses of Mult in org.jeospace.measure |
| Fields in org.jeospace.measure declared as Mult | |
protected Mult |
Time.multiplier
The multiplier |
protected Mult |
Mass.multiplier
The multiplier |
protected Mult |
Length.multiplier
The multiplier |
static Mult |
Mult.YOTTA
Constant - yotta (Y) = 10^24 |
static Mult |
Mult.ZETA
Constant - zeta (Z) = 10^21 |
static Mult |
Mult.EXA
Constant - exa (E) = 10^18 |
static Mult |
Mult.PETA
Constant - peta (P) = 10^15 |
static Mult |
Mult.TERA
Constant - tera (T) = 10^12 |
static Mult |
Mult.GIGA
Constant - giga (G) = 10^9 |
static Mult |
Mult.MEGA
Constant - mega (M) = 10^6 |
static Mult |
Mult.KILO
Constant - kilo (k) = 10^3 |
static Mult |
Mult.HECTO
Constant - hecto (h) = 10^2 |
static Mult |
Mult.DEKA
Constant - deka (da) = 10 |
static Mult |
Mult.NONE
Constant - no multiplier, = 1 |
static Mult |
Mult.DECI
Constant - deci (d) = 10^-1 |
static Mult |
Mult.CENTI
Constant - centi (c) = 10^-2 |
static Mult |
Mult.MILLI
Constant - milli (m) = 10^-3 |
static Mult |
Mult.MICRO
Constant - micro (µ) = 10^-6 |
static Mult |
Mult.NANO
Constant - nano (n) = 10^-9 |
static Mult |
Mult.PICO
Constant - pico (p) = 10^-12 |
static Mult |
Mult.FEMTO
Constant - femto (f) = 10^-15 |
static Mult |
Mult.ATTO
Constant - atto (a) = 10^-18 |
static Mult |
Mult.ZEPTO
Constant - zepto (z) = 10^-21 |
static Mult |
Mult.YOCTO
Constant - yocto (y) = 10^-24 |
| Methods in org.jeospace.measure that return Mult | |
Mult |
Time.getMultiplier()
Return the Mult component of this Time object. |
Mult |
Mass.getMultiplier()
Return the Mult component of this Mass object. |
Mult |
Length.getMultiplier()
Return the Mult component of this Length object. |
static Mult[] |
Mult.getSIMultipliers()
Return an array of the defined Mult objects |
| Methods in org.jeospace.measure with parameters of type Mult | |
void |
Time.set(double magnitude,
Mult inMultiplier,
TimeUnit inUnits)
Set this Time object to the specified value. |
double |
Time.getMagnitude(Mult inMultiplier,
TimeUnit inUnits)
Return the double value of the magnitude of this Time object
in the specified multiplier and units. |
void |
Mass.set(double magnitude,
Mult inMultiplier,
MassUnit inUnits)
Set this Mass object to the specified value. |
double |
Mass.getMagnitude(Mult inMultiplier,
MassUnit inUnits)
Return the double value of the magnitude of this Mass object
in the specified multiplier and units. |
void |
Length.set(double magnitude,
Mult inMultiplier,
LengthUnit inUnits)
Set this Length object to the specified value. |
double |
Length.getMagnitude(Mult inMultiplier,
LengthUnit inUnits)
Return the double value of the magnitude of this Length object
in the specified multiplier and units. |
int |
Mult.compareTo(Mult that)
Compare this object with the argument for order. |
| Constructors in org.jeospace.measure with parameters of type Mult | |
Time(double magnitude,
Mult multiplier,
TimeUnit units)
Construct a Time object. |
|
Mass(double magnitude,
Mult multiplier,
MassUnit units)
Construct a Mass object. |
|
Length(double magnitude,
Mult multiplier,
LengthUnit units)
Construct a Length object. |
|
| Uses of Mult in org.jeospace.text |
| Fields in org.jeospace.text declared as Mult | |
protected Mult |
MassFormat.multiplier
|
protected static Mult[] |
MassFormat.MULT
|
protected Mult |
LengthFormat.multiplier
|
protected static Mult[] |
LengthFormat.MULT
|
protected Mult |
AngleFormat.maxMult
The Mult object corresponding to the maximum number of
decimal places that will be calculated for the decimal portion
of the Angle. |
protected Mult |
AngleFormat.minMult
The Mult object corresponding to the minimum number of
decimal places that will be calculated for the decimal portion
of the Angle. |
Mult |
AngleFormatStyle.mult
The multiplier object that cooresponds to the desired maximum number of decimal digits |
| Methods in org.jeospace.text that return Mult | |
Mult |
AngleFormat.getMaximumDecimalSize()
Return the Mult object that cooresponds to
the desired maximum number of decimal digits. |
Mult |
AngleFormat.getMinimumDecimalSize()
Return the Mult object that cooresponds to
the desired minimum number of decimal digits. |
| Methods in org.jeospace.text with parameters of type Mult | |
java.lang.String[] |
MultPrefixes.getPrefixes(Mult[] mult)
Return an array of localized prefixes cooresponding to the passed Mult objects. |
java.lang.String |
MultPrefixes.getPrefix(Mult mult)
Return the localized prefix cooresponding to the passed Mult object. |
void |
MassFormat.setFormatOptions(Mult multiplier,
MassUnit units)
Set the multiplier and units of display for the format method of this MassFormat object. |
void |
LengthFormat.setFormatOptions(Mult multiplier,
LengthUnit units)
Set the multiplier and units of display for the format method of this LengthFormat object. |
void |
AngleFormat.setMaximumDecimalSize(Mult mult)
Set the maximum number of decimal fractional digits allowed. |
void |
AngleFormat.setMinimumDecimalSize(Mult mult)
Set the minimum number of decimal fractional digits allowed. |
| Constructors in org.jeospace.text with parameters of type Mult | |
MassFormat(Mult multiplier,
MassUnit units)
Construct a MassFormat object initialized to the default locale and
specified multiplier and Mass units. |
|
MassFormat(java.util.Locale locale,
Mult multiplier,
MassUnit units)
Construct a MassFormat object initialized to the specified locale,
multiplier and Mass units. |
|
LengthFormat(Mult multiplier,
LengthUnit units)
Construct a LengthFormat object initialized to the default locale and
specified multiplier and Length units. |
|
LengthFormat(java.util.Locale locale,
Mult multiplier,
LengthUnit units)
Construct a LengthFormat object initialized to the specified locale,
multiplier and Length units. |
|
AngleFormat(Affix directionAffix,
AngleSignPair signPair,
AngleNorm norm,
AngleUnit units,
Mult mult)
Construct an AngleFormat object. |
|
AngleFormat(Affix directionAffix,
AngleSignPair signPair,
AngleNorm norm,
AngleUnit units,
Mult mult,
java.util.Locale locale)
Construct an AngleFormat object. |
|
AngleFormatStyle(java.lang.String name,
Affix directionAffix,
AngleSignPair signPair,
boolean usePositive,
AngleNorm norm,
AngleUnit units,
Mult mult)
Restricted constructor |
|
|
Jeospace API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||