Uses of Interface
es.prodevelop.gvsig.mobile.gui.tool.util.Animable

Packages that use Animable
es.prodevelop.gvsig.mobile.gui.canvas   
es.prodevelop.gvsig.mobile.gui.tool.util   
 

Uses of Animable in es.prodevelop.gvsig.mobile.gui.canvas
 

Classes in es.prodevelop.gvsig.mobile.gui.canvas that implement Animable
 class MapControl
          This class is the canvas of the application, where layers and drawn.
 

Uses of Animable in es.prodevelop.gvsig.mobile.gui.tool.util
 

Methods in es.prodevelop.gvsig.mobile.gui.tool.util with parameters of type Animable
 void Animator.subscribe(Animable pobj, int pquantity, int pmiliseconds)
          This method adds a new animable object to the list of objects that will receive an animation notification.
 

Constructors in es.prodevelop.gvsig.mobile.gui.tool.util with parameters of type Animable
Animator.Subscriptor(Animable obj, int quan, int mili)