Copyright 2011-01-06 Werner Randelshofer

ch.randelshofer.media
Interface ColorCyclePlayer

All Superinterfaces:
Player, StateModel
All Known Implementing Classes:
ANIMPlayer, PBMPlayer, SEQPlayer

public interface ColorCyclePlayer
extends Player

An interface for players which support color cycling.

Version:
1.0 2010-08-04 Created.
Author:
Werner Randelshofer

Field Summary
 
Fields inherited from interface ch.randelshofer.media.Player
CLOSED, PREFETCHED, PREFETCHING, REALIZED, REALIZING, STARTED, UNREALIZED
 
Method Summary
 boolean isBlendedColorCycling()
          Returns true if colors are blended during color cycling.
 boolean isColorCyclingAvailable()
          Returns true if color cycling is available.
 boolean isColorCyclingStarted()
          Returns true if color cycling is started.
 void setBlendedColorCycling(boolean newValue)
          Sets whether colors are blended during color cycling.
 void setColorCyclingStarted(boolean b)
          Starts/Stops color cycling.
 
Methods inherited from interface ch.randelshofer.media.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 Detail

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.


Copyright 2011-01-06 Werner Randelshofer