Uses of Interface
heronarts.lx.output.LXBufferOutput.ByteEncoder
Packages that use LXBufferOutput.ByteEncoder
Package
Description
Output support for various networking protocols.
-
Uses of LXBufferOutput.ByteEncoder in heronarts.lx.output
Classes in heronarts.lx.output that implement LXBufferOutput.ByteEncoderModifier and TypeClassDescriptionstatic enum
Most common static orderings for RGB buffer dataFields in heronarts.lx.output declared as LXBufferOutput.ByteEncoderModifier and TypeFieldDescriptionIndexBuffer.Segment.byteEncoder
Byte order to use when sending the points in this segment, which implicitly specifies how many bytes are used per pixelConstructors in heronarts.lx.output with parameters of type LXBufferOutput.ByteEncoderModifierConstructorDescriptionSegment
(int[] indices, LXBufferOutput.ByteEncoder byteEncoder) Segment with specified indices and byte orderingSegment
(int[] indices, LXBufferOutput.ByteEncoder byteEncoder, int channel) Segment with specified indices, byte ordering and channel offsetSegment
(int[] indices, LXBufferOutput.ByteEncoder byteEncoder, int channel, LXParameter brightness) Segment with specified indices, byte ordering and channel offset -
Uses of LXBufferOutput.ByteEncoder in heronarts.lx.structure
Fields in heronarts.lx.structure declared as LXBufferOutput.ByteEncoderModifier and TypeFieldDescriptionprotected final LXBufferOutput.ByteEncoder
LXFixture.Segment.byteEncoder
Constructors in heronarts.lx.structure with parameters of type LXBufferOutput.ByteEncoderModifierConstructorDescriptionprotected
Segment
(int[] indexBuffer, LXBufferOutput.ByteEncoder byteEncoder) Constructs a segment with a fixed index buffer.protected
Segment
(int start, int num, int stride, int repeat, boolean reverse, LXBufferOutput.ByteEncoder byteEncoder)