Uses of Class
heronarts.lx.output.LXOutputGroup
Packages that use LXOutputGroup
Package
Description
Core LX engine and component functionality.
Output support for various networking protocols.
-
Uses of LXOutputGroup in heronarts.lx
Subclasses of LXOutputGroup in heronarts.lx -
Uses of LXOutputGroup in heronarts.lx.output
Subclasses of LXOutputGroup in heronarts.lx.outputModifier and TypeClassDescriptionclass
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.Methods in heronarts.lx.output that return LXOutputGroupModifier and TypeMethodDescriptionAdds a child to this output, sent after color-correctionprotected LXOutputGroup
LXOutputGroup.clearChildren()
LXOutputGroup.removeChild
(LXOutput child) Removes a childMethods in heronarts.lx.output with parameters of type LXOutputGroup