public abstract class Animate
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected int |
currentStepIndex |
protected java.lang.Runnable |
runnable |
protected int |
sleep |
protected int |
stepSize |
Constructor and Description |
---|
Animate() |
Animate(java.lang.Runnable runnable) |
Animate(java.lang.Runnable runnable,
int stepSize,
int sleep) |
Modifier and Type | Method and Description |
---|---|
int |
getSleep() |
void |
start() |
abstract void |
step(int stepIndex) |
protected int currentStepIndex
protected int stepSize
protected int sleep
protected java.lang.Runnable runnable
Copyright © 2002 - 2010 Serva Software. All Rights Reserved.