org.herac.tuxguitar.gui.editors.tab
Class TGFactoryImpl

java.lang.Object
  extended by org.herac.tuxguitar.song.factory.TGFactory
      extended by org.herac.tuxguitar.gui.editors.tab.TGFactoryImpl

public class TGFactoryImpl
extends TGFactory


Constructor Summary
TGFactoryImpl()
           
 
Method Summary
 TGBeat newBeat()
           
 TGChord newChord(int length)
           
 TGMeasureHeader newHeader()
           
 TGLyric newLyric()
           
 TGMeasure newMeasure(TGMeasureHeader header)
           
 TGNote newNote()
           
 TGText newText()
           
 TGTrack newTrack()
           
 
Methods inherited from class org.herac.tuxguitar.song.factory.TGFactory
newChannel, newColor, newDuration, newEffect, newEffectBend, newEffectGrace, newEffectHarmonic, newEffectTremoloBar, newEffectTremoloPicking, newEffectTrill, newMarker, newScale, newSong, newString, newTempo, newTimeSignature, newTupleto
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TGFactoryImpl

public TGFactoryImpl()
Method Detail

newHeader

public TGMeasureHeader newHeader()
Overrides:
newHeader in class TGFactory

newTrack

public TGTrack newTrack()
Overrides:
newTrack in class TGFactory

newMeasure

public TGMeasure newMeasure(TGMeasureHeader header)
Overrides:
newMeasure in class TGFactory

newNote

public TGNote newNote()
Overrides:
newNote in class TGFactory

newBeat

public TGBeat newBeat()
Overrides:
newBeat in class TGFactory

newLyric

public TGLyric newLyric()
Overrides:
newLyric in class TGFactory

newChord

public TGChord newChord(int length)
Overrides:
newChord in class TGFactory

newText

public TGText newText()
Overrides:
newText in class TGFactory