|
|||||||||
| 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()
|
TGVoice |
newVoice(int index)
|
| Methods inherited from class org.herac.tuxguitar.song.factory.TGFactory |
|---|
newChannel, newColor, newDuration, newEffect, newEffectBend, newEffectGrace, newEffectHarmonic, newEffectTremoloBar, newEffectTremoloPicking, newEffectTrill, newMarker, newScale, newSong, newString, newStroke, 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 TGFactorypublic TGTrack newTrack()
newTrack in class TGFactorypublic TGMeasure newMeasure(TGMeasureHeader header)
newMeasure in class TGFactorypublic TGNote newNote()
newNote in class TGFactorypublic TGBeat newBeat()
newBeat in class TGFactorypublic TGVoice newVoice(int index)
newVoice in class TGFactorypublic TGLyric newLyric()
newLyric in class TGFactorypublic TGChord newChord(int length)
newChord in class TGFactorypublic TGText newText()
newText in class TGFactory
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||