org.herac.tuxguitar.io.pt

Class PTBInputStream.TrackInfo

protected class PTBInputStream.TrackInfo extends Object

Constructor Summary
TrackInfo()
Method Summary
SongChannelgetChannel()
StringgetName()
ListgetStrings()
intgetTrackInfoNumber()
intgetType()
voidsetChannel(SongChannel channel)
voidsetName(String name)
voidsetStrings(List strings)
voidsetTrackInfoNumber(int trackInfoNumber)
voidsetType(int type)

Constructor Detail

TrackInfo

public TrackInfo()

Method Detail

getChannel

public SongChannel getChannel()

getName

public String getName()

getStrings

public List getStrings()

getTrackInfoNumber

public int getTrackInfoNumber()

getType

public int getType()

setChannel

public void setChannel(SongChannel channel)

setName

public void setName(String name)

setStrings

public void setStrings(List strings)

setTrackInfoNumber

public void setTrackInfoNumber(int trackInfoNumber)

setType

public void setType(int type)