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

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

public class DeleteVertexAnimation
extends AbstractDrawCommand


Constructor Summary
DeleteVertexAnimation(Point point)
           
 
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

DeleteVertexAnimation

public DeleteVertexAnimation(Point point)
Parameters:
point -
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()