|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectalgoanim.util.DisplayOptions
algoanim.util.Timing
public abstract class Timing
An abstract representation of a Timing. This is based on a number and an arbitrary unit.
| Constructor Summary | |
|---|---|
Timing(int theDelay)
Creates a new Timing instance using the specified delay. |
|
| Method Summary | |
|---|---|
int |
getDelay()
Returns the numeric value for this Timing. |
abstract java.lang.String |
getUnit()
Returns the contained unit as a String. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Timing(int theDelay)
theDelay - the numeric value for this Timing.| Method Detail |
|---|
public abstract java.lang.String getUnit()
Timing.public int getDelay()
Timing.
Timing.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||