Overview  Package   Class  Tree  Index 

be.lassi.lanbox.cuesteps
Class LayerCueStep

java.lang.Object
  extended by be.lassi.lanbox.cuesteps.CueStep
      extended by be.lassi.lanbox.cuesteps.LayerCueStep
Direct Known Subclasses:
ClearLayer, GoLayerCueList, GoNext, GoPrevious, GotoCueStep, GotoCueStepIf, ResetLayer, ResumeLayer, SetLayerAttributes, SetLayerChase, SetLayerMixMode, StartLayer, StopLayer, SuspendLayer

public abstract class LayerCueStep
extends CueStep

A layer related cue step.


Constructor Summary
protected LayerCueStep()
          Constructs a new cue step.
protected LayerCueStep(byte[] bytes)
          Constructs a new cue step.
protected LayerCueStep(int layerNumber)
          Constructs a new cue step.
 
Method Summary
 boolean equals(java.lang.Object object)
          
 byte[] getBytes()
          Gets the raw buffer representation of the cue step (for use in messages that are exchanged with the lanbox).
 java.lang.String getLayerName()
          Gets the layer name.
 int getLayerNumber()
          Gets the layer number.
 int hashCode()
          
 void setLayerNumber(int layerNumber)
          Sets the layer number.
 java.lang.String toString()
          
 
Methods inherited from class be.lassi.lanbox.cuesteps.CueStep
append, getId, getString, isWaitOnStep, setWaitOnStep
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LayerCueStep

protected LayerCueStep()
Constructs a new cue step.


LayerCueStep

protected LayerCueStep(byte[] bytes)
Constructs a new cue step.

Parameters:
bytes - the raw cue step buffer

LayerCueStep

protected LayerCueStep(int layerNumber)
Constructs a new cue step.

Parameters:
layerNumber - the layer number
Method Detail

equals

public boolean equals(java.lang.Object object)

Overrides:
equals in class CueStep

getBytes

public byte[] getBytes()
Gets the raw buffer representation of the cue step (for use in messages that are exchanged with the lanbox).

Overrides:
getBytes in class CueStep
Returns:
the raw buffer

getLayerName

public java.lang.String getLayerName()
Gets the layer name.

Returns:
the layer name

getLayerNumber

public int getLayerNumber()
Gets the layer number.

Returns:
the layer number

hashCode

public int hashCode()

Overrides:
hashCode in class CueStep

setLayerNumber

public void setLayerNumber(int layerNumber)
Sets the layer number.

Parameters:
layerNumber - the layer number to set

toString

public java.lang.String toString()

Overrides:
toString in class CueStep

Overview  Package   Class  Tree  Index 
Lighting Assistant 1.2