public static enum ViewProcessor.ImageMask extends Enum<ViewProcessor.ImageMask>
| Modifier and Type | Method and Description |
|---|---|
static ViewProcessor.ImageMask |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ViewProcessor.ImageMask[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ViewProcessor.ImageMask None
public static final ViewProcessor.ImageMask Circle
public static final ViewProcessor.ImageMask RoundRect
public static ViewProcessor.ImageMask[] values()
for (ViewProcessor.ImageMask c : ViewProcessor.ImageMask.values()) System.out.println(c);
public static ViewProcessor.ImageMask 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 © 2022. All Rights Reserved.