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

Quick Search    Search Deep
C G I N P U

C

Chord - interface com.virtuosotechnologies.asaph.model.notation.Chord.
An object that represents a single chord.
com.virtuosotechnologies.asaph.model.notation - package com.virtuosotechnologies.asaph.model.notation
 

G

generateLongString() - Method in interface com.virtuosotechnologies.asaph.model.notation.Interval
Generate the long string representation
generateLongString() - Method in interface com.virtuosotechnologies.asaph.model.notation.NoteModifier
Generate the long string representation
generateString() - Method in interface com.virtuosotechnologies.asaph.model.notation.Chord
Generate the string
generateString() - Method in interface com.virtuosotechnologies.asaph.model.notation.Interval
Generate the short string representation
generateString() - Method in interface com.virtuosotechnologies.asaph.model.notation.Note
Generate the string representation
generateString() - Method in interface com.virtuosotechnologies.asaph.model.notation.NoteModifier
Generate the short (symbolic) string representation
getBaseNote() - Method in interface com.virtuosotechnologies.asaph.model.notation.Note
Get the base of this note (that is, the note with the default modifier).
getBaseNotes() - Method in interface com.virtuosotechnologies.asaph.model.notation.NotationFactory
Get an array of the base notes-- that is, with a default modifier (usually natural).
getBass() - Method in interface com.virtuosotechnologies.asaph.model.notation.Chord
Get the bass Note.
getBassType() - Method in interface com.virtuosotechnologies.asaph.model.notation.Chord
Get the bass type string.
getCommonIntervals() - Method in interface com.virtuosotechnologies.asaph.model.notation.NotationFactory
Get an array of the common intervals.
getCommonModifiersForNote(Note) - Method in interface com.virtuosotechnologies.asaph.model.notation.NotationFactory
Get an array of common modifiers for the given base note.
getDefaultNote() - Method in interface com.virtuosotechnologies.asaph.model.notation.NotationFactory
Construct a default Note
getDefaultNoteModifierFor(Note) - Method in interface com.virtuosotechnologies.asaph.model.notation.NotationFactory
Get the default NoteModifier (typically natural) for the given note.
getEmptyChord() - Method in interface com.virtuosotechnologies.asaph.model.notation.NotationFactory
Construct an empty Chord
getIntervalTo(Note) - Method in interface com.virtuosotechnologies.asaph.model.notation.Note
Create an interval from this note to the given note
getLowered(Interval) - Method in interface com.virtuosotechnologies.asaph.model.notation.Chord
Lower by an interval
getLowered(Interval) - Method in interface com.virtuosotechnologies.asaph.model.notation.Note
Create a note lowered by an interval
getNegated() - Method in interface com.virtuosotechnologies.asaph.model.notation.Interval
Get the negation of the interval
getNotationFactory() - Method in interface com.virtuosotechnologies.asaph.model.notation.Chord
Get the NotationFactory that created this object
getNotationFactory() - Method in interface com.virtuosotechnologies.asaph.model.notation.Interval
Get the NotationFactory that created this object
getNotationFactory() - Method in interface com.virtuosotechnologies.asaph.model.notation.Note
Get the NotationFactory that created this object
getNotationFactory() - Method in interface com.virtuosotechnologies.asaph.model.notation.NoteModifier
Get the NotationFactory that created this object
getNote() - Method in interface com.virtuosotechnologies.asaph.model.notation.Chord
Get the primary Note
getNoteModifier() - Method in interface com.virtuosotechnologies.asaph.model.notation.Note
Get the modifier of this note
getNoteWithModifier(NoteModifier) - Method in interface com.virtuosotechnologies.asaph.model.notation.Note
Create a Note whose base is the same as this one, but with the given modifier.
getRaised(Interval) - Method in interface com.virtuosotechnologies.asaph.model.notation.Chord
Raise by an interval
getRaised(Interval) - Method in interface com.virtuosotechnologies.asaph.model.notation.Note
Create a note raised by an interval
getType() - Method in interface com.virtuosotechnologies.asaph.model.notation.Chord
Get the type string (e.g.

I

Interval - interface com.virtuosotechnologies.asaph.model.notation.Interval.
An object that represents an interval between two notes.
isEmpty() - Method in interface com.virtuosotechnologies.asaph.model.notation.Chord
Is the chord empty (i.e.

N

NotationFactory - interface com.virtuosotechnologies.asaph.model.notation.NotationFactory.
API providing a factory for notation objects
Note - interface com.virtuosotechnologies.asaph.model.notation.Note.
An object that represents a single note.
NoteModifier - interface com.virtuosotechnologies.asaph.model.notation.NoteModifier.
An object that represents a modifier on a note (such as sharp or flat).

P

parseChord(String) - Method in interface com.virtuosotechnologies.asaph.model.notation.NotationFactory
Parse a Chord from a String
parseChordArray(String) - Method in interface com.virtuosotechnologies.asaph.model.notation.NotationFactory
Parse a Chord array from a String
parseNote(String) - Method in interface com.virtuosotechnologies.asaph.model.notation.NotationFactory
Parse a Note from a String
parseNoteArray(String) - Method in interface com.virtuosotechnologies.asaph.model.notation.NotationFactory
Parse a Note array from a String

U

unparseChordArray(Chord[]) - Method in interface com.virtuosotechnologies.asaph.model.notation.NotationFactory
Generate a string for a chord array

C G I N P U