|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<DivXPlayer.DisplayMode>
com.bramosystems.oss.player.core.client.ui.DivXPlayer.DisplayMode
public static enum DivXPlayer.DisplayMode
An enum of display modes for DivXPlayer widget. The display mode is used to specify which skin mode the plugin should use to display playback controls
Enum Constant Summary | |
---|---|
FULL
The player displays the complete control bar at the bottom of the video area and an additional control bar at the top of the video area |
|
LARGE
The player shows a complete control bar at the bottom of the video area |
|
MINI
The player shows a more elaborate control bar at the bottom of the video area. |
|
NULL
The player shows absolutely no controls. |
|
ZERO
The player only shows a small floating controls bar in the bottom left corner of the allocated video area. |
Method Summary | |
---|---|
static DivXPlayer.DisplayMode |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DivXPlayer.DisplayMode[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final DivXPlayer.DisplayMode NULL
public static final DivXPlayer.DisplayMode ZERO
public static final DivXPlayer.DisplayMode MINI
public static final DivXPlayer.DisplayMode LARGE
public static final DivXPlayer.DisplayMode FULL
Method Detail |
---|
public static DivXPlayer.DisplayMode[] values()
for (DivXPlayer.DisplayMode c : DivXPlayer.DisplayMode.values()) System.out.println(c);
public static DivXPlayer.DisplayMode valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |