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

java.lang.Object
  extended by org.herac.tuxguitar.io.ptb.base.PTPosition

public class PTPosition
extends java.lang.Object


Constructor Summary
PTPosition(int position)
           
 
Method Summary
 void addComponent(PTComponent component)
           
 java.util.List getComponents()
           
 int getPosition()
           
 void sort()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PTPosition

public PTPosition(int position)
Method Detail

getPosition

public int getPosition()

getComponents

public java.util.List getComponents()

addComponent

public void addComponent(PTComponent component)

sort

public void sort()