Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
com.virtuosotechnologies.asaph.model.ChordAnnotation

Uses of ChordAnnotation in com.virtuosotechnologies.asaph.model
 

Methods in com.virtuosotechnologies.asaph.model that return ChordAnnotation
 ChordAnnotation SongLine.insertChordAnnotationBefore(SongLineMember before, ChordSet cs, com.virtuosotechnologies.asaph.model.notation.Chord primary, com.virtuosotechnologies.asaph.model.notation.Chord[] preceding, com.virtuosotechnologies.asaph.model.notation.Chord[] following, javax.swing.event.UndoableEditListener undoListener)
          Add a chord annotation at the given position.
 ChordAnnotation SongLine.insertChordAnnotationAfter(SongLineMember after, ChordSet cs, com.virtuosotechnologies.asaph.model.notation.Chord primary, com.virtuosotechnologies.asaph.model.notation.Chord[] preceding, com.virtuosotechnologies.asaph.model.notation.Chord[] following, javax.swing.event.UndoableEditListener undoListener)
          Add a chord annotation at the given position.