org.herac.tuxguitar.song.models

Class NoteEffect


public class NoteEffect
extends java.lang.Object

Constructor Summary

NoteEffect()

Method Summary

Object
clone()
BendEffect
getBend()
GraceEffect
getGrace()
HarmonicEffect
getHarmonic()
TremoloBarEffect
getTremoloBar()
TremoloPickingEffect
getTremoloPicking()
TrillEffect
getTrill()
boolean
hasAnyEffect()
boolean
isAccentuatedNote()
boolean
isBend()
boolean
isDeadNote()
boolean
isFadeIn()
boolean
isGhostNote()
boolean
isGrace()
boolean
isHammer()
boolean
isHarmonic()
boolean
isHeavyAccentuatedNote()
boolean
isPalmMute()
boolean
isPopping()
boolean
isSlapping()
boolean
isSlide()
boolean
isStaccato()
boolean
isTapping()
boolean
isTremoloBar()
boolean
isTremoloPicking()
boolean
isTrill()
boolean
isVibrato()
void
setAccentuatedNote(boolean accentuatedNote)
void
setBend(BendEffect bend)
void
setDeadNote(boolean deadNote)
void
setFadeIn(boolean fadeIn)
void
setGhostNote(boolean ghostNote)
void
setGrace(GraceEffect grace)
void
setHammer(boolean hammer)
void
setHarmonic(HarmonicEffect harmonic)
void
setHeavyAccentuatedNote(boolean heavyAccentuatedNote)
void
setPalmMute(boolean palmMute)
void
setPopping(boolean popping)
void
setSlapping(boolean slapping)
void
setSlide(boolean slide)
void
setStaccato(boolean staccato)
void
setTapping(boolean tapping)
void
setTremoloBar(TremoloBarEffect tremoloBar)
void
setTremoloPicking(TremoloPickingEffect tremoloPicking)
void
setTrill(TrillEffect trill)
void
setVibrato(boolean vibrato)

Constructor Details

NoteEffect

public NoteEffect()

Method Details

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)