org.herac.tuxguitar.io.ptb.base
Class PTTrack

java.lang.Object
  extended by org.herac.tuxguitar.io.ptb.base.PTTrack

public class PTTrack
extends java.lang.Object


Constructor Summary
PTTrack()
           
 
Method Summary
 PTTrackInfo getDefaultInfo()
           
 PTTrackInfo getInfo(int number)
           
 java.util.List getInfos()
           
 PTSection getSection(int index)
           
 java.util.List getSections()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PTTrack

public PTTrack()
Method Detail

getInfos

public java.util.List getInfos()

getSections

public java.util.List getSections()

getSection

public PTSection getSection(int index)

getInfo

public PTTrackInfo getInfo(int number)

getDefaultInfo

public PTTrackInfo getDefaultInfo()