|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<AnnotatedTimeLine.WindowMode>
com.google.gwt.visualization.client.visualizations.AnnotatedTimeLine.WindowMode
public static enum AnnotatedTimeLine.WindowMode
Flash/IE "wmode" parameter. The transparent Flash content, absolute positioning, and layering capabilities available in Internet Explorer 4.0.
Enum Constant Summary | |
---|---|
OPAQUE
Makes the application hide everything behind it on the page. |
|
TRANSPARENT
Makes the background of the HTML page show through all the transparent portions of the application and can slow animation performance. |
|
WINDOW
Plays the application in its own rectangular window on a web page. |
Method Summary | |
---|---|
java.lang.String |
getParameter()
Get the String representation of the WindowMode. |
static AnnotatedTimeLine.WindowMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AnnotatedTimeLine.WindowMode[] |
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 AnnotatedTimeLine.WindowMode OPAQUE
public static final AnnotatedTimeLine.WindowMode TRANSPARENT
public static final AnnotatedTimeLine.WindowMode WINDOW
Method Detail |
---|
public static AnnotatedTimeLine.WindowMode[] values()
for (AnnotatedTimeLine.WindowMode c : AnnotatedTimeLine.WindowMode.values()) System.out.println(c);
public static AnnotatedTimeLine.WindowMode 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 name
java.lang.NullPointerException
- if the argument is nullpublic java.lang.String getParameter()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |