|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.herac.tuxguitar.song.helpers.TGSongSegmentHelper
public class TGSongSegmentHelper
| 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 |
|---|
public TGSongSegmentHelper(TGSongManager sm)
| Method Detail |
|---|
public TGSongSegment copyMeasures(int m1,
int m2)
public TGSongSegment copyMeasures(int m1,
int m2,
TGTrack track)
public void insertMeasures(TGSongSegment segment,
int fromNumber,
long move,
int track)
public void insertMeasures(TGTrack track,
java.util.List measures)
public void replaceMeasures(TGSongSegment segment,
long move,
int track)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||