public static enum ImageReferenceFactory.ImageReference extends java.lang.Enum<ImageReferenceFactory.ImageReference>
| Enum Constant and Description |
|---|
DEFAULT |
MIP_MAP |
SCALED |
SMOOTH_SCALED |
| Modifier and Type | Method and Description |
|---|---|
static ImageReferenceFactory.ImageReference |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ImageReferenceFactory.ImageReference[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImageReferenceFactory.ImageReference DEFAULT
public static final ImageReferenceFactory.ImageReference SCALED
public static final ImageReferenceFactory.ImageReference MIP_MAP
public static final ImageReferenceFactory.ImageReference SMOOTH_SCALED
public static ImageReferenceFactory.ImageReference[] values()
for (ImageReferenceFactory.ImageReference c : ImageReferenceFactory.ImageReference.values()) System.out.println(c);
public static ImageReferenceFactory.ImageReference 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