Uses of Class
heronarts.lx.snapshot.LXSnapshot
Packages that use LXSnapshot
Package
Description
-
Uses of LXSnapshot in heronarts.lx.command
Constructors in heronarts.lx.command with parameters of type LXSnapshot -
Uses of LXSnapshot in heronarts.lx.snapshot
Subclasses of LXSnapshot in heronarts.lx.snapshotModifier and TypeClassDescriptionclassclassA snapshot holds a memory of the state of the program at a point in time.Methods in heronarts.lx.snapshot that return LXSnapshotModifier and TypeMethodDescriptionLXSnapshot.View.getSnapshot()Returns the snapshot that this view belongs toMethods in heronarts.lx.snapshot with parameters of type LXSnapshotModifier and TypeMethodDescriptionvoidLXSnapshot.Listener.snapshotDisposed(LXSnapshot snapshot) voidLXSnapshot.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 in heronarts.lx.studio
Methods in heronarts.lx.studio with parameters of type LXSnapshotModifier and TypeMethodDescriptionLXStudio.UI.showSnapshotOverlay(LXSnapshot snapshot, UIObject position, float x, float y) -
Uses of LXSnapshot in heronarts.lx.studio.ui.snapshot
Methods in heronarts.lx.studio.ui.snapshot with parameters of type LXSnapshotModifier and TypeMethodDescriptionvoidUISnapshotViewer.setSnapshot(LXSnapshot snapshot) voidUISnapshotViewer.snapshotDisposed(LXSnapshot snapshot) voidUISnapshotViewer.viewAdded(LXSnapshot snapshot, LXSnapshot.View view) voidUISnapshotViewer.viewRemoved(LXSnapshot snapshot, LXSnapshot.View view) voidUISnapshotViewer.viewUpdated(LXSnapshot snapshot, LXSnapshot.View view)