org.herac.tuxguitar.io.pt
Class PTBInputStream.BarHelper

java.lang.Object
  extended by org.herac.tuxguitar.io.pt.PTBInputStream.BarHelper
Enclosing class:
PTBInputStream

protected class PTBInputStream.BarHelper
extends java.lang.Object


Constructor Summary
PTBInputStream.BarHelper(int position)
           
 
Method Summary
 int getNumberOfRepetitions()
           
 int getPosition()
           
 TimeSignature getTimeSignature()
           
 boolean isRepeatStart()
           
 void setNumberOfRepetitions(int numberOfRepetitions)
           
 void setRepeatStart(boolean repeatStart)
           
 void setTimeSignature(TimeSignature timeSignature)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PTBInputStream.BarHelper

public PTBInputStream.BarHelper(int position)
Method Detail

getPosition

public int getPosition()

getTimeSignature

public TimeSignature getTimeSignature()

setTimeSignature

public void setTimeSignature(TimeSignature timeSignature)

getNumberOfRepetitions

public int getNumberOfRepetitions()

setNumberOfRepetitions

public void setNumberOfRepetitions(int numberOfRepetitions)

isRepeatStart

public boolean isRepeatStart()

setRepeatStart

public void setRepeatStart(boolean repeatStart)