|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
be.lassi.lanbox
Class Lanbox
java.lang.Object be.lassi.lanbox.Lanbox
public class Lanbox
- extends java.lang.Object
Field Summary | |
---|---|
static int |
DMX_IN
The buffer identifier of the lanbox dmx in buffer. |
static int |
DMX_OUT
The buffer identifier of the lanbox dmx out buffer. |
static int |
ENGINE_CONTROL
The identifier of the lanbox layer to which the channel levels of the channel and submaster controls will be sent. |
static int |
ENGINE_SHEET
The identifier of the lanbox layer that will be used for sheet control. |
static int |
IO
The buffer identifier of the lanbox input/output buffer. |
static int |
MAX_LAYERS
The maximum number of layers. |
static int |
MIXER
The buffer identifier of the lanbox mixer. |
Constructor Summary | |
---|---|
Lanbox(ShowContext context)
Constructs a new instance. |
Method Summary | |
---|---|
void |
close()
Closes the lanbox. |
void |
execute(Command command)
Executes given lanbox command. |
void |
fade()
Perform fading. |
Buffer |
getBuffer(int id)
Gets the buffer with given identifier. |
Buffer[] |
getBuffers()
Gets all lanbox buffers. |
Buffer |
getDmxIn()
Gets the lanbox 'dmx in' buffer. |
Buffer |
getDmxOut()
Gets the lanbox 'dmx out' buffer. |
LanboxEngine |
getEngine()
Gets the lanbox engine. |
Buffer |
getIO()
Gets the lanbox input/output buffer. |
Layer[] |
getLayers()
Gets all layers. |
Buffer |
getMixer()
Gets the lanbox mixer buffer. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
DMX_IN
public static final int DMX_IN
- The buffer identifier of the lanbox dmx in buffer.
- See Also:
- Constant Field Values
DMX_OUT
public static final int DMX_OUT
- The buffer identifier of the lanbox dmx out buffer.
- See Also:
- Constant Field Values
ENGINE_CONTROL
public static final int ENGINE_CONTROL
- The identifier of the lanbox layer to which the channel levels of
the channel and submaster controls will be sent.
- See Also:
- Constant Field Values
ENGINE_SHEET
public static final int ENGINE_SHEET
- The identifier of the lanbox layer that will be used for
sheet control.
- See Also:
- Constant Field Values
IO
public static final int IO
- The buffer identifier of the lanbox input/output buffer.
- See Also:
- Constant Field Values
MAX_LAYERS
public static final int MAX_LAYERS
- The maximum number of layers.
- See Also:
- Constant Field Values
MIXER
public static final int MIXER
- The buffer identifier of the lanbox mixer.
- See Also:
- Constant Field Values
Constructor Detail |
---|
Lanbox
public Lanbox(ShowContext context)
- Constructs a new instance.
- Parameters:
context
- the show context
Method Detail |
---|
close
public void close()
- Closes the lanbox.
execute
public void execute(Command command)
- Executes given lanbox command.
- Parameters:
command
- the lanbox command to be executed
fade
public void fade()
- Perform fading.
getBuffer
public Buffer getBuffer(int id)
- Gets the buffer with given identifier.
- Parameters:
id
- the buffer identifier- Returns:
- the buffer with given identifier
getBuffers
public Buffer[] getBuffers()
- Gets all lanbox buffers.
- Returns:
- all lanbox buffers
getDmxIn
public Buffer getDmxIn()
- Gets the lanbox 'dmx in' buffer.
- Returns:
- the 'dmx in' buffer
getDmxOut
public Buffer getDmxOut()
- Gets the lanbox 'dmx out' buffer.
- Returns:
- the 'dmx out' buffer
getEngine
public LanboxEngine getEngine()
- Gets the lanbox engine.
- Returns:
- the lanbox engine
getIO
public Buffer getIO()
- Gets the lanbox input/output buffer.
- Returns:
- the input/output buffer
getLayers
public Layer[] getLayers()
- Gets all layers.
- Returns:
- all layers
getMixer
public Buffer getMixer()
- Gets the lanbox mixer buffer.
- Returns:
- the mixer buffer
|
Lighting Assistant 1.2 | ||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |