Uses of Enum Class
heronarts.lx.command.LXCommand.Clip.Event.SetCursors.Operation
Packages that use LXCommand.Clip.Event.SetCursors.Operation
-
Uses of LXCommand.Clip.Event.SetCursors.Operation in heronarts.lx.clip
Methods in heronarts.lx.clip with parameters of type LXCommand.Clip.Event.SetCursors.OperationModifier and TypeMethodDescriptionvoid
LXClipLane.setEventsCursors
(ArrayList<T> originalEvents, Cursor fromSelectionMin, Cursor fromSelectionMax, Cursor toSelectionMin, Cursor toSelectionMax, Map<T, Double> fromValues, Map<T, Cursor> fromCursors, Map<T, Cursor> toCursors, LXCommand.Clip.Event.SetCursors.Operation operation) Set the cursors for a set of events in a range. -
Uses of LXCommand.Clip.Event.SetCursors.Operation in heronarts.lx.command
Methods in heronarts.lx.command that return LXCommand.Clip.Event.SetCursors.OperationModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.LXCommand.Clip.Event.SetCursors.Operation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in heronarts.lx.command with parameters of type LXCommand.Clip.Event.SetCursors.OperationModifier and TypeMethodDescriptionLXCommand.Clip.Event.SetCursors.update
(Cursor selectionMin, Cursor selectionMax, LXCommand.Clip.Event.SetCursors.Operation operation)