|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectSpectrogram.SpectrogramDisplay.PlayProgress
class SpectrogramDisplay.PlayProgress
| Field Summary |
|---|
| Fields inherited from interface soundPlayback.PlaybackProgressMonitor |
|---|
PLAY_END, PLAY_START |
| Constructor Summary | |
|---|---|
SpectrogramDisplay.PlayProgress()
|
|
| Method Summary | |
|---|---|
void |
setProgress(long timeMillis,
double percent)
Notify progress during playback in viewer mode. |
void |
setStatus(int status)
Notify playback status. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
SpectrogramDisplay.PlayProgress()
| Method Detail |
|---|
public void setProgress(long timeMillis,
double percent)
PlaybackProgressMonitorThe times are given in two ways. As an absolute time in milliseconds and as a percentage.
setProgress in interface PlaybackProgressMonitortimeMillis - millisecondspercent - percentage progresspublic void setStatus(int status)
PlaybackProgressMonitor
setStatus in interface PlaybackProgressMonitorstatus - playback status
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||