Package | Description |
---|---|
Contains all Sequence related graphic components and tools
|
|
Contains mathematical tools and related objects (Histograe, Interpolator, Scaler, FPSMeter...)
|
Modifier and Type | Method and Description |
---|---|
|
() |
|
() |
|
() |
Modifier and Type | Method and Description |
---|---|
static |
(double value,
currentUnit)
Get the best unit with the given value and .
|
static |
(double value,
currentUnit,
int dimension)
Get the best unit with the given value and .
|
static |
( name)
Returns the enum constant of this type with the specified name.
|
static [] |
()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static |
(double value,
currentUnit)
Get the best unit with the given value and .
|
static |
(double value,
currentUnit,
int dimension)
Get the best unit with the given value and .
|
static |
(double value,
int decimals,
currentUnit)
This method returns a string containing the value rounded to a specified
number of decimals and its best unit prefix.
|
static double |
(double value,
currentUnit,
wantedUnit) |
static double |
(double value,
currentUnit,
wantedUnit,
int dimension)
Return the value from a specific unit to another unit.
|