be.lassi.lanbox.cuesteps
Class CuePreviousScene
java.lang.Object
be.lassi.lanbox.cuesteps.CueStep
be.lassi.lanbox.cuesteps.CueScene
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. |
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 java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
ID
public static final int ID
- Cue step type identifier.
- See Also:
- Constant Field Values
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 valuesfadeTime
- the time used for the fading operationholdTime
- the time to wait before stepping to the next cue list step
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