Uses of Class
heronarts.lx.snapshot.LXSnapshot.View
Packages that use LXSnapshot.View
-
Uses of LXSnapshot.View in heronarts.lx.command
Constructors in heronarts.lx.command with parameters of type LXSnapshot.ViewModifierConstructorDescriptionRemoveView(LXSnapshot.View view) UpdatePatternView(LXSnapshot.View view, int patternIndex) Constructor parameters in heronarts.lx.command with type arguments of type LXSnapshot.View -
Uses of LXSnapshot.View in heronarts.lx.snapshot
Subclasses of LXSnapshot.View in heronarts.lx.snapshotModifier and TypeClassDescriptionfinal classView for which pattern is active on a channelfinal classfinal classClass for the recall of a simple parameter valuefinal classView for which pattern is active on a rack.Fields in heronarts.lx.snapshot with type parameters of type LXSnapshot.ViewModifier and TypeFieldDescriptionfinal List<LXSnapshot.View> LXSnapshot.viewsPublic immutable list of all the views this snapshot comtains.Methods in heronarts.lx.snapshot that return LXSnapshot.ViewModifier and TypeMethodDescriptionLXSnapshot.addView(JsonObject viewObj) Adds a view to this snapshot from prior saved stateGet a view by its scoped path in this snapshotLXSnapshot.moveView(JsonObject viewObj, String fromPath, String toPath, PatternRack rack) Methods in heronarts.lx.snapshot that return types with arguments of type LXSnapshot.ViewModifier and TypeMethodDescriptionLXSnapshotEngine.findSnapshotParameterViews(LXParameter parameter) LXSnapshotEngine.findSnapshotViews(LXComponent component) Find all snapshot views that involve the selected component.Methods in heronarts.lx.snapshot with parameters of type LXSnapshot.ViewModifier and TypeMethodDescriptionvoidLXSnapshot.addView(LXSnapshot.View view) Add a view to this snapshotvoidLXSnapshot.removeView(LXSnapshot.View view) Remove a view from this snapshotvoidLXSnapshot.Listener.viewAdded(LXSnapshot snapshot, LXSnapshot.View view) voidLXSnapshot.Listener.viewRemoved(LXSnapshot snapshot, LXSnapshot.View view) voidLXSnapshot.Listener.viewUpdated(LXSnapshot snapshot, LXSnapshot.View view) -
Uses of LXSnapshot.View in heronarts.lx.studio.ui.snapshot
Methods in heronarts.lx.studio.ui.snapshot with parameters of type LXSnapshot.ViewModifier and TypeMethodDescriptionvoidUISnapshotViewer.viewAdded(LXSnapshot snapshot, LXSnapshot.View view) voidUISnapshotViewer.viewRemoved(LXSnapshot snapshot, LXSnapshot.View view) voidUISnapshotViewer.viewUpdated(LXSnapshot snapshot, LXSnapshot.View view)