org.herac.tuxguitar.io.ptb.base
Class PTBar
java.lang.Object
org.herac.tuxguitar.io.ptb.base.PTBar
- All Implemented Interfaces:
- PTComponent
public class PTBar
- extends java.lang.Object
- implements PTComponent
Constructor Summary |
PTBar()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PTBar
public PTBar()
getDenominator
public int getDenominator()
setDenominator
public void setDenominator(int denominator)
getNumerator
public int getNumerator()
setNumerator
public void setNumerator(int numerator)
getRepeatClose
public int getRepeatClose()
setRepeatClose
public void setRepeatClose(int repeatClose)
isRepeatStart
public boolean isRepeatStart()
setRepeatStart
public void setRepeatStart(boolean repeatStart)
getClone
public PTComponent getClone()
- Specified by:
getClone
in interface PTComponent