be.lassi.lanbox.cuesteps
Class GotoCueStepIf
java.lang.Object
be.lassi.lanbox.cuesteps.CueStep
be.lassi.lanbox.cuesteps.LayerCueStep
be.lassi.lanbox.cuesteps.GotoCueStepIf
public class GotoCueStepIf
- extends LayerCueStep
Field Summary |
static int |
ID
Cue step type identifier. |
Constructor Summary |
GotoCueStepIf(byte[] bytes)
Constructs a new cue step. |
GotoCueStepIf(int layerNumber,
int cueStepNumber)
Constructs a new instance. |
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()
|
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
GotoCueStepIf
public GotoCueStepIf(byte[] bytes)
- Constructs a new cue step.
- Parameters:
bytes
- the raw cue step buffer
GotoCueStepIf
public GotoCueStepIf(int layerNumber,
int cueStepNumber)
- Constructs a new instance.
- Parameters:
layerNumber
- the layer numbercueStepNumber
- the cue step number
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
toString
public java.lang.String toString()
-
- Overrides:
toString
in class LayerCueStep