Uses of Class
heronarts.lx.output.LXOutput
Packages that use 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
Subclasses of LXOutput in heronarts.lxMethods in heronarts.lx that return LXOutputMethods in heronarts.lx with parameters of type LXOutput -
Uses of LXOutput in heronarts.lx.model
Fields in heronarts.lx.model with type parameters of type LXOutputModifier and TypeFieldDescriptionLXModel.outputs
An ordered list of outputs that should be sent for this model.Methods in heronarts.lx.model with parameters of type LXOutputModifier and TypeMethodDescriptionDeprecated.Add a output to this model -
Uses of LXOutput in heronarts.lx.output
Subclasses of LXOutput in heronarts.lx.outputModifier 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.Fields in heronarts.lx.output with type parameters of type LXOutputMethods in heronarts.lx.output that return LXOutputModifier 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 brightnessMethods in heronarts.lx.output with parameters of type LXOutputModifier 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
Subclasses of LXOutput in heronarts.lx.structureFields in heronarts.lx.structure with type parameters of type LXOutputModifier and TypeFieldDescriptionLXFixture.outputsDirect
Publicly accessible list of the outputs that should be sent to this fixtureMethods in heronarts.lx.structure with parameters of type LXOutputModifier 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.