public static enum WarpProperties.Interpolation extends Enum<WarpProperties.Interpolation>
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
WarpProperties.Interpolation |
intern() |
String |
toString() |
static WarpProperties.Interpolation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WarpProperties.Interpolation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WarpProperties.Interpolation BILINEAR
public static final WarpProperties.Interpolation BICUBIC
public static final WarpProperties.Interpolation BYPASS
public static WarpProperties.Interpolation[] values()
for (WarpProperties.Interpolation c : WarpProperties.Interpolation.values()) System.out.println(c);
public static WarpProperties.Interpolation valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic WarpProperties.Interpolation intern()
public String toString()
toString in class Enum<WarpProperties.Interpolation>Copyright © 2023. All rights reserved.