public static enum FlutterMutatorsStack.FlutterMutatorType extends Enum<FlutterMutatorsStack.FlutterMutatorType>
io.flutter.embedding.engine.mutatorsstack.Mutator
for
informations on Mutators.Enum Constant and Description |
---|
CLIP_PATH |
CLIP_RECT |
CLIP_RRECT |
OPACITY |
TRANSFORM |
Modifier and Type | Method and Description |
---|---|
static FlutterMutatorsStack.FlutterMutatorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlutterMutatorsStack.FlutterMutatorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FlutterMutatorsStack.FlutterMutatorType CLIP_RECT
public static final FlutterMutatorsStack.FlutterMutatorType CLIP_RRECT
public static final FlutterMutatorsStack.FlutterMutatorType CLIP_PATH
public static final FlutterMutatorsStack.FlutterMutatorType TRANSFORM
public static final FlutterMutatorsStack.FlutterMutatorType OPACITY
public static FlutterMutatorsStack.FlutterMutatorType[] values()
for (FlutterMutatorsStack.FlutterMutatorType c : FlutterMutatorsStack.FlutterMutatorType.values()) System.out.println(c);
public static FlutterMutatorsStack.FlutterMutatorType 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 null