Uses of Class
heronarts.lx.structure.LXStructure
Packages that use LXStructure
Package
Description
Core LX engine and component functionality.
-
Uses of LXStructure in heronarts.lx
Fields in heronarts.lx declared as LXStructure -
Uses of LXStructure in heronarts.lx.command
Constructors in heronarts.lx.command with parameters of type LXStructureModifierConstructorDescriptionNewModel
(LXStructure structure) RemoveSelectedFixtures
(LXStructure structure) -
Uses of LXStructure in heronarts.lx.structure
Methods in heronarts.lx.structure that return LXStructureModifier and TypeMethodDescriptionLXStructure.addFixture
(LXFixture fixture) LXStructure.addFixture
(LXFixture fixture, int index) LXStructure.addListener
(LXStructure.Listener listener) LXStructure.adjustSelectedFixtureBrightness
(float delta) LXStructure.enableSelectedFixtures
(boolean enabled) LXStructure.exportModel
(File file) LXStructure.identifySelectedFixtures
(boolean identify) LXStructure.importModel
(File file) LXStructure.moveFixture
(LXFixture fixture, int index) LXStructure.newDynamicModel()
LXStructure.removeFixture
(LXFixture fixture) LXStructure.removeFixtures
(List<LXFixture> fixtures) LXStructure.removeListener
(LXStructure.Listener listener) LXStructure.removeSelectedFixtures()
LXStructure.rotateSelectedFixtures
(float theta, float phi) LXStructure.rotateSelectedFixtures
(float theta, float phi, LXCommand.Structure.ModifyFixturePositions action) LXStructure.selectAllFixtures()
LXStructure.selectFixture
(LXFixture fixture) LXStructure.selectFixture
(LXFixture fixture, boolean isMultipleSelection) LXStructure.selectFixtureRange
(LXFixture fixture) LXStructure.setStaticModel
(LXModel model) LXStructure.soloFixture
(LXFixture fixture) LXStructure.translateSelectedFixtures
(float tx, float ty, float tz) LXStructure.translateSelectedFixtures
(float tx, float ty, float tz, LXCommand.Structure.ModifyFixturePositions action) Methods in heronarts.lx.structure with parameters of type LXStructure