Follow us on GitHub

Uses of Class
com.google.gwt.maps.client.overlays.Animation

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(String type)
          convert a String value to enum Type
 Animation Marker.getAnimation()
          get animation
 Animation MarkerOptions.getAnimation()
          gets Which animation to play when marker is added to a map.
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 Marker.setAnimation(Animation animation)
          set Animation
 void MarkerOptions.setAnimation(Animation animation)
          sets Which animation to play when marker is added to a map.
 



Follow us on GitHub

Copyright © 2011-2012 Gone Vertical LLC. All Rights Reserved.