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 TypeClassDescriptionclassclassstatic classstatic classstatic classstatic classclassFields in heronarts.lx.clip declared as LXClipLaneFields in heronarts.lx.clip with type parameters of type LXClipLaneModifier and TypeFieldDescriptionfinal List<LXClipLane<?>> LXClip.lanesprotected final List<LXClipLane<?>> LXClip.mutableLanesMethods in heronarts.lx.clip that return LXClipLaneModifier and TypeMethodDescriptionLXClipLane.insertEvent(T event) LXClipLane<?> LXChannelClip.loadLane(LX lx, JsonObject laneObj, int index) LXClipLane<?> LXClip.loadLane(LX lx, JsonObject laneObj, int index) LXClipLane<?> LXClip.moveLane(LX lx, JsonObject laneObj, int index, String fromPath, String toPath) 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 that return types with arguments of type LXClipLaneModifier and TypeMethodDescriptionList<LXClipLane<?>> LXClip.findClipLanes(LXComponent component) Methods in heronarts.lx.clip with parameters of type LXClipLaneModifier and TypeMethodDescriptiondefault voidLXClip.Listener.clipLaneMoved(LXClip clip, LXClipLane<?> lane, int index) LXClip.moveClipLane(LXClipLane<?> lane, int index) LXClip.removeClipLane(LXClipLane<?> lane) -
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) RemoveClipLane(LXClipLane<?> parameterLane) 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)