public class Column extends ScoreContainer
| Constructor and Description |
|---|
Column() |
| Modifier and Type | Method and Description |
|---|---|
double |
getTime() |
double |
play(ScorePlayer scorePlayer,
double time,
double timeScale) |
void |
start(ScorePlayer scorePlayer,
double time,
double timeScale) |
void |
stop(ScorePlayer scorePlayer,
double time) |
double |
waitFor(ScorePlayer scorePlayer) |
add, clear, compareTo, getElements, getTimeScale, remove, setElements, setTimeScale, sortByTimepublic double play(ScorePlayer scorePlayer, double time, double timeScale) throws java.lang.InterruptedException
java.lang.InterruptedExceptionpublic void start(ScorePlayer scorePlayer, double time, double timeScale)
public double waitFor(ScorePlayer scorePlayer) throws java.lang.InterruptedException
java.lang.InterruptedExceptionpublic double getTime()
public void stop(ScorePlayer scorePlayer, double time)