Uses of Class
heronarts.lx.clip.LXClipLane
Packages that use LXClipLane
-
Uses of LXClipLane in heronarts.lx.clip
Subclasses of LXClipLane in heronarts.lx.clipModifier and TypeClassDescriptionclass
class
static class
static class
static class
static class
class
Fields in heronarts.lx.clip declared as LXClipLaneFields in heronarts.lx.clip with type parameters of type LXClipLaneModifier and TypeFieldDescriptionfinal List
<LXClipLane<?>> LXClip.lanes
protected final List
<LXClipLane<?>> LXClip.mutableLanes
Methods in heronarts.lx.clip that return LXClipLaneModifier and TypeMethodDescriptionLXClipLane.insertEvent
(T event) protected final LXClipLane
<T> LXClipLane.recordEvent
(T event) LXClipLane.removeEvent
(T event) Remove the given event from this clip laneLXClipLane.removeEvents
(List<Integer> eventIndices) Remove events at the given indices, which must be sorted ascendingMethods in heronarts.lx.clip with parameters of type LXClipLaneModifier and TypeMethodDescriptiondefault void
LXClip.Listener.clipLaneMoved
(LXClip clip, LXClipLane<?> lane, int index) LXClip.moveClipLane
(LXClipLane<?> lane, int index) -
Uses of LXClipLane in heronarts.lx.command
Constructors in heronarts.lx.command with parameters of type LXClipLaneModifierConstructorDescriptionMoveLane
(LXClipLane<?> lane, int index) Remove
(LXClipLane<T> clipLane, LXClipEvent<T> clipEvent) RemoveRange
(LXClipLane<?> clipLane, Cursor from, Cursor to) SetCursors
(LXClipLane<T> clipLane, Cursor fromSelectionMin, Cursor fromSelectionMax, Map<T, Double> fromValues, Map<T, Cursor> fromCursors, Map<T, Cursor> toCursors) SetCursors
(LXClipLane<T> clipLane, Cursor fromSelectionMin, Cursor fromSelectionMax, Map<T, Double> fromValues, Map<T, Cursor> fromCursors, Map<T, Cursor> toCursors, Runnable undoHook) -
Uses of LXClipLane in heronarts.lx.studio.ui.clip
Classes in heronarts.lx.studio.ui.clip with type parameters of type LXClipLaneFields in heronarts.lx.studio.ui.clip declared as LXClipLaneMethods in heronarts.lx.studio.ui.clip with parameters of type LXClipLaneModifier and TypeMethodDescriptionstatic UIClipEnvelope
<?> UIClipEnvelope.create
(UI ui, UIClipEditor clipEditor, LXClipLane<?> lane)