org.java_lcw.jil
public static enum Image.ScaleType extends java.lang.Enum<Image.ScaleType>
Modifier and Type | Method and Description |
---|---|
static Image.ScaleType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Image.ScaleType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Image.ScaleType NN
public static final Image.ScaleType LINER
public static final Image.ScaleType CUBIC
public static final Image.ScaleType LANCZOS
public static Image.ScaleType[] values()
for (Image.ScaleType c : Image.ScaleType.values()) System.out.println(c);
public static Image.ScaleType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is null