|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<AnnotatedTimeLine.HighlightDotMode>
com.google.gwt.visualization.client.visualizations.AnnotatedTimeLine.HighlightDotMode
public static enum AnnotatedTimeLine.HighlightDotMode
The highlighting mode: The nearest dot to the mouse (default), or the last one before the mouse (to the left of it).
Enum Constant Summary | |
---|---|
LAST
Highlight the last dot before the mouse. |
|
NEAREST
Highlight the dot nearest to the mouse. |
Method Summary | |
---|---|
java.lang.String |
getParameter()
Get the String representation of the HighlightDotMode. |
static AnnotatedTimeLine.HighlightDotMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AnnotatedTimeLine.HighlightDotMode[] |
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.HighlightDotMode LAST
public static final AnnotatedTimeLine.HighlightDotMode NEAREST
Method Detail |
---|
public static AnnotatedTimeLine.HighlightDotMode[] values()
for (AnnotatedTimeLine.HighlightDotMode c : AnnotatedTimeLine.HighlightDotMode.values()) System.out.println(c);
public static AnnotatedTimeLine.HighlightDotMode 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 |