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

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

public class AddVertexAnimation
extends AbstractDrawCommand

A simple animation to run when adding a vertex

Since:
1.1.0
Author:
jones

Constructor Summary
AddVertexAnimation(int x, int y)
           
 
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

AddVertexAnimation

public AddVertexAnimation(int x,
                          int y)
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()