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

Quick Search    Search Deep

Uses of Class
com.virtuosotechnologies.asaph.notationmanager.StandardNote

Uses of StandardNote in com.virtuosotechnologies.asaph.notationmanager
 

Fields in com.virtuosotechnologies.asaph.notationmanager declared as StandardNote
private  StandardNote StandardNotationFactory.defaultNote_
           
private  StandardNote[] StandardNotationFactory.guiBaseNotes_
           
private  StandardNote[] StandardNotationFactory.parseBaseNotes_
           
private  StandardNote StandardChord.mainNote_
           
private  StandardNote StandardChord.bassNote_
           
 

Methods in com.virtuosotechnologies.asaph.notationmanager that return StandardNote
(package private)  StandardNote StandardNotationFactory.rawCreateNote(int letterValue, int basePitchValue, int modifierValue, boolean isCaps)
           
(package private)  StandardNote StandardNotationFactory.parseNoteFromScanner(StringScanner str)
           
(package private)  StandardNote StandardNotationFactory.addIntervalToNote(int letterValue, int pitchValue, boolean isCaps, int letterDiff, int pitchDiff)
           
 

Methods in com.virtuosotechnologies.asaph.notationmanager with parameters of type StandardNote
(package private)  java.lang.String StandardNotationFactory.getStringForChord(StandardNote mainNote, java.lang.String mainType, StandardNote bassNote, java.lang.String bassType)
           
 

Constructors in com.virtuosotechnologies.asaph.notationmanager with parameters of type StandardNote
StandardChord(StandardNotationFactory factory, StandardNote mainNote, java.lang.String mainType, StandardNote bassNote, java.lang.String bassType)