Overview  Package   Class  Tree  Index 

be.lassi.lanbox.cuesteps
Class ClearLayer

java.lang.Object
  extended by be.lassi.lanbox.cuesteps.CueStep
      extended by be.lassi.lanbox.cuesteps.LayerCueStep
          extended by be.lassi.lanbox.cuesteps.ClearLayer

public class ClearLayer
extends LayerCueStep

Clears the layer sequencing attribute,disables all channels and reinitializes each channel value in that layer to zero; the current cue list number and current cue step number are cleared.


Field Summary
static int ID
          Cue step type identifier.
 
Constructor Summary
ClearLayer()
          Constructs a new cue step.
ClearLayer(byte[] bytes)
          Constructs a new cue step.
ClearLayer(int layerNumber)
          Constructs a new cue step.
 
Method Summary
 void append(java.lang.StringBuilder b)
          Appends description of this cue step to given buffer.
 boolean equals(java.lang.Object object)
          
 int getId()
          Gets the identifier of the cue step type.
 int hashCode()
          
 
Methods inherited from class be.lassi.lanbox.cuesteps.LayerCueStep
getBytes, getLayerName, getLayerNumber, setLayerNumber, toString
 
Methods inherited from class be.lassi.lanbox.cuesteps.CueStep
getString, isWaitOnStep, setWaitOnStep
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

ID

public static final int ID
Cue step type identifier.

See Also:
Constant Field Values
Constructor Detail

ClearLayer

public ClearLayer()
Constructs a new cue step.


ClearLayer

public ClearLayer(byte[] bytes)
Constructs a new cue step.

Parameters:
bytes - the raw cue step buffer

ClearLayer

public ClearLayer(int layerNumber)
Constructs a new cue step.

Parameters:
layerNumber - the number of the layer to be cleared
Method Detail

append

public void append(java.lang.StringBuilder b)
Appends description of this cue step to given buffer.

Overrides:
append in class CueStep
Parameters:
b - the string buffer to append to

equals

public boolean equals(java.lang.Object object)

Overrides:
equals in class LayerCueStep

getId

public int getId()
Gets the identifier of the cue step type.

Specified by:
getId in class CueStep
Returns:
the cue step type

hashCode

public int hashCode()

Overrides:
hashCode in class LayerCueStep

Overview  Package   Class  Tree  Index 
Lighting Assistant 1.2