|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
be.lassi.ui.cuesteps
Class CueDetailModel
java.lang.Object be.lassi.ui.cuesteps.CueDetailModel
public class CueDetailModel
- extends java.lang.Object
Field Summary | |
---|---|
static int |
LAYER_ACTION_CLEAR
|
static int |
LAYER_ACTION_RESET
|
static int |
LAYER_ACTION_RESUME
|
static int |
LAYER_ACTION_START
|
static int |
LAYER_ACTION_STOP
|
static int |
LAYER_ACTION_SUSPEND
|
Constructor Summary | |
---|---|
CueDetailModel()
|
Method Summary | |
---|---|
Holder<ChaseMode> |
getChaseMode()
Gets the chase mode. |
IntHolder |
getChaseSpeedEnd()
Gets the chase speed end value. |
IntHolder |
getChaseSpeedStart()
Gets the chase speed start value. |
Holder<java.lang.String> |
getComment()
Gets the comment string. |
BooleanHolder |
getConstantRate()
|
IntHolder |
getCueListNumber()
Gets the number of the cue list with the referenced scene. |
IntHolder |
getCueStepNumber()
Gets the number of the step with the referenced scene within the cue list. |
Holder<java.lang.String> |
getFadeInDelay()
|
Holder<java.lang.String> |
getFadeInTime()
|
Holder<java.lang.String> |
getFadeOutDelay()
|
Holder<java.lang.String> |
getFadeOutTime()
|
Holder<java.lang.String> |
getFadeTime()
Gets the time used for the fading operation. |
Holder<FadeType> |
getFadeType()
Gets the type of fading to be used to set the channel values. |
BooleanHolder |
getFading()
Indicates whether fading is enabled in the layer. |
Holder<java.lang.String> |
getHoldTime()
Gets the time to wait before stepping to the next cue list step. |
IntHolder |
getLayerAction()
|
IntHolder |
getLayerNumber()
Gets the layer number. |
IntHolder |
getLoopCount()
Gets the number of times to perform the jump when arriving at this cue step. |
Holder<MixMode> |
getMixMode()
Gets the mix mode. |
BooleanHolder |
getOutputEnabled()
Indicates whether the outputs are enabled in the layer. |
BooleanHolder |
getPositive()
Indicates whether to wait for a positive pulse or a negative pulse. |
BooleanHolder |
getSolo()
Indicates whether the solo attribute is set in the layer. |
BooleanHolder |
getSplitFade()
|
IntHolder |
getTransparencyEnd()
Gets the transparancy end value. |
IntHolder |
getTransparencyStart()
Gets the transparancy start value. |
BooleanHolder |
getWaitOnStep()
Indicates whether a wait on step is required. |
Holder<java.lang.String> |
getWaitTime()
|
void |
setCueDetail(CueDetail detail)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
LAYER_ACTION_CLEAR
public static final int LAYER_ACTION_CLEAR
- See Also:
- Constant Field Values
LAYER_ACTION_RESET
public static final int LAYER_ACTION_RESET
- See Also:
- Constant Field Values
LAYER_ACTION_RESUME
public static final int LAYER_ACTION_RESUME
- See Also:
- Constant Field Values
LAYER_ACTION_START
public static final int LAYER_ACTION_START
- See Also:
- Constant Field Values
LAYER_ACTION_STOP
public static final int LAYER_ACTION_STOP
- See Also:
- Constant Field Values
LAYER_ACTION_SUSPEND
public static final int LAYER_ACTION_SUSPEND
- See Also:
- Constant Field Values
Constructor Detail |
---|
CueDetailModel
public CueDetailModel()
Method Detail |
---|
getChaseMode
public Holder<ChaseMode> getChaseMode()
- Gets the chase mode.
- Returns:
- the chase mode
getChaseSpeedEnd
public IntHolder getChaseSpeedEnd()
- Gets the chase speed end value.
- Returns:
- the chase speed end value
getChaseSpeedStart
public IntHolder getChaseSpeedStart()
- Gets the chase speed start value.
- Returns:
- the chase speed start value
getComment
public Holder<java.lang.String> getComment()
- Gets the comment string.
- Returns:
- the comment string
getConstantRate
public BooleanHolder getConstantRate()
getCueListNumber
public IntHolder getCueListNumber()
- Gets the number of the cue list with the referenced scene.
- Returns:
- the cue list number
getCueStepNumber
public IntHolder getCueStepNumber()
- Gets the number of the step with the referenced scene within the cue
list.
- Returns:
- the cue list number
getFadeInDelay
public Holder<java.lang.String> getFadeInDelay()
getFadeInTime
public Holder<java.lang.String> getFadeInTime()
getFadeOutDelay
public Holder<java.lang.String> getFadeOutDelay()
getFadeOutTime
public Holder<java.lang.String> getFadeOutTime()
getFadeTime
public Holder<java.lang.String> getFadeTime()
- Gets the time used for the fading operation.
- Returns:
- the fade time
getFadeType
public Holder<FadeType> getFadeType()
- Gets the type of fading to be used to set the channel values.
- Returns:
- the fade type
getFading
public BooleanHolder getFading()
- Indicates whether fading is enabled in the layer.
- Returns:
- the fading state
getHoldTime
public Holder<java.lang.String> getHoldTime()
- Gets the time to wait before stepping to the next cue list step.
- Returns:
- the hold time
getLayerAction
public IntHolder getLayerAction()
getLayerNumber
public IntHolder getLayerNumber()
- Gets the layer number.
- Returns:
- the layer number
getLoopCount
public IntHolder getLoopCount()
- Gets the number of times to perform the jump when arriving at this cue
step.
- Returns:
- the loop count
getMixMode
public Holder<MixMode> getMixMode()
- Gets the mix mode.
- Returns:
- the mix mode
getOutputEnabled
public BooleanHolder getOutputEnabled()
- Indicates whether the outputs are enabled in the layer.
- Returns:
- the outputs enabled state
getPositive
public BooleanHolder getPositive()
- Indicates whether to wait for a positive pulse or a negative pulse.
- Returns:
- true if we should wait for a positive pulse
getSolo
public BooleanHolder getSolo()
- Indicates whether the solo attribute is set in the layer.
- Returns:
- the solo attribute
getSplitFade
public BooleanHolder getSplitFade()
getTransparencyEnd
public IntHolder getTransparencyEnd()
- Gets the transparancy end value.
- Returns:
- the transparancy end value
getTransparencyStart
public IntHolder getTransparencyStart()
- Gets the transparancy start value.
- Returns:
- the transparancy start value
getWaitOnStep
public BooleanHolder getWaitOnStep()
- Indicates whether a wait on step is required.
- Returns:
- true if wait on step is required
getWaitTime
public Holder<java.lang.String> getWaitTime()
setCueDetail
public void setCueDetail(CueDetail detail)
|
Lighting Assistant 1.2 | ||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |