net.refractions.udig.tools.edit.animation
Class AbstractLongRunningAnimation

java.lang.Object
  extended by AbstractDrawCommand
      extended by net.refractions.udig.tools.edit.animation.AbstractLongRunningAnimation
Direct Known Subclasses:
SearchBoxAnimation

public abstract class AbstractLongRunningAnimation
extends AbstractDrawCommand

Provides framework for commands that run an unknown length of time.

Since:
1.1.0
Author:
jones

Field Summary
protected  int frame
           
protected  int maxSize
           
 
Method Summary
 boolean hasNext()
           
 boolean isValid()
           
 void nextFrame()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

maxSize

protected int maxSize

frame

protected int frame
Method Detail

nextFrame

public void nextFrame()

hasNext

public boolean hasNext()

isValid

public boolean isValid()