model.channel.set
Class CueValueSet
java.lang.Object
   model.channel.set.CueValueSet
model.channel.set.CueValueSet
- All Implemented Interfaces: 
- IValueSet
- public class CueValueSet 
- extends Object- implements IValueSet
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
CueValueSet
public CueValueSet(ACue _cue)
setIPriority
public void setIPriority(IPriority priority)
- 
- Specified by:
- setIPriorityin interface- IValueSet
 
- 
 
getIPriority
public IPriority getIPriority()
- 
- Specified by:
- getIPriorityin interface- IValueSet
 
- 
 
getPriority
public int getPriority(short address)
- 
- Specified by:
- getPriorityin interface- IValueSet
 
- 
 
getPriority
public int getPriority(Channel channel)
- 
- Specified by:
- getPriorityin interface- IValueSet
 
- 
 
getChannel
public Channel getChannel(short address)
- 
- Specified by:
- getChannelin interface- IValueSet
 
- 
 
getChannelValue
public short getChannelValue(short address)
- 
- Specified by:
- getChannelValuein interface- IValueSet
 
- 
 
getChannel
public Channel getChannel(Channel channel)
- 
- Specified by:
- getChannelin interface- IValueSet
 
- 
 
getRawChannel
public Channel getRawChannel(short address)
- 
- Specified by:
- getRawChannelin interface- IValueSet
 
- 
 
getChannels
public Channel[] getChannels()
- 
- Specified by:
- getChannelsin interface- IValueSet
 
- 
 
getAllChannels
public Channel[] getAllChannels()
- 
 
- 
 
getChannels
public Channel[] getChannels(short[] addresses)
- 
- Specified by:
- getChannelsin interface- IValueSet
 
- 
 
setChannelValue
public void setChannelValue(Channel channel)
- 
- Specified by:
- setChannelValuein interface- IValueSet
 
- 
 
setChannelValue
public void setChannelValue(short address,
                            short value)
- 
- Specified by:
- setChannelValuein interface- IValueSet
 
- 
 
setChannelValues
public void setChannelValues(Channel[] channels)
- 
- Specified by:
- setChannelValuesin interface- IValueSet
 
- 
 
getSource
public float getSource()
- 
- Specified by:
- getSourcein interface- IValueSet
 
- 
 
resetValues
public void resetValues()
- 
- Specified by:
- resetValuesin interface- IValueSet
 
- 
 
setFadeLevel
public void setFadeLevel(float _fadeLevel)
- 
 
- 
 
getFadeLevel
public float getFadeLevel()
- 
 
- 
 
getFadeUpMillis
public long getFadeUpMillis()
- 
 
- 
 
getFadeDownMillis
public long getFadeDownMillis()
- 
 
- 
 
getCombineMethod
public int getCombineMethod()
- 
- Specified by:
- getCombineMethodin interface- IValueSet
 
- 
 
setCombineMethod
public void setCombineMethod(int _combineMethod)
- 
- Specified by:
- setCombineMethodin interface- IValueSet
 
-