es.prodevelop.gvsig.mobile.gui.tool.util
Class Animator.Temporizer

java.lang.Object
  extended byjava.util.TimerTask
      extended byes.prodevelop.gvsig.mobile.gui.tool.util.Animator.Temporizer
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
Animator

public class Animator.Temporizer
extends java.util.TimerTask

This is a autility class used to perform the animation.

Author:
jcarras

Constructor Summary
Animator.Temporizer(Animator father)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Animator.Temporizer

public Animator.Temporizer(Animator father)
Method Detail

run

public void run()