be.lassi.fixtures
Class SetColor
java.lang.Object
be.lassi.fixtures.FixtureCommand
be.lassi.fixtures.SetColor
public class SetColor
- extends FixtureCommand
Command to set the fixture color.
Constructor Summary |
SetColor(java.awt.Color color)
Constructs a new instance. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SetColor
public SetColor(java.awt.Color color)
- Constructs a new instance.
- Parameters:
color
- the color to be set
execute
public void execute(Fixture fixture,
ChannelChangeProcessor channelChangeProcessor)
-
- Specified by:
execute
in class FixtureCommand
getColor
public java.awt.Color getColor()
- Gets the color.
- Returns:
- the color