Určuje nativný typ interpolátoru, odpovídá nativnímu enumu.
More...
|
int | getValue () |
| Vrátí hodnotu, která odpovídá hodnotě nativního enumu.
|
|
Určuje nativný typ interpolátoru, odpovídá nativnímu enumu.
Definition at line 6 of file InterpolatorType.java.
mhr.appcore.interpolators.InterpolatorType.InterpolatorType |
( |
int |
nativeEnumValue | ) |
|
|
inlineprivate |
Výchozí konstruktor, inicializuje odpovídající nativní hodnotu.
- Parameters
-
Definition at line 23 of file InterpolatorType.java.
mhr.appcore.interpolators.InterpolatorType.[static initializer] |
( |
| ) |
|
|
inlinestatic |
static InterpolatorType mhr.appcore.interpolators.InterpolatorType.fromValue |
( |
int |
nativeValue | ) |
|
|
inlinestatic |
Vrátí hodnotu výčtu, která odpovídá hodnotě nativního výčtu.
- Parameters
-
- Returns
Definition at line 40 of file InterpolatorType.java.
{
try {
} catch (IndexOutOfBoundsException exc) {
}
}
int mhr.appcore.interpolators.InterpolatorType.getValue |
( |
| ) |
|
|
inline |
Vrátí hodnotu, která odpovídá hodnotě nativního enumu.
- Returns
Definition at line 31 of file InterpolatorType.java.
mhr.appcore.interpolators.InterpolatorType.CUBIC_INTERPOLATOR =(3) |
mhr.appcore.interpolators.InterpolatorType.INVALID_TYPE =(0) |
mhr.appcore.interpolators.InterpolatorType.LINEAR_INTERPOLATOR =(2) |
final int mhr.appcore.interpolators.InterpolatorType.nativeEnumValue |
|
private |
mhr.appcore.interpolators.InterpolatorType.NEAREST_NEIGHBOUR =(1) |
The documentation for this enum was generated from the following file: