com.frinika.sequencer.model.timesignature
Interface TimeSignatureList.QStepIterator

All Known Implementing Classes:
TimeSignatureList.QStepIteratorBar
Enclosing class:
TimeSignatureList

public static interface TimeSignatureList.QStepIterator

Interface for an iterator

Author:
pjl

Method Summary
 int getBar()
           
 double getBeat()
           
 boolean hasNext()
           
 boolean isBar()
           
 void next()
           
 

Method Detail

hasNext

boolean hasNext()

next

void next()

getBeat

double getBeat()
Returns:
absolute number of beats

isBar

boolean isBar()
Returns:
true if we are at a bar line

getBar

int getBar()
Returns:
bar which beat belongs