public static class AnnotationControls.AudioContentAnnotation extends AnnotationControls.ContentAnnotation
Modifier and Type | Field and Description |
---|---|
protected Clip |
clip |
protected Thread |
readThread |
protected Object |
source |
annnotation, appFrame, controller
Constructor and Description |
---|
AudioContentAnnotation(AnnotationControls.AppFrame appFrame,
AudioPlayerAnnotation annnotation,
AudioPlayerAnnotationController controller,
Object source) |
Modifier and Type | Method and Description |
---|---|
void |
detach() |
protected void |
doRetrieveAndSetClip(Object source) |
Object |
getSource() |
protected Clip |
readClip(Object source) |
protected void |
retrieveAndSetClip(Object source) |
protected void |
startClipRetrieval(Object source) |
protected void |
stopClipRetrieval() |
protected void |
stopController(AudioPlayerAnnotationController controller) |
actionPerformed, attach, getAnnotation, getAppFrame, getController
protected Clip clip
protected Thread readThread
protected Object source
public AudioContentAnnotation(AnnotationControls.AppFrame appFrame, AudioPlayerAnnotation annnotation, AudioPlayerAnnotationController controller, Object source)
public void detach()
detach
in class AnnotationControls.ContentAnnotation
protected void doRetrieveAndSetClip(Object source)
public Object getSource()
protected void retrieveAndSetClip(Object source)
protected void startClipRetrieval(Object source)
protected void stopClipRetrieval()
protected void stopController(AudioPlayerAnnotationController controller)