be.lassi.fixtures
Class FixtureCommand
java.lang.Object
be.lassi.fixtures.FixtureCommand
- Direct Known Subclasses:
- ApplyPreset, SetAttribute, SetColor
public abstract class FixtureCommand
- extends java.lang.Object
Command to set fixture attribute values.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FixtureCommand
public FixtureCommand()
execute
protected void execute(ChannelChangeProcessor processor,
int channelNumber,
int dmxValue)
execute
public abstract void execute(Fixture fixture,
ChannelChangeProcessor channelChangeProcessor)
execute
protected void execute(Fixture fixture,
ChannelChangeProcessor processor,
java.lang.String attributeName,
int dmxValue)