All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.nosuch.midi.MidiPhraseEnumeration

java.lang.Object
   |
   +----com.nosuch.midi.MidiPhraseEnumeration

public class MidiPhraseEnumeration
extends Object
implements Enumeration

Constructor Index

 o MidiPhraseEnumeration(MidiPhrase)
Create a new enumerator on the specified MidiPhrase

Method Index

 o hasMoreElements()
Return true if the phrase has more elements to be traversed
 o nextElement()
Return the next element in the phrase

Constructors

 o MidiPhraseEnumeration
 public MidiPhraseEnumeration(MidiPhrase p)
Create a new enumerator on the specified MidiPhrase

Parameters:
p - MidiPhrase to traverse.

Methods

 o hasMoreElements
 public boolean hasMoreElements()
Return true if the phrase has more elements to be traversed

 o nextElement
 public Object nextElement()
Return the next element in the phrase


All Packages  Class Hierarchy  This Package  Previous  Next  Index