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 enumMost common static orderings for RGB buffer dataFields in heronarts.lx.output declared as LXBufferOutput.ByteEncoderModifier and TypeFieldDescriptionIndexBuffer.Segment.byteEncoderByte 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, int outputStride, LXParameter brightness) Segment with specified indices, byte ordering and channel offset, custom output strideSegment(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.ByteEncoderLXFixture.Segment.byteEncoderConstructors in heronarts.lx.structure with parameters of type LXBufferOutput.ByteEncoderModifierConstructorDescriptionprotectedSegment(int[] indexBuffer, LXBufferOutput.ByteEncoder byteEncoder) Constructs a segment with a fixed index buffer.protectedSegment(int start, int num, int stride, int repeat, boolean reverse, LXBufferOutput.ByteEncoder byteEncoder) protectedSegment(int start, int num, int stride, int repeat, int padPre, int padPost, boolean reverse, LXBufferOutput.ByteEncoder byteEncoder) protectedSegment(int start, int num, int stride, int repeat, int padPre, int padPost, boolean reverse, LXBufferOutput.ByteEncoder byteEncoder, byte[] headerBytes, byte[] footerBytes, int outputStride)