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

java.lang.Object
  extended by AbstractDrawCommand
      extended by net.refractions.udig.tools.edit.animation.AbstractLongRunningAnimation
          extended by net.refractions.udig.tools.edit.animation.SearchBoxAnimation

public class SearchBoxAnimation
extends AbstractLongRunningAnimation


Field Summary
protected  Point center
           
 
Fields inherited from class net.refractions.udig.tools.edit.animation.AbstractLongRunningAnimation
frame, maxSize
 
Constructor Summary
SearchBoxAnimation(Point center,  isValidProvider)
           
 
Method Summary
 short getFrameInterval()
           
 java.awt.Rectangle getValidArea()
           
 boolean isValid()
           
 void run(IProgressMonitor monitor)
           
 
Methods inherited from class net.refractions.udig.tools.edit.animation.AbstractLongRunningAnimation
hasNext, nextFrame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

center

protected Point center
Constructor Detail

SearchBoxAnimation

public SearchBoxAnimation(Point center,
                           isValidProvider)
Method Detail

run

public void run(IProgressMonitor monitor)
         throws java.lang.Exception
Throws:
java.lang.Exception

getFrameInterval

public short getFrameInterval()

isValid

public boolean isValid()
Overrides:
isValid in class AbstractLongRunningAnimation

getValidArea

public java.awt.Rectangle getValidArea()