org.herac.tuxguitar.io.abc.base
Class ABCComponent

java.lang.Object
  extended byorg.herac.tuxguitar.io.abc.base.ABCComponent
Direct Known Subclasses:
ABCComponentChord, ABCComponentNote

public abstract class ABCComponent
extends java.lang.Object


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

Constructor Detail

ABCComponent

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

getPosition

public int getPosition()

getMeasure

public int getMeasure()

getString

public int getString()