Uses of Class
org.jjazz.chordleadsheet.api.item.ChordLeadSheetItem.DefaultComparableItem
Packages that use ChordLeadSheetItem.DefaultComparableItem
-
Uses of ChordLeadSheetItem.DefaultComparableItem in org.jjazz.chordleadsheet.api.item
Methods in org.jjazz.chordleadsheet.api.item that return ChordLeadSheetItem.DefaultComparableItemModifier and TypeMethodDescriptionChordLeadSheetItem.createItemFrom
(int bar) Create an item at the beginning of the specified bar for comparison purposes.ChordLeadSheetItem.createItemFrom
(Position pos, boolean inclusive) Create an item right before the specified position for comparison purposes.ChordLeadSheetItem.createItemTo
(int bar) Create an item at the end of the specified bar for comparison purposes.ChordLeadSheetItem.createItemTo
(Position pos, boolean inclusive) Create an item right after the specified position for comparison purposes.