public class PBMPlayer extends AbstractPlayer implements ColorCyclePlayer
dispatcher, listenerList, propertyChangeSupportCLOSED, PREFETCHED, PREFETCHING, REALIZED, REALIZING, STARTED, UNREALIZED| Constructor and Description |
|---|
PBMPlayer(java.io.InputStream in) |
PBMPlayer(java.io.InputStream in,
int inputFileSize) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doClosed() |
protected void |
doPrefetched() |
protected void |
doPrefetching() |
protected void |
doRealized() |
protected void |
doRealizing() |
protected void |
doStarted() |
protected void |
doUnrealized() |
javax.swing.BoundedRangeModel |
getCachingModel() |
java.awt.Component |
getControlPanelComponent() |
protected java.awt.image.ImageProducer |
getImageProducer() |
javax.swing.BoundedRangeModel |
getTimeModel() |
long |
getTotalDuration() |
java.awt.Component |
getVisualComponent() |
boolean |
isAudioAvailable() |
boolean |
isAudioEnabled() |
boolean |
isBlendedColorCycling() |
boolean |
isCached() |
boolean |
isColorCyclingAvailable() |
boolean |
isColorCyclingStarted() |
void |
setAudioEnabled(boolean b) |
void |
setBlendedColorCycling(boolean newValue) |
void |
setColorCyclingStarted(boolean newValue) |
addChangeListener, addPropertyChangeListener, addStateListener, close, deallocate, fireStateChanged, fireStateChanged, getState, getTargetState, isActive, prefetch, realize, removeChangeListener, removePropertyChangeListener, removeStateListener, run, setTargetState, start, stopclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddChangeListener, addPropertyChangeListener, addStateListener, close, deallocate, getState, getTargetState, isActive, prefetch, realize, removeChangeListener, removePropertyChangeListener, removeStateListener, setTargetState, start, stoppublic PBMPlayer(java.io.InputStream in)
public PBMPlayer(java.io.InputStream in,
int inputFileSize)
protected void doClosed()
doClosed in class AbstractPlayerprotected void doUnrealized()
doUnrealized in class AbstractPlayerprotected void doRealizing()
doRealizing in class AbstractPlayerprotected void doRealized()
doRealized in class AbstractPlayerprotected void doPrefetching()
doPrefetching in class AbstractPlayerprotected void doPrefetched()
doPrefetched in class AbstractPlayerprotected void doStarted()
doStarted in class AbstractPlayerpublic void setAudioEnabled(boolean b)
setAudioEnabled in interface Playerpublic boolean isAudioEnabled()
isAudioEnabled in interface Playerpublic boolean isAudioAvailable()
isAudioAvailable in interface Playerpublic javax.swing.BoundedRangeModel getTimeModel()
getTimeModel in interface Playerpublic javax.swing.BoundedRangeModel getCachingModel()
getCachingModel in interface Playerpublic java.awt.Component getVisualComponent()
getVisualComponent in interface Playerpublic java.awt.Component getControlPanelComponent()
getControlPanelComponent in interface Playerpublic long getTotalDuration()
getTotalDuration in interface Playerprotected java.awt.image.ImageProducer getImageProducer()
public void setColorCyclingStarted(boolean newValue)
setColorCyclingStarted in interface ColorCyclePlayerpublic boolean isColorCyclingAvailable()
isColorCyclingAvailable in interface ColorCyclePlayerpublic boolean isColorCyclingStarted()
isColorCyclingStarted in interface ColorCyclePlayerpublic void setBlendedColorCycling(boolean newValue)
setBlendedColorCycling in interface ColorCyclePlayerpublic boolean isBlendedColorCycling()
isBlendedColorCycling in interface ColorCyclePlayerCopyright © 2022. All Rights Reserved.