|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJavaScriptObject
com.google.maps.gwt.client.Animation
public class Animation
Animations that can be played on a marker. Use the
setAnimation
method on Marker or the
animation
option to play an animation.
THIS SOURCE CODE IS GENERATED, DO NOT MODIFY
Field Summary | |
---|---|
static Animation |
BOUNCE
Marker bounces until animation is stopped. |
static Animation |
DROP
Marker falls from the top of the map ending with a small bounce. |
Constructor Summary | |
---|---|
protected |
Animation()
Protected constructor avoids default public constructor. |
Method Summary | |
---|---|
static Animation |
fromValue(double value)
Access the enum instance using the underlying value of the type. |
double |
getValue()
Access the underlying value of the type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final Animation BOUNCE
public static final Animation DROP
Constructor Detail |
---|
protected Animation()
Method Detail |
---|
public static final Animation fromValue(double value)
public final double getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |