public class NoteDiff extends AbstractDiffElement implements ITrackSource
Constructor and Description |
---|
NoteDiff(int initialSourceTrack,
Note sourceNote,
Note destinationNote) |
Modifier and Type | Method and Description |
---|---|
Note |
getDestinationNote() |
java.lang.String |
getLabel() |
Note |
getSourceNote() |
int |
getSourceTrack() |
public java.lang.String getLabel()
getLabel
in class AbstractDiffElement
public int getSourceTrack()
getSourceTrack
in interface ITrackSource
public Note getSourceNote()
public Note getDestinationNote()