|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Animation | |
|---|---|
| com.google.gwt.maps.client.overlays | |
| Uses of Animation in com.google.gwt.maps.client.overlays |
|---|
| Methods in com.google.gwt.maps.client.overlays that return Animation | |
|---|---|
static Animation |
Animation.fromValue(Integer value)
|
static Animation |
Animation.fromValue(String value)
convert a String value to enum Type |
Animation |
MarkerOptions.getAnimation()
|
Animation |
Marker.getAnimation()
get animation |
static Animation |
Animation.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Animation[] |
Animation.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.google.gwt.maps.client.overlays with parameters of type Animation | |
|---|---|
void |
MarkerOptions.setAnimation(Animation animation)
|
void |
Marker.setAnimation(Animation animation)
set Animation |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||