|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAnimation
This Commands manages the timing of a short animation being drawn on the ViewportPane.
Method Summary | |
---|---|
short |
getFrameInterval()
Gets time the interval between the frames in milliseconds. |
boolean |
hasNext()
Returns true if the animation has more frames to display. |
void |
nextFrame()
Increments the current frame. |
void |
run(IProgressMonitor monitor)
This method draws the current frame and fires a FRAME event |
Methods inherited from interface net.refractions.udig.project.ui.commands.IDrawCommand |
---|
dispose, getValidArea, isValid, setGraphics, setValid |
Method Detail |
---|
short getFrameInterval()
The time cannot be smaller than 100 milliseconds
void nextFrame()
boolean hasNext()
void run(IProgressMonitor monitor) throws java.lang.Exception
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |