org.herac.tuxguitar.song.factory
Class TGFactory
java.lang.Object
org.herac.tuxguitar.song.factory.TGFactory
- Direct Known Subclasses:
- TGFactoryImpl
public class TGFactory
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TGFactory
public TGFactory()
newSong
public TGSong newSong()
newLyric
public TGLyric newLyric()
newMarker
public TGMarker newMarker()
newChord
public TGChord newChord(int length)
newScale
public TGScale newScale()
newColor
public TGColor newColor()
newTupleto
public TGTupleto newTupleto()
newDuration
public TGDuration newDuration()
newTimeSignature
public TGTimeSignature newTimeSignature()
newTempo
public TGTempo newTempo()
newChannel
public TGChannel newChannel()
newTrack
public TGTrack newTrack()
newHeader
public TGMeasureHeader newHeader()
newMeasure
public TGMeasure newMeasure(TGMeasureHeader header)
newBeat
public TGBeat newBeat()
newVoice
public TGVoice newVoice(int index)
newNote
public TGNote newNote()
newString
public TGString newString()
newStroke
public TGStroke newStroke()
newText
public TGText newText()
newEffect
public TGNoteEffect newEffect()
newEffectBend
public TGEffectBend newEffectBend()
newEffectTremoloBar
public TGEffectTremoloBar newEffectTremoloBar()
newEffectGrace
public TGEffectGrace newEffectGrace()
newEffectHarmonic
public TGEffectHarmonic newEffectHarmonic()
newEffectTrill
public TGEffectTrill newEffectTrill()
newEffectTremoloPicking
public TGEffectTremoloPicking newEffectTremoloPicking()