public static enum AdaptiveImageHelper.Quality extends java.lang.Enum<AdaptiveImageHelper.Quality>
Modifier and Type | Method and Description |
---|---|
double |
getQualityValue() |
static AdaptiveImageHelper.Quality |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AdaptiveImageHelper.Quality[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdaptiveImageHelper.Quality LOW
public static final AdaptiveImageHelper.Quality MEDIUM
public static final AdaptiveImageHelper.Quality HIGH
public static AdaptiveImageHelper.Quality[] values()
for (AdaptiveImageHelper.Quality c : AdaptiveImageHelper.Quality.values()) System.out.println(c);
public static AdaptiveImageHelper.Quality 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 double getQualityValue()
Copyright © 2010 - 2020 Adobe. All Rights Reserved