Package | Description |
---|---|
heronarts.lx.output |
Output support for various networking protocols.
|
Modifier and Type | Class and Description |
---|---|
class |
ArtNetDatagram |
class |
ArtSyncDatagram |
class |
DDPDatagram
Distributed Display Protocol is a simple protocol developed by 3waylabs.
|
class |
FadecandySocket |
class |
KinetDatagram
A datagram implementing the Kinet protocol, used by Color Kinetics devices.
|
class |
LXDatagram |
class |
LXSocket |
class |
OPCDatagram
UDP implementation of http://openpixelcontrol.org/
|
class |
OPCSocket
TCP/IP streaming socket implementation of http://openpixelcontrol.org/
|
class |
StreamingACNDatagram
Streaming ACN, also referred to as E1.31, is a standardized protocol for
streaming DMX data over ACN protocol.
|
Modifier and Type | Method and Description |
---|---|
LXBufferOutput |
LXBufferOutput.setByteOrder(LXBufferOutput.ByteOrder byteOrder)
Sets the byte ordering of data in this buffer
|
LXBufferOutput |
LXBufferOutput.setByteOrder(LXBufferOutput.ByteOrder[] byteOrderBuffer)
Sets a dynamic byte ordering on this output, where every index position
may have a distinct byte ordering.
|
protected LXBufferOutput |
LXBufferOutput.updateDataBuffer(int[] colors,
byte[] glut)
Helper for subclasses to copy a list of points into the data buffer at a
specified offset.
|
LXBufferOutput |
LXBufferOutput.updateIndexBuffer(int[] indexBuffer)
Updates the values in the index buffer for this output.
|
LX library by Mark C. Slee. © 2012-2020