org.herac.tuxguitar.song.models

Class NoteEffect

public class NoteEffect extends Object

Constructor Summary
NoteEffect()
Method Summary
Objectclone()
BendEffectgetBend()
GraceEffectgetGrace()
HarmonicEffectgetHarmonic()
TremoloBarEffectgetTremoloBar()
TremoloPickingEffectgetTremoloPicking()
TrillEffectgetTrill()
booleanhasAnyEffect()
booleanisAccentuatedNote()
booleanisBend()
booleanisDeadNote()
booleanisFadeIn()
booleanisGhostNote()
booleanisGrace()
booleanisHammer()
booleanisHarmonic()
booleanisHeavyAccentuatedNote()
booleanisPalmMute()
booleanisPopping()
booleanisSlapping()
booleanisSlide()
booleanisStaccato()
booleanisTapping()
booleanisTremoloBar()
booleanisTremoloPicking()
booleanisTrill()
booleanisVibrato()
voidsetAccentuatedNote(boolean accentuatedNote)
voidsetBend(BendEffect bend)
voidsetDeadNote(boolean deadNote)
voidsetFadeIn(boolean fadeIn)
voidsetGhostNote(boolean ghostNote)
voidsetGrace(GraceEffect grace)
voidsetHammer(boolean hammer)
voidsetHarmonic(HarmonicEffect harmonic)
voidsetHeavyAccentuatedNote(boolean heavyAccentuatedNote)
voidsetPalmMute(boolean palmMute)
voidsetPopping(boolean popping)
voidsetSlapping(boolean slapping)
voidsetSlide(boolean slide)
voidsetStaccato(boolean staccato)
voidsetTapping(boolean tapping)
voidsetTremoloBar(TremoloBarEffect tremoloBar)
voidsetTremoloPicking(TremoloPickingEffect tremoloPicking)
voidsetTrill(TrillEffect trill)
voidsetVibrato(boolean vibrato)

Constructor Detail

NoteEffect

public NoteEffect()

Method Detail

clone

public Object clone()

getBend

public BendEffect getBend()

getGrace

public GraceEffect getGrace()

getHarmonic

public HarmonicEffect getHarmonic()

getTremoloBar

public TremoloBarEffect getTremoloBar()

getTremoloPicking

public TremoloPickingEffect getTremoloPicking()

getTrill

public TrillEffect getTrill()

hasAnyEffect

public boolean hasAnyEffect()

isAccentuatedNote

public boolean isAccentuatedNote()

isBend

public boolean isBend()

isDeadNote

public boolean isDeadNote()

isFadeIn

public boolean isFadeIn()

isGhostNote

public boolean isGhostNote()

isGrace

public boolean isGrace()

isHammer

public boolean isHammer()

isHarmonic

public boolean isHarmonic()

isHeavyAccentuatedNote

public boolean isHeavyAccentuatedNote()

isPalmMute

public boolean isPalmMute()

isPopping

public boolean isPopping()

isSlapping

public boolean isSlapping()

isSlide

public boolean isSlide()

isStaccato

public boolean isStaccato()

isTapping

public boolean isTapping()

isTremoloBar

public boolean isTremoloBar()

isTremoloPicking

public boolean isTremoloPicking()

isTrill

public boolean isTrill()

isVibrato

public boolean isVibrato()

setAccentuatedNote

public void setAccentuatedNote(boolean accentuatedNote)

setBend

public void setBend(BendEffect bend)

setDeadNote

public void setDeadNote(boolean deadNote)

setFadeIn

public void setFadeIn(boolean fadeIn)

setGhostNote

public void setGhostNote(boolean ghostNote)

setGrace

public void setGrace(GraceEffect grace)

setHammer

public void setHammer(boolean hammer)

setHarmonic

public void setHarmonic(HarmonicEffect harmonic)

setHeavyAccentuatedNote

public void setHeavyAccentuatedNote(boolean heavyAccentuatedNote)

setPalmMute

public void setPalmMute(boolean palmMute)

setPopping

public void setPopping(boolean popping)

setSlapping

public void setSlapping(boolean slapping)

setSlide

public void setSlide(boolean slide)

setStaccato

public void setStaccato(boolean staccato)

setTapping

public void setTapping(boolean tapping)

setTremoloBar

public void setTremoloBar(TremoloBarEffect tremoloBar)

setTremoloPicking

public void setTremoloPicking(TremoloPickingEffect tremoloPicking)

setTrill

public void setTrill(TrillEffect trill)

setVibrato

public void setVibrato(boolean vibrato)