Uses of Class
dguitar.codecs.guitarPro.GPEffectsOnNote

Packages that use GPEffectsOnNote
dguitar.codecs.guitarPro Provides codecs for GuitarPro files (GP4,GP3...). 
dguitar.codecs.guitarPro.statistics Provides a codec for obtaining statistics for any Guitar Pro file. 
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 GPEffectsOnNote in dguitar.codecs.guitarPro
 

Fields in dguitar.codecs.guitarPro declared as GPEffectsOnNote
 GPEffectsOnNote GPNote.effects
          Effects possibly linked to this note.
 

Uses of GPEffectsOnNote in dguitar.codecs.guitarPro.statistics
 

Constructors in dguitar.codecs.guitarPro.statistics with parameters of type GPEffectsOnNote
GPStatsEffectsOnNote(GPEffectsOnNote EON)
           
 

Uses of GPEffectsOnNote in dguitar.codecs.guitarPro.version1
 

Methods in dguitar.codecs.guitarPro.version1 that return GPEffectsOnNote
private  GPEffectsOnNote GP1InputStream.readEffectsOnNote()
          Reads effects on the current note from the stream.
 

Uses of GPEffectsOnNote in dguitar.codecs.guitarPro.version2
 

Methods in dguitar.codecs.guitarPro.version2 that return GPEffectsOnNote
private  GPEffectsOnNote GP2InputStream.readEffectsOnNote()
          Reads effects on the current note from the stream.
 

Uses of GPEffectsOnNote in dguitar.codecs.guitarPro.version3
 

Methods in dguitar.codecs.guitarPro.version3 that return GPEffectsOnNote
private  GPEffectsOnNote GP3InputStream.readEffectsOnNote()
          Reads effects on the current note from the stream.
 

Uses of GPEffectsOnNote in dguitar.codecs.guitarPro.version4
 

Methods in dguitar.codecs.guitarPro.version4 that return GPEffectsOnNote
private  GPEffectsOnNote GP4InputStream.readEffectsOnNote()
          Reads effects on the current note from the stream.
 

Uses of GPEffectsOnNote in dguitar.gui
 

Methods in dguitar.gui with parameters of type GPEffectsOnNote
private  javax.swing.JLabel BarTablature.createLabelForIndex(int pos, int x, int y, GPEffectsOnNote EON, GPBeat beat)
           
private  void BarTablature.eonAdd(int currentX, int currentY, GPEffectsOnNote EON, GPBeat beat)
          add a Effect On Note using the currentX position, and duration
private  void BarTablature.eonLocate(javax.swing.JLabel EONLabel, int currentX, int currentY, GPEffectsOnNote EON, GPBeat beat)
          This method sets the position of a Effects on Note label
private  java.awt.Point BarTablature.eonPosition(GPEffectsOnNote EON, java.awt.Point current, java.awt.Dimension dim)
          Calculates the effects position.
private  int BarTablature.index(GPEffectsOnNote EON)
          Returns an index for a array given a Effects On Note
protected  void BarTablature.paintEffects(java.awt.Graphics g, int currentX, int y, GPEffectsOnNote EON, int contEON, GPBeat beat)
           
protected abstract  void BarMTP.paintEffects(java.awt.Graphics g, int currentX, int y, GPEffectsOnNote EON, int contEON, GPBeat beat)
           
 

Uses of GPEffectsOnNote in dguitar.gui.unused
 

Methods in dguitar.gui.unused with parameters of type GPEffectsOnNote
 void BarStandard.paintEffects(java.awt.Graphics g, int currentX, int y, GPEffectsOnNote EON, int contEON, GPBeat beat)