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.outputsAn 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 TypeClassDescriptionclassclassclassDistributed Display Protocol is a simple protocol developed by 3waylabs.classDDPOutput 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.classclassA datagram implementing the Kinet protocol, used by Color Kinetics devices.classclassclassSimple concrete output class which does nothing but group its children.classclassUDP implementation of http://openpixelcontrol.org/classTCP/IP streaming socket implementation of http://openpixelcontrol.org/classStreaming 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 LXOutputLXOutput.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 childvoidLXOutput.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.outputsDirectPublicly accessible list of the outputs that should be sent to this fixtureMethods in heronarts.lx.structure with parameters of type LXOutputModifier and TypeMethodDescriptionprotected voidLXFixture.addOutputDirect(LXOutput output) Subclasses call this method to add a direct output to this fixture.protected voidLXFixture.removeOutputDirect(LXOutput output) Subclasses call this method to remove a output from the fixture.