|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
be.lassi.lanbox.cuesteps
Class CueStep
java.lang.Objectbe.lassi.lanbox.cuesteps.CueStep
- Direct Known Subclasses:
- Comment, CueScene, LayerCueStep, LoopTo, UnknownCueStep, WaitLayer, WaitSwitch
public abstract class CueStep
- extends java.lang.Object
One step within the cue list.
| Constructor Summary | |
|---|---|
CueStep()
|
|
| Method Summary | |
|---|---|
void |
append(java.lang.StringBuilder b)
Appends description of this cue step to given buffer. |
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). |
abstract int |
getId()
Gets the identifier of the cue step type. |
java.lang.String |
getString()
Gets a string representation of this cue step. |
int |
hashCode()
|
boolean |
isWaitOnStep()
Indicates whether a wait on step is required. |
void |
setWaitOnStep(boolean waitOnStep)
Sets the 'wait on step' indicator. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
CueStep
public CueStep()
| Method Detail |
|---|
append
public void append(java.lang.StringBuilder b)
- Appends description of this cue step to given buffer.
- Parameters:
b- the string buffer to append to
equals
public boolean equals(java.lang.Object object)
-
- Overrides:
equalsin classjava.lang.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
getId
public abstract int getId()
- Gets the identifier of the cue step type.
- Returns:
- the cue step type
getString
public java.lang.String getString()
- Gets a string representation of this cue step.
- Returns:
- the string representation
hashCode
public int hashCode()
-
- Overrides:
hashCodein classjava.lang.Object
isWaitOnStep
public boolean isWaitOnStep()
- Indicates whether a wait on step is required.
- Returns:
- true if wait on step is required
setWaitOnStep
public void setWaitOnStep(boolean waitOnStep)
- Sets the 'wait on step' indicator.
- Parameters:
waitOnStep- true if wait on step is required
toString
public java.lang.String toString()
-
- Overrides:
toStringin classjava.lang.Object
|
Lighting Assistant 1.2 | ||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
be.lassi.lanbox.cuesteps.CueStep