abc4j API Specification

Uses of Class
abc.notation.NoteAbstract

Packages that use NoteAbstract
abc.midi This package contains all classes for midi use from abc format. 
abc.notation This package defines all classes related to tunes in abc notation. 
abc.parser This package contains classes for parsing tunes in abc notation. 
 

Uses of NoteAbstract in abc.midi
 

Methods in abc.midi with parameters of type NoteAbstract
 void TunePlayerListenerInterface.notePlayed(NoteAbstract note)
           
 void TunePlayerAdapter.notePlayed(NoteAbstract note)
           
 

Uses of NoteAbstract in abc.notation
 

Subclasses of NoteAbstract in abc.notation
 class MultiNote
          A multi note is a group of notes that should be played together.
 class Note
          This class defines a (single) Note : height, rhythm, part of tuplet, rest etc...
 

Methods in abc.notation that return NoteAbstract
 NoteAbstract TwoNotesLink.getEnd()
          Returns the end of the two notes link.
 NoteAbstract Tune.Music.getLastNote()
           
 NoteAbstract TwoNotesLink.getStart()
          Returns the start of the two notes link.
 

Methods in abc.notation with parameters of type NoteAbstract
 void Tune.Music.addElement(NoteAbstract note)
           
 void TwoNotesLink.setEnd(NoteAbstract end)
          Sets the end of the two notes link.
 void TwoNotesLink.setStart(NoteAbstract start)
          Sets the start of the two notes link.
 

Uses of NoteAbstract in abc.parser
 

Subclasses of NoteAbstract in abc.parser
 class PositionableMultiNote
          A multinote that encapsulates the information needed to locate where the abc information describing this multinote was positioned in the parsed stream.
 class PositionableNote
          A note that encapsulates the information needed to locate where the abc information describing this note was positioned in the parsed stream.
 


abc4j API Specification

Submit a bug or feature