public static enum ImageUtils.AlterImageStyle extends java.lang.Enum<ImageUtils.AlterImageStyle>
Modifier and Type | Field and Description |
---|---|
java.lang.String |
name |
Modifier and Type | Method and Description |
---|---|
static ImageUtils.AlterImageStyle |
get(java.lang.String name) |
static ImageUtils.AlterImageStyle |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ImageUtils.AlterImageStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImageUtils.AlterImageStyle SHADE
public static final ImageUtils.AlterImageStyle TINT
public static final ImageUtils.AlterImageStyle NONE
public static ImageUtils.AlterImageStyle[] values()
for (ImageUtils.AlterImageStyle c : ImageUtils.AlterImageStyle.values()) System.out.println(c);
public static ImageUtils.AlterImageStyle 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 nullpublic static ImageUtils.AlterImageStyle get(java.lang.String name) throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
Copyright © SAS Institute. All Rights Reserved.