|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.herac.tuxguitar.song.factory.TGFactory
org.herac.tuxguitar.gui.editors.tab.TGFactoryImpl
public class TGFactoryImpl
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 |
---|
public TGFactoryImpl()
Method Detail |
---|
public TGMeasureHeader newHeader()
newHeader
in class TGFactory
public TGTrack newTrack()
newTrack
in class TGFactory
public TGMeasure newMeasure(TGMeasureHeader header)
newMeasure
in class TGFactory
public TGNote newNote()
newNote
in class TGFactory
public TGBeat newBeat()
newBeat
in class TGFactory
public TGLyric newLyric()
newLyric
in class TGFactory
public TGChord newChord(int length)
newChord
in class TGFactory
public TGText newText()
newText
in class TGFactory
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |