org.herac.tuxguitar.io.ptb.base
Class PTNote
java.lang.Object
org.herac.tuxguitar.io.ptb.base.PTNote
public class PTNote
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PTNote
public PTNote()
getString
public int getString()
setString
public void setString(int string)
getValue
public int getValue()
setValue
public void setValue(int value)
isDead
public boolean isDead()
setDead
public void setDead(boolean dead)
isTied
public boolean isTied()
setTied
public void setTied(boolean tied)
getBend
public int getBend()
setBend
public void setBend(int bend)
isHammer
public boolean isHammer()
setHammer
public void setHammer(boolean hammer)
isSlide
public boolean isSlide()
setSlide
public void setSlide(boolean slide)
getClone
public PTNote getClone()