Uses of Class
dguitar.codecs.guitarPro.GPNote

Packages that use GPNote
dguitar.codecs.guitarPro.version1 Provides a codec for *.GTP files in version 1. 
dguitar.codecs.guitarPro.version2 Provides a codec for *.GTP files in version 2. 
dguitar.codecs.guitarPro.version3 Provides a codec for *.GP3 files. 
dguitar.codecs.guitarPro.version4 Provides a codec for *.GP4 files.. 
dguitar.gui Provides Graphical User Interface classes for other packages. 
dguitar.gui.unused   
 

Uses of GPNote in dguitar.codecs.guitarPro.version1
 

Methods in dguitar.codecs.guitarPro.version1 that return GPNote
private  GPNote GP1InputStream.readNote()
          Reads a note (which here means only the fret and the dynamic).
 

Uses of GPNote in dguitar.codecs.guitarPro.version2
 

Methods in dguitar.codecs.guitarPro.version2 that return GPNote
private  GPNote GP2InputStream.readNote()
          Reads a note (which here means only the fret and the dynamic).
 

Uses of GPNote in dguitar.codecs.guitarPro.version3
 

Methods in dguitar.codecs.guitarPro.version3 that return GPNote
private  GPNote GP3InputStream.readNote()
          Reads a note (with possibly some effects on it) from the stream.
 

Uses of GPNote in dguitar.codecs.guitarPro.version4
 

Methods in dguitar.codecs.guitarPro.version4 that return GPNote
private  GPNote GP4InputStream.readNote()
          Reads a Guitar Pro note
 

Uses of GPNote in dguitar.gui
 

Methods in dguitar.gui that return GPNote
 GPNote BarMTP.PaintedBeatInfo.getGPNote()
           
 

Methods in dguitar.gui with parameters of type GPNote
protected  void BarTablature.paintNote(java.awt.Graphics g, int currentX, int y, GPNote note)
          This method paint the notes using g, currentX, y and a GPNote
protected abstract  void BarMTP.paintNote(java.awt.Graphics g, int currentX, int y, GPNote note)
          This method paint the notes using g, currentX, y and a GPNote
 

Uses of GPNote in dguitar.gui.unused
 

Methods in dguitar.gui.unused with parameters of type GPNote
 void BarStandard.paintNote(java.awt.Graphics g, int x, int y, GPNote note)