public static enum AdvancedResizeOp.UnsharpenMask extends Enum<AdvancedResizeOp.UnsharpenMask>
| Enum Constant and Description |
|---|
None |
Normal |
Oversharpened |
Soft |
VerySharp |
| Modifier and Type | Method and Description |
|---|---|
static AdvancedResizeOp.UnsharpenMask |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdvancedResizeOp.UnsharpenMask[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdvancedResizeOp.UnsharpenMask None
public static final AdvancedResizeOp.UnsharpenMask Soft
public static final AdvancedResizeOp.UnsharpenMask Normal
public static final AdvancedResizeOp.UnsharpenMask VerySharp
public static final AdvancedResizeOp.UnsharpenMask Oversharpened
public static AdvancedResizeOp.UnsharpenMask[] values()
for (AdvancedResizeOp.UnsharpenMask c : AdvancedResizeOp.UnsharpenMask.values()) System.out.println(c);
public static AdvancedResizeOp.UnsharpenMask 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.