|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectalgoanim.util.DisplayOptions
algoanim.util.Timing
algoanim.util.MsTiming
public class MsTiming
A concrete kind of a Timing. This one is based on a unit
measured in milliseconds.
| Constructor Summary | |
|---|---|
MsTiming(int delay)
Creates a new MsTiming instance for a delay of delay milliseconds. |
|
| Method Summary | |
|---|---|
java.lang.String |
getUnit()
returns the timing unit for this type of timing ("ms"). |
| Methods inherited from class algoanim.util.Timing |
|---|
getDelay |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MsTiming(int delay)
delay - the delay to apply to this Timing.| Method Detail |
|---|
public java.lang.String getUnit()
getUnit in class TimingTiming.getUnit()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||