org.herac.tuxguitar.song.helpers
Class TGSongSegmentHelper
java.lang.Object
org.herac.tuxguitar.song.helpers.TGSongSegmentHelper
public class TGSongSegmentHelper
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TGSongSegmentHelper
public TGSongSegmentHelper(TGSongManager sm)
copyMeasures
public TGSongSegment copyMeasures(int m1,
int m2)
copyMeasures
public TGSongSegment copyMeasures(int m1,
int m2,
TGTrack track)
insertMeasures
public void insertMeasures(TGSongSegment segment,
int fromNumber,
long move,
int track)
insertMeasures
public void insertMeasures(TGTrack track,
java.util.List measures)
replaceMeasures
public void replaceMeasures(TGSongSegment segment,
long move,
int track)