public static enum ThumbnailRescaleOp.Sampling extends Enum<ThumbnailRescaleOp.Sampling>
| Enum Constant and Description |
|---|
S_1SAMPLE |
S_2X2_RGSS |
S_8ROCKS |
| Modifier and Type | Method and Description |
|---|---|
static ThumbnailRescaleOp.Sampling |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThumbnailRescaleOp.Sampling[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ThumbnailRescaleOp.Sampling S_1SAMPLE
public static final ThumbnailRescaleOp.Sampling S_2X2_RGSS
public static final ThumbnailRescaleOp.Sampling S_8ROCKS
public static ThumbnailRescaleOp.Sampling[] values()
for (ThumbnailRescaleOp.Sampling c : ThumbnailRescaleOp.Sampling.values()) System.out.println(c);
public static ThumbnailRescaleOp.Sampling 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 nullCopyright © 2014. All rights reserved.