org.herac.tuxguitar.io.tef.base
Class TEComponent

java.lang.Object
  extended by org.herac.tuxguitar.io.tef.base.TEComponent
Direct Known Subclasses:
TEComponentChord, TEComponentNote

public abstract class TEComponent
extends java.lang.Object


Constructor Summary
TEComponent(int position, int measure, int string)
           
 
Method Summary
 int getMeasure()
           
 int getPosition()
           
 int getString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TEComponent

public TEComponent(int position,
                   int measure,
                   int string)
Method Detail

getPosition

public int getPosition()

getMeasure

public int getMeasure()

getString

public int getString()