Uses of Class
org.jjazz.pianoroll.api.NoteView
Packages that use NoteView
-
Uses of NoteView in org.jjazz.pianoroll.api
Methods in org.jjazz.pianoroll.api that return NoteViewModifier and TypeMethodDescriptionPianoRollEditor.getNoteView(NoteEvent ne) Get the NoteView associated to the specified NoteEvent.Methods in org.jjazz.pianoroll.api that return types with arguments of type NoteViewModifier and TypeMethodDescriptionPianoRollEditor.getNoteViews()Get all the NoteViews sorted by NoteEvent natural order.PianoRollEditor.getSelectedNoteViews()Get the currently selected NoteViews sorted by NoteEvent natural order.Method parameters in org.jjazz.pianoroll.api with type arguments of type NoteViewModifier and TypeMethodDescriptionvoidEditTool.editMultipleNotes(List<NoteView> noteViews) Perform the edit on multiple notes (if operation is supported, see isEditMultipleNotesSupported()).NoteView.getNotes(Collection<NoteView> noteViews) Get a list of notes from a collection of NoteViews.