Overview  Package   Class  Tree  Index 

be.lassi.lanbox.cuesteps
Class CuePreviousScene

java.lang.Object
  extended by be.lassi.lanbox.cuesteps.CueStep
      extended by be.lassi.lanbox.cuesteps.CueScene
          extended by be.lassi.lanbox.cuesteps.CuePreviousScene

public class CuePreviousScene
extends CueScene

Sets cue scene channels values the layer in which the cue list is executed, using a cue scene that is already defined in the previous cue list step.


Field Summary
static int ID
          Cue step type identifier.
 
Constructor Summary
CuePreviousScene()
          Constructs a new cue step.
CuePreviousScene(byte[] bytes)
          Constructs a new cue step.
CuePreviousScene(FadeType fadeType, Time fadeTime, Time holdTime)
          Constructs a new cue step.
 
Method Summary
 boolean equals(java.lang.Object object)
          
 int getId()
          Gets the identifier of the cue step type.
protected  java.lang.String getSceneString()
          Gets a string representation of the scene to be shown.
 int hashCode()
          
 java.lang.String toString()
          
 
Methods inherited from class be.lassi.lanbox.cuesteps.CueScene
append, getBytes, getChanges, getFadeTime, getFadeType, getHoldTime, setFadeTime, setFadeType, setHoldTime
 
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

CuePreviousScene

public CuePreviousScene()
Constructs a new cue step.


CuePreviousScene

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

Parameters:
bytes - the raw cue step buffer

CuePreviousScene

public CuePreviousScene(FadeType fadeType,
                        Time fadeTime,
                        Time holdTime)
Constructs a new cue step.

Parameters:
fadeType - the type of fading to be used to set the channel values
fadeTime - the time used for the fading operation
holdTime - the time to wait before stepping to the next cue list step
Method Detail

equals

public boolean equals(java.lang.Object object)

Overrides:
equals in class CueScene

getId

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

Overrides:
getId in class CueScene
Returns:
the cue step type

getSceneString

protected java.lang.String getSceneString()
Gets a string representation of the scene to be shown.

Overrides:
getSceneString in class CueScene
Returns:
the scene to be shown

hashCode

public int hashCode()

Overrides:
hashCode in class CueScene

toString

public java.lang.String toString()

Overrides:
toString in class CueScene

Overview  Package   Class  Tree  Index 
Lighting Assistant 1.2