| 
 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
be.lassi.lanbox.cuesteps
Class LayerCueStep
java.lang.Objectbe.lassi.lanbox.cuesteps.CueStep
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)
getBytes
public byte[] getBytes()
- Gets the raw buffer representation of the cue step (for use in messages
 that are exchanged with the lanbox).
- 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()
setLayerNumber
public void setLayerNumber(int layerNumber)
- Sets the layer number.
- Parameters:
- layerNumber- the layer number to set
 
toString
public java.lang.String toString()
| 
 | Lighting Assistant 1.2 | ||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
