public static enum FensterVideoView.ScaleType extends java.lang.Enum<FensterVideoView.ScaleType>
| Enum Constant and Description |
|---|
CROP |
SCALE_TO_FIT |
| Modifier and Type | Method and Description |
|---|---|
static FensterVideoView.ScaleType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FensterVideoView.ScaleType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FensterVideoView.ScaleType SCALE_TO_FIT
public static final FensterVideoView.ScaleType CROP
public static FensterVideoView.ScaleType[] values()
for (FensterVideoView.ScaleType c : FensterVideoView.ScaleType.values()) System.out.println(c);
public static FensterVideoView.ScaleType 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 null