- All Superinterfaces:
Player,StateModel
A
Player which supports a second layer of animation by cycling colors
in the color palette of the current image in the video track.
Color cycling is provided in a separate layer on top of the video track. It can be performed independently of video playback.
- Author:
- Werner Randelshofer
-
Field Summary
Fields inherited from interface org.monte.media.player.Player
CLOSED, PREFETCHED, PREFETCHING, REALIZED, REALIZING, STARTED, UNREALIZED -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns true if colors are blended during color cycling.booleanReturns true if color cycling is available.booleanReturns true if color cycling is started.voidsetBlendedColorCycling(boolean newValue) Sets whether colors are blended during color cycling.voidsetColorCyclingStarted(boolean b) Starts/Stops color cycling.Methods inherited from interface org.monte.media.player.Player
addChangeListener, addPropertyChangeListener, addStateListener, close, deallocate, getCachingModel, getControlPanelComponent, getState, getTargetState, getTimeModel, getTotalDuration, getVisualComponent, isActive, isAudioAvailable, isAudioEnabled, isCached, prefetch, realize, removeChangeListener, removePropertyChangeListener, removeStateListener, setAudioEnabled, setTargetState, start, stop
-
Method Details
-
isColorCyclingStarted
boolean isColorCyclingStarted()Returns true if color cycling is started. -
setColorCyclingStarted
void setColorCyclingStarted(boolean b) Starts/Stops color cycling. -
isColorCyclingAvailable
boolean isColorCyclingAvailable()Returns true if color cycling is available. -
setBlendedColorCycling
void setBlendedColorCycling(boolean newValue) Sets whether colors are blended during color cycling. -
isBlendedColorCycling
boolean isBlendedColorCycling()Returns true if colors are blended during color cycling.
-