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

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

public class PTGuitarIn
extends java.lang.Object
implements PTComponent


Constructor Summary
PTGuitarIn(int staff, int trackInfo)
           
 
Method Summary
 PTComponent getClone()
           
 int getStaff()
           
 int getTrackInfo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PTGuitarIn

public PTGuitarIn(int staff,
                  int trackInfo)
Method Detail

getStaff

public int getStaff()

getTrackInfo

public int getTrackInfo()

getClone

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