org.herac.tuxguitar.song.helpers
Class TGSongSegmentHelper

java.lang.Object
  extended by org.herac.tuxguitar.song.helpers.TGSongSegmentHelper

public class TGSongSegmentHelper
extends java.lang.Object


Constructor Summary
TGSongSegmentHelper(TGSongManager sm)
           
 
Method Summary
 TGSongSegment copyMeasures(int m1, int m2)
           
 TGSongSegment copyMeasures(int m1, int m2, TGTrack track)
           
 void insertMeasures(TGSongSegment segment, int fromNumber, long move, int track)
           
 void insertMeasures(TGTrack track, java.util.List measures)
           
 void replaceMeasures(TGSongSegment segment, long move, int track)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TGSongSegmentHelper

public TGSongSegmentHelper(TGSongManager sm)
Method Detail

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)