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