Uses of Class
dguitar.codecs.guitarPro.GPChordNote

Packages that use GPChordNote
dguitar.codecs.guitarPro Provides codecs for GuitarPro files (GP4,GP3...). 
dguitar.codecs.guitarPro.version4 Provides a codec for *.GP4 files.. 
 

Uses of GPChordNote in dguitar.codecs.guitarPro
 

Fields in dguitar.codecs.guitarPro declared as GPChordNote
static GPChordNote GPChordNote.USER
          User.
static GPChordNote GPChordNote.C
          C.
static GPChordNote GPChordNote.C_SHARP
          C sharp.
static GPChordNote GPChordNote.D
          D.
static GPChordNote GPChordNote.D_SHARP
          D sharp.
static GPChordNote GPChordNote.E
          E.
static GPChordNote GPChordNote.F
          F.
static GPChordNote GPChordNote.F_SHARP
          F sharp.
static GPChordNote GPChordNote.G
          G.
static GPChordNote GPChordNote.G_SHARP
          G sharp.
static GPChordNote GPChordNote.A
          A.
static GPChordNote GPChordNote.A_SHARP
          A sharp.
static GPChordNote GPChordNote.B
          B.
private static GPChordNote[] GPChordNote._chordNotes
          The allowed chord notes.
private  GPChordNote GPChordDiagram.root
          The root of the Diagram (-1 for the customized chords, 0 when root is C,1 = C#...)
private  GPChordNote GPChordDiagram.bass
          Bass: Integer Lowest note of the chord.
 

Methods in dguitar.codecs.guitarPro that return GPChordNote
static GPChordNote GPChordNote.valueOf(int value)
          Returns the GPChordNote associated with the value type.
 

Methods in dguitar.codecs.guitarPro with parameters of type GPChordNote
 void GPChordDiagram.setRoot(GPChordNote root)
           
 void GPChordDiagram.setBass(GPChordNote bass)
           
 

Uses of GPChordNote in dguitar.codecs.guitarPro.version4
 

Methods in dguitar.codecs.guitarPro.version4 that return GPChordNote
private  GPChordNote GP4InputStream.readRoot()