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

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

public class GeometryOperationAnimation
extends AbstractDrawCommand


Constructor Summary
GeometryOperationAnimation(java.awt.Shape currentJavaShape,  stopAnimationProvider)
           
 
Method Summary
 short getFrameInterval()
           
 java.awt.Rectangle getValidArea()
           
 boolean hasNext()
           
 void nextFrame()
           
 void run(IProgressMonitor monitor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeometryOperationAnimation

public GeometryOperationAnimation(java.awt.Shape currentJavaShape,
                                   stopAnimationProvider)
Parameters:
currentJavaShape -
Method Detail

getFrameInterval

public short getFrameInterval()

nextFrame

public void nextFrame()

hasNext

public boolean hasNext()

run

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

getValidArea

public java.awt.Rectangle getValidArea()