Uses of Class
heronarts.lx.snapshot.LXSnapshotEngine
Packages that use LXSnapshotEngine
Package
Description
Core LX engine and component functionality.
-
Uses of LXSnapshotEngine in heronarts.lx
Fields in heronarts.lx declared as LXSnapshotEngine -
Uses of LXSnapshotEngine in heronarts.lx.command
Methods in heronarts.lx.command with parameters of type LXSnapshotEngineModifier and TypeMethodDescriptionprotected voidLXCommand.RemoveComponent.removeSnapshotViews(LXSnapshotEngine snapshots, LXComponent component) -
Uses of LXSnapshotEngine in heronarts.lx.snapshot
Methods in heronarts.lx.snapshot that return LXSnapshotEngineModifier and TypeMethodDescriptionLXSnapshotEngine.addListener(LXSnapshotEngine.Listener listener) LXSnapshotEngine.addSnapshot(LXGlobalSnapshot snapshot) Adds a snapshot to the engine.LXSnapshotEngine.addSnapshot(LXGlobalSnapshot snapshot, int index) Adds a snapshot to the engine.LXSnapshotEngine.moveSnapshot(LXGlobalSnapshot snapshot, int index) Moves a snapshot to a new order in the engine snapshot listLXSnapshotEngine.registerGlobal(LXComponent component) Registers a global component for storage in global snapshotsLXSnapshotEngine.removeListener(LXSnapshotEngine.Listener listener) LXSnapshotEngine.removeSnapshot(LXGlobalSnapshot snapshot) Removes a snapshot from the engineMethods in heronarts.lx.snapshot with parameters of type LXSnapshotEngineModifier and TypeMethodDescriptionvoidLXSnapshotEngine.Listener.snapshotAdded(LXSnapshotEngine engine, LXGlobalSnapshot snapshot) A new snapshot has been added to the enginevoidLXSnapshotEngine.Listener.snapshotMoved(LXSnapshotEngine engine, LXGlobalSnapshot snapshot) A snapshot's position in the engine has been movedvoidLXSnapshotEngine.Listener.snapshotRemoved(LXSnapshotEngine engine, LXGlobalSnapshot snapshot) A snapshot has been removed from the engine -
Uses of LXSnapshotEngine in heronarts.lx.studio.ui.global
Constructors in heronarts.lx.studio.ui.global with parameters of type LXSnapshotEngine