org.herac.tuxguitar.song.helpers
Class TGSongSegment

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

public class TGSongSegment
extends java.lang.Object


Constructor Summary
TGSongSegment()
           
 
Method Summary
 void addTrack(int track, java.util.List measures)
           
 TGSongSegment clone(TGFactory factory)
           
 java.util.List getHeaders()
           
 java.util.List getTracks()
           
 boolean isEmpty()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TGSongSegment

public TGSongSegment()
Method Detail

getHeaders

public java.util.List getHeaders()

getTracks

public java.util.List getTracks()

addTrack

public void addTrack(int track,
                     java.util.List measures)

isEmpty

public boolean isEmpty()

clone

public TGSongSegment clone(TGFactory factory)