Uses of Class
heronarts.lx.output.LXOutput
Package
Description
Core LX engine and component functionality.
Geometry models, points and fixtures.
Output support for various networking protocols.
-
Uses of LXOutput in heronarts.lx
-
Uses of LXOutput in heronarts.lx.model
Modifier and TypeFieldDescriptionLXModel.outputs
An ordered list of outputs that should be sent for this model.Modifier and TypeMethodDescriptionDeprecated.Add a output to this model -
Uses of LXOutput in heronarts.lx.output
Modifier and TypeClassDescriptionclass
class
class
Distributed Display Protocol is a simple protocol developed by 3waylabs.class
DDPOutput is a helper class that constructs and sends a set of DDPDatagram packets based upon a specified chunk size, which will typically be a function of either the LED layout or UDP network settings.class
class
A datagram implementing the Kinet protocol, used by Color Kinetics devices.class
class
class
Simple concrete output class which does nothing but group its children.class
class
UDP implementation of http://openpixelcontrol.org/class
TCP/IP streaming socket implementation of http://openpixelcontrol.org/class
Streaming ACN, also referred to as E1.31, is a standardized protocol for streaming DMX data over ACN protocol.Modifier and TypeMethodDescriptionLXOutput.send
(int[] colors) Sends data to this output, applying throttle and color correctionfinal LXOutput
LXOutput.send
(int[] colors, double brightness) Sends data to this output at the pre-corrected brightnessModifier and TypeMethodDescriptionAdds a child to this output, sent after color-correctionLXOutputGroup.removeChild
(LXOutput child) Removes a childvoid
LXOutput.setGammaDelegate
(LXOutput gammaDelegate) -
Uses of LXOutput in heronarts.lx.structure
Modifier and TypeFieldDescriptionLXFixture.outputsDirect
Publicly accessible list of the outputs that should be sent to this fixtureModifier and TypeMethodDescriptionprotected void
LXFixture.addOutputDirect
(LXOutput output) Subclasses call this method to add a direct output to this fixture.protected void
LXFixture.removeOutputDirect
(LXOutput output) Subclasses call this method to remove a output from the fixture.