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 AbstractDiffElementpublic int getSourceTrack()
getSourceTrack in interface ITrackSourcepublic Note getSourceNote()
public Note getDestinationNote()