org.herac.tuxguitar.io.ptb.base
Class PTSymbol

java.lang.Object
  extended by org.herac.tuxguitar.io.ptb.base.PTSymbol
All Implemented Interfaces:
PTComponent

public class PTSymbol
extends java.lang.Object
implements PTComponent


Constructor Summary
PTSymbol()
           
 
Method Summary
 PTComponent getClone()
           
 int getEndNumber()
           
 void setEndNumber(int endNumber)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PTSymbol

public PTSymbol()
Method Detail

getEndNumber

public int getEndNumber()

setEndNumber

public void setEndNumber(int endNumber)

getClone

public PTComponent getClone()
Specified by:
getClone in interface PTComponent