Overview  Package   Class  Tree  Index 

be.lassi.fixtures
Class SetAttribute

java.lang.Object
  extended by be.lassi.fixtures.FixtureCommand
      extended by be.lassi.fixtures.SetAttribute

public class SetAttribute
extends FixtureCommand

Command to set a fixture attribute value.


Constructor Summary
SetAttribute(java.lang.String attributeName, int dmxValue)
          Constructs a new instance.
 
Method Summary
 void execute(Fixture fixture, ChannelChangeProcessor processor)
          
 java.lang.String getAttributeName()
          Gets the attribute name.
 int getDmxValue()
          Gets the DMX value.
 
Methods inherited from class be.lassi.fixtures.FixtureCommand
execute, execute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetAttribute

public SetAttribute(java.lang.String attributeName,
                    int dmxValue)
Constructs a new instance.

Parameters:
attributeName - the name of the attribute
dmxValue - the dmx value to be set
Method Detail

execute

public void execute(Fixture fixture,
                    ChannelChangeProcessor processor)

Specified by:
execute in class FixtureCommand

getAttributeName

public java.lang.String getAttributeName()
Gets the attribute name.

Returns:
the attribute name

getDmxValue

public int getDmxValue()
Gets the DMX value.

Returns:
the DMX value

Overview  Package   Class  Tree  Index 
Lighting Assistant 1.2