Uses of Interface
heronarts.lx.effect.LXEffect.Container
Packages that use LXEffect.Container
Package
Description
Layer components that mutate existing buffers with standardized enable/disable.
Core classes for procedural animation.
-
Uses of LXEffect.Container in heronarts.lx.dmx
Classes in heronarts.lx.dmx that implement LXEffect.Container -
Uses of LXEffect.Container in heronarts.lx.effect
Methods in heronarts.lx.effect that return LXEffect.ContainerModifier and TypeMethodDescriptiondefault LXEffect.Container
LXEffect.getContainer()
LXEffect.Container.moveEffect
(LXEffect effect, int index) LXEffect.Container.removeEffect
(LXEffect effect) -
Uses of LXEffect.Container in heronarts.lx.mixer
Classes in heronarts.lx.mixer that implement LXEffect.ContainerModifier and TypeClassDescriptionclass
Abstract subclass for both groups and channelsclass
Abstract representation of a channel, which could be a normal channel with patterns or the master channel.class
A channel is a single component of the engine that has a set of patterns from which it plays and rotates.class
class
Represents the master channel. -
Uses of LXEffect.Container in heronarts.lx.pattern
Classes in heronarts.lx.pattern that implement LXEffect.ContainerModifier and TypeClassDescriptionclass
class
Deprecated.class
LXModelPattern<T extends LXModel>
Deprecated.No longer recommended, does not play nicely with dynamic models and view selectionclass
A pattern is the core object that the animation engine uses to generate colors for all the points.static class
Placeholder pattern for when a class is missing -
Uses of LXEffect.Container in heronarts.lx.pattern.audio
Classes in heronarts.lx.pattern.audio that implement LXEffect.Container -
Uses of LXEffect.Container in heronarts.lx.pattern.color
Classes in heronarts.lx.pattern.color that implement LXEffect.ContainerModifier and TypeClassDescriptionclass
class
class
-
Uses of LXEffect.Container in heronarts.lx.pattern.form
Classes in heronarts.lx.pattern.form that implement LXEffect.ContainerModifier and TypeClassDescriptionclass
class
class
class
-
Uses of LXEffect.Container in heronarts.lx.pattern.image
Classes in heronarts.lx.pattern.image that implement LXEffect.Container -
Uses of LXEffect.Container in heronarts.lx.pattern.strip
Classes in heronarts.lx.pattern.strip that implement LXEffect.Container -
Uses of LXEffect.Container in heronarts.lx.pattern.test
Classes in heronarts.lx.pattern.test that implement LXEffect.ContainerModifier and TypeClassDescriptionclass
Braindead simple test pattern that iterates through all the nodes turning them on one by one in fixed order. -
Uses of LXEffect.Container in heronarts.lx.pattern.texture
Classes in heronarts.lx.pattern.texture that implement LXEffect.Container -
Uses of LXEffect.Container in heronarts.lx.script
Classes in heronarts.lx.script that implement LXEffect.Container