model.channel.set
Interface IValueSet
- All Known Implementing Classes:
- AValueSet, CueValueSet, FaderValueSet
public interface IValueSet
ADD
static final int ADD
- See Also:
- Constant Field Values
AVERAGE
static final int AVERAGE
- See Also:
- Constant Field Values
setIPriority
void setIPriority(IPriority priority)
getIPriority
IPriority getIPriority()
getPriority
int getPriority(short address)
getPriority
int getPriority(Channel channel)
getChannel
Channel getChannel(short address)
getRawChannel
Channel getRawChannel(short address)
getChannelValue
short getChannelValue(short address)
getChannel
Channel getChannel(Channel channel)
getChannels
Channel[] getChannels()
getChannels
Channel[] getChannels(short[] addresses)
setChannelValue
void setChannelValue(Channel channel)
setChannelValue
void setChannelValue(short address,
short value)
setChannelValues
void setChannelValues(Channel[] channels)
getSource
float getSource()
resetValues
void resetValues()
getCombineMethod
int getCombineMethod()
setCombineMethod
void setCombineMethod(int combineMethod)