A B C D E F G H I J K L M N O P Q R S T U V W X _

G

G - Static variable in class dguitar.codecs.guitarPro.GPChordNote
G.
G - Static variable in class dguitar.codecs.guitarPro.GPKey
G
GP1EffectsOnBeat - class dguitar.codecs.guitarPro.version1.GP1EffectsOnBeat.
The class GP1EffectsOnBeat describes effects set on a beat in Guitar Pro 1 that are to be set on all notes in the beat (as done by Guitar Pro 4).
GP1EffectsOnBeat() - Constructor for class dguitar.codecs.guitarPro.version1.GP1EffectsOnBeat
Creates a new GP3EffectsOnBeat with no effects set.
GP1FileFilter - class dguitar.codecs.guitarPro.version1.GP1FileFilter.
This is a Filter for the GTP file extension
GP1FileFilter() - Constructor for class dguitar.codecs.guitarPro.version1.GP1FileFilter
 
GP1FormatException - exception dguitar.codecs.guitarPro.version1.GP1FormatException.
The class GP1FormatException is an exception thrown when there is a problem with the decoding of a Guitar Pro 1 file.
GP1FormatException(String) - Constructor for class dguitar.codecs.guitarPro.version1.GP1FormatException
 
GP1InputStream - class dguitar.codecs.guitarPro.version1.GP1InputStream.
The class GP1InputStream allows to parse an InputStream containing a GTP file which is encoded in the 1, 1.01, 1.02, 1.03, 1.04 format.
GP1InputStream(InputStream) - Constructor for class dguitar.codecs.guitarPro.version1.GP1InputStream
Creates a new GP2InputStream from an existing stream.
GP1InputStream(GPInputStream) - Constructor for class dguitar.codecs.guitarPro.version1.GP1InputStream
Creates a new GP4InputStream by cloning an existing GPInputStream.
GP2EffectsOnBeat - class dguitar.codecs.guitarPro.version2.GP2EffectsOnBeat.
The class GP2EffectsOnBeat describes effects set on a beat in Guitar Pro 2 that are to be set on all notes in the beat (as done by Guitar Pro 4).
GP2EffectsOnBeat() - Constructor for class dguitar.codecs.guitarPro.version2.GP2EffectsOnBeat
Creates a new GP3EffectsOnBeat with no effects set.
GP2FileFilter - class dguitar.codecs.guitarPro.version2.GP2FileFilter.
This is a Filter for the GTP file extension
GP2FileFilter() - Constructor for class dguitar.codecs.guitarPro.version2.GP2FileFilter
 
GP2FormatException - exception dguitar.codecs.guitarPro.version2.GP2FormatException.
The class GP2FormatException is an exception thrown when there is a problem with the decoding of a Guitar Pro 2 file.
GP2FormatException(String) - Constructor for class dguitar.codecs.guitarPro.version2.GP2FormatException
 
GP2InputStream - class dguitar.codecs.guitarPro.version2.GP2InputStream.
The class GP2InputStream allows to parse an InputStream containing a GTP file which is encoded in the 2.20 or 2.21 format.
GP2InputStream(InputStream) - Constructor for class dguitar.codecs.guitarPro.version2.GP2InputStream
Creates a new GP2InputStream from an existing stream.
GP2InputStream(GPInputStream) - Constructor for class dguitar.codecs.guitarPro.version2.GP2InputStream
Creates a new GP4InputStream by cloning an existing GPInputStream.
GP3EffectsOnBeat - class dguitar.codecs.guitarPro.version3.GP3EffectsOnBeat.
This class describes effects that are set on a beat in Guitar Pro 3 files, but that are to be set for each note in this beat according to the GP4 format.
GP3EffectsOnBeat() - Constructor for class dguitar.codecs.guitarPro.version3.GP3EffectsOnBeat
Creates a new GP3EffectsOnBeat with no effects set.
GP3FileFilter - class dguitar.codecs.guitarPro.version3.GP3FileFilter.
This is a Filter for the GP3 file extension
GP3FileFilter() - Constructor for class dguitar.codecs.guitarPro.version3.GP3FileFilter
 
GP3FormatException - exception dguitar.codecs.guitarPro.version3.GP3FormatException.
The class GP3FormatException is an exception thrown when there is a problem with the decoding of a GP3 file.
GP3FormatException(String) - Constructor for class dguitar.codecs.guitarPro.version3.GP3FormatException
 
GP3InputStream - class dguitar.codecs.guitarPro.version3.GP3InputStream.
The class GP3InputStream allows to parse an InputStream containing a file encoded with the Guitar Pro 3 format.
GP3InputStream(InputStream) - Constructor for class dguitar.codecs.guitarPro.version3.GP3InputStream
Creates a new GP3InputStream from an existing stream.
GP3InputStream(GPInputStream) - Constructor for class dguitar.codecs.guitarPro.version3.GP3InputStream
Creates a new GP4InputStream by cloning an existing GPInputStream.
GP3Piece - class dguitar.codecs.guitarPro.version3.GP3Piece.
This class handles features specific to GP3.
GP3Piece() - Constructor for class dguitar.codecs.guitarPro.version3.GP3Piece
 
GP4FileFilter - class dguitar.codecs.guitarPro.version4.GP4FileFilter.
This is a Filter for the GP file extension
GP4FileFilter() - Constructor for class dguitar.codecs.guitarPro.version4.GP4FileFilter
 
GP4FormatException - exception dguitar.codecs.guitarPro.version4.GP4FormatException.
this class is declared to throw RunTimeExcpetions when parsing the file this might include (but not limited to): - invalid version found - number of mesasures and tracks do not match MeasureTracPairs - any other discrepancies/erros in the file (negative frets, etc).
GP4FormatException(String) - Constructor for class dguitar.codecs.guitarPro.version4.GP4FormatException
Creates a new instance of GPFormatException
GP4FormatException(String, Throwable) - Constructor for class dguitar.codecs.guitarPro.version4.GP4FormatException
Creates a new instance of GPFormatException
GP4InputStream - class dguitar.codecs.guitarPro.version4.GP4InputStream.
The class GP4InputStream allows to parse an InputStream containing a file encoded with the Guitar Pro 4 format.
GP4InputStream(InputStream) - Constructor for class dguitar.codecs.guitarPro.version4.GP4InputStream
Creates a new GP4InputStream from an existing stream.
GP4InputStream(GPInputStream) - Constructor for class dguitar.codecs.guitarPro.version4.GP4InputStream
Creates a new GP4InputStream by cloning an existing GPInputStream.
GP4Piece - class dguitar.codecs.guitarPro.version4.GP4Piece.
This class handles features specific to GP4.
GP4Piece() - Constructor for class dguitar.codecs.guitarPro.version4.GP4Piece
Creates a new Piece.
GPAdaptor - class dguitar.adaptors.guitarPro.GPAdaptor.
An adaptor to give GP4Piece's the Song interface.
GPAdaptor() - Constructor for class dguitar.adaptors.guitarPro.GPAdaptor
 
GPBeat - class dguitar.codecs.guitarPro.GPBeat.
This class describes a Beat read from a Guitar Pro file.
GPBeat() - Constructor for class dguitar.codecs.guitarPro.GPBeat
Creates a new Beat.
GPBend - class dguitar.codecs.guitarPro.GPBend.
This class describes a Bend read from a Guitar Pro file.
GPBend() - Constructor for class dguitar.codecs.guitarPro.GPBend
Creates a new Bend
GPBendPoint - class dguitar.codecs.guitarPro.GPBendPoint.
This class describes a point in a bend diagram.
GPBendPoint() - Constructor for class dguitar.codecs.guitarPro.GPBendPoint
Creates a new BendPoint.
GPBendType - class dguitar.codecs.guitarPro.GPBendType.
This class describes a bend's type read from a Guitar Pro file.
GPBendType(int) - Constructor for class dguitar.codecs.guitarPro.GPBendType
Creates a new BendType whose type is type.
GPChordDiagram - class dguitar.codecs.guitarPro.GPChordDiagram.
This class describes a chord diagram.
GPChordDiagram() - Constructor for class dguitar.codecs.guitarPro.GPChordDiagram
Creates a new instance of ChordDiagram
GPChordNote - class dguitar.codecs.guitarPro.GPChordNote.
This class describes a note belonging to a chord diagram.
GPChordNote(int) - Constructor for class dguitar.codecs.guitarPro.GPChordNote
Creates a new GPChordNote whose type is type.
GPChordType - class dguitar.codecs.guitarPro.GPChordType.
This class describes the type of a chord (ie major, minor, 7M...).
GPChordType(int) - Constructor for class dguitar.codecs.guitarPro.GPChordType
Creates a new ChordType whose type is type.
GPColor - class dguitar.codecs.guitarPro.GPColor.
This class describes a color read from a Guitar Pro file.
GPColor() - Constructor for class dguitar.codecs.guitarPro.GPColor
Creates a new Color.
GPColor(int, int, int) - Constructor for class dguitar.codecs.guitarPro.GPColor
Creates a new color with the specified components.
GPDuration - class dguitar.codecs.guitarPro.GPDuration.
This class describes a duration read from a Guitar Pro file.
GPDuration(int) - Constructor for class dguitar.codecs.guitarPro.GPDuration
Creates a new Duration whose type is type.
GPDynamic - class dguitar.codecs.guitarPro.GPDynamic.
This class describes a note's dynamic.
GPDynamic(int) - Constructor for class dguitar.codecs.guitarPro.GPDynamic
Creates a new GPDynamic whose type is type.
GPEffectsOnBeat - class dguitar.codecs.guitarPro.GPEffectsOnBeat.
This class describes effects present on a beat.
GPEffectsOnBeat() - Constructor for class dguitar.codecs.guitarPro.GPEffectsOnBeat
Creates a new GPEffectsOnBeat.
GPEffectsOnNote - class dguitar.codecs.guitarPro.GPEffectsOnNote.
This class describes effects present on a note.
GPEffectsOnNote() - Constructor for class dguitar.codecs.guitarPro.GPEffectsOnNote
Creates a new GPEffectsOnNote.
GPFileFilter - class dguitar.codecs.guitarPro.GPFileFilter.
This class is a Filter for the Guitar Pro file extensions.
GPFileFilter() - Constructor for class dguitar.codecs.guitarPro.GPFileFilter
 
GPFingering - class dguitar.codecs.guitarPro.GPFingering.
This class describes the fingering for a chord.
GPFingering(int) - Constructor for class dguitar.codecs.guitarPro.GPFingering
Creates a new Fingering whose type is type.
GPFormatException - exception dguitar.codecs.guitarPro.GPFormatException.
The class GPFormatException describes a posible format exception when parsing a stream
GPFormatException(String) - Constructor for class dguitar.codecs.guitarPro.GPFormatException
Creates a new GPFormatException described by s.
GPFormatException(String, Throwable) - Constructor for class dguitar.codecs.guitarPro.GPFormatException
Creates a new GPFormatException described by s, and cause.
GPGraceNote - class dguitar.codecs.guitarPro.GPGraceNote.
This class describes a grace note.
GPGraceNote() - Constructor for class dguitar.codecs.guitarPro.GPGraceNote
Creates a new GPGraceNote.
GPGraceNoteTransition - class dguitar.codecs.guitarPro.GPGraceNoteTransition.
This class describes the transitions for a grace note.
GPGraceNoteTransition(int) - Constructor for class dguitar.codecs.guitarPro.GPGraceNoteTransition
Creates a new GraceNoteTransition whose type is type.
GPHarmonic - class dguitar.codecs.guitarPro.GPHarmonic.
This class describes an harmonic.
GPHarmonic(int) - Constructor for class dguitar.codecs.guitarPro.GPHarmonic
Creates a new Harmonic whose type is type.
GPInputStream - class dguitar.codecs.guitarPro.GPInputStream.
This class is the base class to read Guitar Pro files.
GPInputStream(String) - Constructor for class dguitar.codecs.guitarPro.GPInputStream
Creates a new GPInputStream using the file of name fileName.
GPInputStream(File) - Constructor for class dguitar.codecs.guitarPro.GPInputStream
Creates a new GPInputStream using the file f.
GPInputStream(InputStream) - Constructor for class dguitar.codecs.guitarPro.GPInputStream
Creates a new GPInputStream from an existing stream.
GPInputStream(String, InputStream) - Constructor for class dguitar.codecs.guitarPro.GPInputStream
Creates a new GPInputStream from an existing stream.
GPInputStream(GPInputStream) - Constructor for class dguitar.codecs.guitarPro.GPInputStream
Creates a new GPInputStream by cloning an existing GPInputStream.
GPKey - class dguitar.codecs.guitarPro.GPKey.
This class describes the tonality of a measure.
GPKey(int, int) - Constructor for class dguitar.codecs.guitarPro.GPKey
Creates a new Key whose type is type.
GPMIDIChannel - class dguitar.codecs.guitarPro.GPMIDIChannel.
This class describes a MIDI channel.
GPMIDIChannel() - Constructor for class dguitar.codecs.guitarPro.GPMIDIChannel
Creates a new MIDIChannel
GPMarker - class dguitar.codecs.guitarPro.GPMarker.
This class describes a marker.
GPMarker() - Constructor for class dguitar.codecs.guitarPro.GPMarker
Creates a new Marker.
GPMeasure - class dguitar.codecs.guitarPro.GPMeasure.
This class describes a measure.
GPMeasure() - Constructor for class dguitar.codecs.guitarPro.GPMeasure
Creates a new measure
GPMeasure(GPMeasure) - Constructor for class dguitar.codecs.guitarPro.GPMeasure
Creates a new Measure with the same numerator/denominator and tonality
GPMeasureTrackPair - class dguitar.codecs.guitarPro.GPMeasureTrackPair.
This class describes a measure-track pair.
GPMeasureTrackPair() - Constructor for class dguitar.codecs.guitarPro.GPMeasureTrackPair
Creates a new MeasureTrackPair
GPMixTableChange - class dguitar.codecs.guitarPro.GPMixTableChange.
This class describes a mix table change.
GPMixTableChange() - Constructor for class dguitar.codecs.guitarPro.GPMixTableChange
Creates a new MixTableChange.
GPMixTableElement - class dguitar.codecs.guitarPro.GPMixTableElement.
This class describes a mix table element.
GPMixTableElement() - Constructor for class dguitar.codecs.guitarPro.GPMixTableElement
Creates a new MixTableElement.
GPMusicalNote - class dguitar.codecs.guitarPro.GPMusicalNote.
This class describes how is represented a musical note.
GPMusicalNote(int) - Constructor for class dguitar.codecs.guitarPro.GPMusicalNote
Creates a new GPMusicalNote.
GPNote - class dguitar.codecs.guitarPro.GPNote.
This class describes how is represented a complete note.
GPNote() - Constructor for class dguitar.codecs.guitarPro.GPNote
Creates a new Note.
GPPickStroke - class dguitar.codecs.guitarPro.GPPickStroke.
This class describes a pickstroke.
GPPickStroke(int) - Constructor for class dguitar.codecs.guitarPro.GPPickStroke
Creates a new PickStroke whose type is type.
GPSlide - class dguitar.codecs.guitarPro.GPSlide.
This class describes a slide.
GPSlide(int) - Constructor for class dguitar.codecs.guitarPro.GPSlide
Creates a new Slide whose type is type.
GPSong - class dguitar.codecs.guitarPro.GPSong.
This class is created to join the different GP*Piece objects
GPSong() - Constructor for class dguitar.codecs.guitarPro.GPSong
 
GPSong.StringImpl - class dguitar.codecs.guitarPro.GPSong.StringImpl.
This class performs the actual loading of the file
GPSong.StringImpl(int, ScrollTextPanel) - Constructor for class dguitar.codecs.guitarPro.GPSong.StringImpl
 
GPStats - class dguitar.codecs.guitarPro.statistics.GPStats.
 
GPStats() - Constructor for class dguitar.codecs.guitarPro.statistics.GPStats
this class obtains statistics from a GPSong or from a folder that contains Guitar Pro files The statistics can be obtained using the stats() method
GPStatsEffectsOnBeat - class dguitar.codecs.guitarPro.statistics.GPStatsEffectsOnBeat.
this class calculates statistics for EfffectsOnBeat
GPStatsEffectsOnBeat() - Constructor for class dguitar.codecs.guitarPro.statistics.GPStatsEffectsOnBeat
 
GPStatsEffectsOnBeat(GPEffectsOnBeat) - Constructor for class dguitar.codecs.guitarPro.statistics.GPStatsEffectsOnBeat
 
GPStatsEffectsOnNote - class dguitar.codecs.guitarPro.statistics.GPStatsEffectsOnNote.
this class calculates statistics for EfffectsOnNote
GPStatsEffectsOnNote() - Constructor for class dguitar.codecs.guitarPro.statistics.GPStatsEffectsOnNote
 
GPStatsEffectsOnNote(GPEffectsOnNote) - Constructor for class dguitar.codecs.guitarPro.statistics.GPStatsEffectsOnNote
 
GPStatsMeasureTrackPair - class dguitar.codecs.guitarPro.statistics.GPStatsMeasureTrackPair.
 
GPStatsMeasureTrackPair() - Constructor for class dguitar.codecs.guitarPro.statistics.GPStatsMeasureTrackPair
 
GPStatsMeasureTrackPair(GPMeasureTrackPair, int, int) - Constructor for class dguitar.codecs.guitarPro.statistics.GPStatsMeasureTrackPair
 
GPStatsPiece - class dguitar.codecs.guitarPro.statistics.GPStatsPiece.
this class calculates statistics for a Piece
GPStatsPiece() - Constructor for class dguitar.codecs.guitarPro.statistics.GPStatsPiece
 
GPTest - class test.suite.GPTest.
 
GPTest() - Constructor for class test.suite.GPTest
 
GPTonalityType - class dguitar.codecs.guitarPro.GPTonalityType.
This class describes a tonality type.
GPTonalityType(int) - Constructor for class dguitar.codecs.guitarPro.GPTonalityType
Creates a new TonalityType whose type is type.
GPTrack - class dguitar.codecs.guitarPro.GPTrack.
This class describes a track.
GPTrack() - Constructor for class dguitar.codecs.guitarPro.GPTrack
Creates a new Track.
GPTrackLyrics - class dguitar.codecs.guitarPro.GPTrackLyrics.
This class describes the track lyrics.
GPTrackLyrics() - Constructor for class dguitar.codecs.guitarPro.GPTrackLyrics
Creates a new TrackLyrics
GPTrill - class dguitar.codecs.guitarPro.GPTrill.
This class describes a trill.
GPTrill() - Constructor for class dguitar.codecs.guitarPro.GPTrill
Creates a new Trill.
GPVibrato - class dguitar.codecs.guitarPro.GPVibrato.
This class describes a vibrato.
GPVibrato(int) - Constructor for class dguitar.codecs.guitarPro.GPVibrato
Creates a new GPVibrato whose type is type.
GUITAR_PRO - Static variable in class dguitar.gui.FileLoaderHandler
 
G_FLAT - Static variable in class dguitar.codecs.guitarPro.GPKey
G Flat
G_MINOR - Static variable in class dguitar.codecs.guitarPro.GPKey
G minor
G_SHARP - Static variable in class dguitar.codecs.guitarPro.GPChordNote
G sharp.
G_SHARP_MINOR - Static variable in class dguitar.codecs.guitarPro.GPKey
G sharp minor
generateEvents(Track, int, SongMessage, int) - Static method in class dguitar.players.sound.midi.EventFactory
 
getAlbum() - Method in class dguitar.codecs.guitarPro.GPSong
 
getAuthorPiece() - Method in class dguitar.codecs.guitarPro.GPSong
 
getAuthorSong() - Method in class dguitar.codecs.guitarPro.GPSong
 
getBPM() - Method in class dguitar.adaptors.song.Tempo
 
getBalance() - Method in class dguitar.codecs.guitarPro.GPMIDIChannel
Returns this MIDI channel's balance.
getBar(int) - Method in class dguitar.gui.BarPanel
Get the Bar located at measure
getBeat() - Method in class dguitar.adaptors.song.Tempo
 
getBeat() - Method in class dguitar.players.sound.PerformanceTimerEvent
 
getBeats() - Method in class dguitar.codecs.guitarPro.GPMeasureTrackPair
Returns the list of beats.
getBeats() - Method in class dguitar.gui.BarMTP
 
getBendSensitivity() - Method in interface dguitar.adaptors.song.SongTrack
 
getBendSensitivity() - Method in class dguitar.adaptors.song.impl.SongTrackImpl
 
getBottomOffset() - Method in class dguitar.gui.Bar
 
getBottomOffset() - Method in class dguitar.gui.BarPanel
 
getCapo() - Method in class dguitar.codecs.guitarPro.GPTrack
Returns this track's capo.
getChangeDuration() - Method in class dguitar.codecs.guitarPro.GPMixTableElement
Returns this element's duration of change.
getChannel() - Method in interface dguitar.adaptors.song.SongChannelEvent
 
getChannel() - Method in class dguitar.adaptors.song.impl.SongDeviceImpl
 
getChannel() - Method in class dguitar.codecs.guitarPro.GPTrack
Returns this track's channel.
getChannelEffects() - Method in class dguitar.codecs.guitarPro.GPTrack
Returns this track's channel for effects.
getChannels(int) - Method in class dguitar.codecs.guitarPro.GPSong
 
getChannels() - Method in class test.songs.SongDefinition
 
getChordsDiagrams() - Method in class dguitar.codecs.guitarPro.GPSong
 
getChorus() - Method in interface dguitar.adaptors.song.SongTrack
 
getChorus() - Method in class dguitar.adaptors.song.impl.SongTrackImpl
 
getChorus() - Method in class dguitar.codecs.guitarPro.GPMIDIChannel
Returns this MIDI channel's chorus.
getCodecFileFilter() - Method in class dguitar.gui.DGuitar
Obtains a CodecFileFilter object for the current fileType
getColor() - Method in class dguitar.codecs.guitarPro.GPMarker
Returns this marker's color.
getColor() - Method in class dguitar.codecs.guitarPro.GPTrack
Returns this track's color.
getColor() - Method in class dguitar.gui.ColorScheme
returns the unique color
getColor(int) - Method in class dguitar.gui.ColorScheme
returns the color for the position pos
getColor(GPDuration) - Method in class dguitar.gui.ColorScheme
returns the color for a Given GP duration
getColorBorder() - Method in class dguitar.gui.MusicCursor
 
getColors() - Method in class dguitar.gui.ColorPanelNote
 
getColors() - Method in class dguitar.gui.ColorPanelRhythm
 
getColors() - Method in class dguitar.gui.ColorPanelSelect
 
getComponent(int) - Method in class test.songs.SongDefinition
 
getComponentCount() - Method in class test.songs.SongDefinition
 
getCopyright() - Method in class dguitar.codecs.guitarPro.GPSong
 
getDenominator() - Method in class dguitar.adaptors.song.TimeSignature
 
getDenominator() - Method in class dguitar.codecs.guitarPro.GPMeasure
Returns this measure's denominator.
getDescription() - Method in class dguitar.codecs.CodecFileFilter
Returns a description of this CodeFilter
getDescription() - Method in class dguitar.codecs.guitarPro.GPFileFilter
Returns the description for this filter.
getDescription() - Method in class dguitar.codecs.guitarPro.version1.GP1FileFilter
 
getDescription() - Method in class dguitar.codecs.guitarPro.version2.GP2FileFilter
 
getDescription() - Method in class dguitar.codecs.guitarPro.version3.GP3FileFilter
 
getDescription() - Method in class dguitar.codecs.guitarPro.version4.GP4FileFilter
 
getDescription() - Method in class dguitar.codecs.midi.MIDFileFilter
 
getDisplayOptions() - Method in class dguitar.gui.Bar
 
getDisplayOptions() - Method in class dguitar.gui.BarPanel
 
getDisplayOptions() - Method in class dguitar.gui.DGuitar
 
getDisplayOptions() - Method in interface dguitar.gui.OptionsDisplay
 
getDisplayOptions() - Method in class dguitar.gui.SlideLabel
 
getDisplayOptions() - Method in class dguitar.gui.SongInternalFrame
 
getDisplayOptions() - Method in class dguitar.gui.SongPanel
 
getDivision() - Method in class dguitar.players.sound.PerformanceTimerEvent
 
getDuration() - Method in class dguitar.adaptors.song.event.SongNotationMessage
 
getDuration() - Method in class dguitar.codecs.guitarPro.GPBeat
Returns this beat's duration.
getDuration() - Method in class dguitar.codecs.guitarPro.GPGraceNote
Returns this grace note's duration.
getDynamic() - Method in class dguitar.codecs.guitarPro.GPGraceNote
Returns this grace note's dynamic.
getDynamic() - Method in class dguitar.codecs.guitarPro.GPNote
Returns this note's dynamic.
getEvent() - Method in class dguitar.players.sound.PerformanceNoteEvent
 
getEventRemap() - Method in class test.songs.MidiSongDefinition
 
getEvents() - Method in interface dguitar.adaptors.song.SongMeasureTrack
 
getEvents() - Method in interface dguitar.adaptors.song.SongVirtualTrack
 
getEvents() - Method in class dguitar.adaptors.song.impl.SongMeasureTrackImpl
 
getEvents() - Method in class dguitar.adaptors.song.impl.SongVirtualTrackImpl
 
getExtendBottom() - Method in class dguitar.gui.Bar
 
getExtendBottom() - Method in class dguitar.gui.BarPanel
 
getExtendTop() - Method in class dguitar.gui.Bar
 
getExtendTop() - Method in class dguitar.gui.BarPanel
 
getExtensions() - Method in class dguitar.codecs.CodecFileFilter
This method returns the extension the codec handles Example: {".GP3",".GP4",".GTP"} if it is a Guitar Pro codec)
getExtensions() - Method in class dguitar.codecs.guitarPro.GPFileFilter
 
getExtensions() - Method in class dguitar.codecs.midi.MIDFileFilter
 
getFilePath() - Method in class dguitar.gui.DGuitar
 
getFirst() - Method in class dguitar.players.sound.EventStream
 
getFirstTrackPanel() - Method in class dguitar.gui.SongPanel
a method to start to Iterate over the Track Panels is provided
getFret() - Method in class dguitar.adaptors.song.event.SongNoteOnMessage
 
getFret() - Method in class dguitar.codecs.guitarPro.GPGraceNote
Returns this grace note's fret.
getFret() - Method in class dguitar.codecs.guitarPro.GPTrill
Returns this trill's fret.
getFretNumber() - Method in class dguitar.codecs.guitarPro.GPNote
Returns this note's fret number.
getFretState(int) - Method in class dguitar.adaptors.guitarPro.FretState
 
getGPNote() - Method in class dguitar.gui.BarMTP.PaintedBeatInfo
 
getGpFileName() - Method in class test.songs.SongDefinition
 
getGuiComponent() - Method in class dguitar.gui.MusicCursorPosition
 
getHeight() - Method in class dguitar.gui.Bar
Returns the current height of this component.
getIndex() - Method in interface dguitar.adaptors.song.SongMeasure
 
getIndex() - Method in interface dguitar.adaptors.song.SongTrack
 
getIndex() - Method in interface dguitar.adaptors.song.SongVirtualTrack
 
getIndex() - Method in class dguitar.adaptors.song.impl.SongMeasureImpl
 
getIndex() - Method in class dguitar.adaptors.song.impl.SongTrackImpl
 
getIndex() - Method in class dguitar.adaptors.song.impl.SongVirtualTrackImpl
 
getIndex() - Method in class dguitar.codecs.guitarPro.GPDuration
Returns this duration's index.
getIndex() - Method in class dguitar.codecs.guitarPro.GPDynamic
Returns an index that represents the dynamic
0 = INVALID
1 = PPP
2 = PP
and so on.
getIndex() - Method in class dguitar.codecs.guitarPro.GPSlide
Returns an index-like value starting from 0 for FROM_ABOVE
getIndexFor(JCheckBox) - Method in class dguitar.gui.midi.MidiEventPanel
 
getInstruction() - Method in class dguitar.codecs.guitarPro.GPSong
 
getInstrument() - Method in class dguitar.codecs.guitarPro.GPMIDIChannel
Returns this MIDI channel's instrument.
getInterpret() - Method in class dguitar.codecs.guitarPro.GPSong
 
getJIF(int) - Method in class dguitar.gui.DGDesktopPane
Given a desktop component it returns a JInternalFrame
getKey() - Method in class dguitar.codecs.guitarPro.GPSong
 
getLang() - Static method in class dguitar.gui.DGuitar
 
getLangAvailable() - Method in class dguitar.gui.DGuitar
This method gets the AvailableLanguages from the LANG folder
getLangPath() - Method in class dguitar.gui.DGuitar
 
getLaunchPath() - Method in class dguitar.gui.DGuitar
 
getLeftMargin() - Method in class dguitar.gui.TrackPanel
 
getLeftOffset() - Method in class dguitar.gui.MusicCursor
 
getLeftSide() - Method in class test.suite.PlayerDemoTest.ComparisonLinePrinter
 
getLength() - Method in interface dguitar.adaptors.song.SongMeasure
 
getLength() - Method in class dguitar.adaptors.song.impl.SongMeasureImpl
 
getLines(int) - Method in class dguitar.codecs.guitarPro.GPTrackLyrics
Returns the ith line of lyrics.
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class dguitar.gui.unused.DGFileRenderer
 
getLyrics() - Method in class dguitar.codecs.guitarPro.GPSong
 
getMainChannel(int) - Method in class test.songs.SongDefinition
 
getMaxWidth(int) - Method in class dguitar.gui.SongPanel
 
getMaximumSize() - Method in class dguitar.gui.Bar
if the maximum size has been set to a non-null value just returns it.
getMeasure() - Method in class dguitar.gui.Bar
 
getMeasure() - Method in class dguitar.players.sound.PerformanceTimerEvent
 
getMeasureCount() - Method in class test.songs.SongComponent
 
getMeasureList() - Method in interface dguitar.players.sound.Arrangement
Gets the list of Integers which are zero-based measure numbers into the song.
getMeasureList() - Method in class dguitar.players.sound.DefaultArrangement
 
getMeasureList() - Method in class test.tools.SingleMeasureArrangement
 
getMeasureNumber(int) - Method in class dguitar.codecs.guitarPro.GPTrackLyrics
Returns the number of the measure from which the lyrics start on line i.
getMeasureTrack() - Method in interface dguitar.adaptors.song.SongVirtualTrack
 
getMeasureTrack() - Method in class dguitar.adaptors.song.impl.SongVirtualTrackImpl
 
getMeasureTrackPair(int, int) - Method in class dguitar.codecs.guitarPro.GPSong
 
getMeasureTrackPair() - Method in class dguitar.gui.BarMTP
 
getMeasures() - Method in class dguitar.codecs.guitarPro.GPSong
 
getMeasuresTracksPairs() - Method in class dguitar.codecs.guitarPro.GPSong
 
getMessage() - Method in interface dguitar.adaptors.song.SongEvent
 
getMessage() - Method in class dguitar.adaptors.song.event.SongEventImpl
 
getMidiFileName() - Method in class test.songs.MidiSongDefinition
 
getMidiTrackEventAt(int) - Method in class dguitar.gui.midi.MidiEventPanel
 
getMinPieceSpacing() - Method in class dguitar.gui.SongPanel
 
getMinimumSize() - Method in class dguitar.gui.Bar
 
getMinimumSize() - Method in class dguitar.gui.MusicCursor
 
getMinimumSize() - Method in class dguitar.gui.SlideLabel
 
getMinimumSize() - Method in class dguitar.gui.TrackPanel
Gets the mininimum size of this component.
getMinimumSize() - Method in class dguitar.gui.midi.MidiEventPanel
If the minimum size has been set to a non- null value just returns it.
getMusicCursorPosition(int) - Method in class dguitar.gui.Bar
 
getMusicCursorPosition(MusicCursor) - Method in class dguitar.gui.Bar
 
getMusicCursorPosition(MusicCursor) - Method in class dguitar.gui.BarMTP
Creates a musicCursorPosition for this Bar
getMusicCursorPosition(int) - Method in class dguitar.gui.BarMTP
 
getMusicCursorPosition(int, int) - Method in class dguitar.gui.BarPanel
 
getMusicCursorPosition(int, MusicCursor) - Method in class dguitar.gui.BarPanel
 
getMusicCursorPosition() - Method in class dguitar.gui.MusicCursor
 
getNTuplet() - Method in class dguitar.codecs.guitarPro.GPBeat
Returns the number of the n-tuplet (3, 5, 7...).
getNTuplet() - Method in class dguitar.codecs.guitarPro.GPNote
Returns this note's n-tuplet.
getName() - Method in class dguitar.codecs.guitarPro.GPMarker
Returns this marker's name.
getName() - Method in class dguitar.codecs.guitarPro.GPTrack
Returns this track's name.
getNewValue() - Method in class dguitar.codecs.guitarPro.GPMixTableElement
Returns this element's new value.
getNext() - Method in class dguitar.players.sound.PerformanceEvent
 
getNextTrackPanel() - Method in class dguitar.gui.SongPanel
 
getNote() - Method in class dguitar.codecs.guitarPro.GPMusicalNote
Returns the note.
getNote() - Method in class dguitar.codecs.guitarPro.GPSong
 
getNoteSpacing() - Method in class dguitar.gui.BarPanel
 
getNoteSpacing() - Method in class dguitar.gui.SongPanel
 
getNoteSpacing() - Method in class dguitar.gui.TrackPanel
 
getNotes() - Method in class dguitar.adaptors.guitarPro.TripletValue
 
getNotes() - Method in class dguitar.codecs.guitarPro.GPBeat
Returns the notes contained in this beat.
getNumBars() - Method in class dguitar.gui.TrackPanel
 
getNumBeat() - Method in class dguitar.gui.MusicCursorPosition
 
getNumMeasure() - Method in class dguitar.gui.MusicCursorPosition
 
getNumMeasures() - Method in class dguitar.codecs.guitarPro.GPSong
 
getNumMeasures() - Method in class dguitar.gui.PlayPanel
 
getNumMeasures() - Method in class dguitar.players.gui.PlayPanel
 
getNumTracks() - Method in class dguitar.codecs.guitarPro.GPSong
 
getNumTracks() - Method in class dguitar.gui.SongPanel
 
getNumber() - Method in class dguitar.codecs.guitarPro.GPMeasure
Returns this measure's number.
getNumberOfAlternateEnding() - Method in class dguitar.codecs.guitarPro.GPMeasure
Returns this measure's number of alternate endings.
getNumberOfFret() - Method in class dguitar.codecs.guitarPro.GPNote
Deprecated.  
getNumberOfFrets() - Method in class dguitar.codecs.guitarPro.GPTrack
Returns this track's number of frets.
getNumberOfRepetitions() - Method in class dguitar.codecs.guitarPro.GPMeasure
Returns this measure's number of repetitions.
getNumberOfStrings() - Method in class dguitar.codecs.guitarPro.GPTrack
Returns this track's number of strings.
getNumerator() - Method in class dguitar.adaptors.song.TimeSignature
 
getNumerator() - Method in class dguitar.codecs.guitarPro.GPMeasure
Returns this measure's numerator.
getOctave() - Method in class dguitar.codecs.guitarPro.GPSong
 
getOffset() - Method in class dguitar.players.sound.PerformanceEvent
 
getPan() - Method in interface dguitar.adaptors.song.SongTrack
 
getPan() - Method in class dguitar.adaptors.song.impl.SongTrackImpl
 
getPerformanceMeasure(int) - Method in interface dguitar.adaptors.song.SongPhrase
 
getPerformanceMeasure(int) - Method in class dguitar.adaptors.song.impl.RepeatedSongPhraseImpl
 
getPerformanceMeasure(int) - Method in class dguitar.adaptors.song.impl.SongMeasureImpl
 
getPerformanceMeasure(int) - Method in class dguitar.adaptors.song.impl.SongPhraseListImpl
 
getPerformanceMeasureCount() - Method in interface dguitar.adaptors.song.SongPhrase
 
getPerformanceMeasureCount() - Method in class dguitar.adaptors.song.impl.RepeatedSongPhraseImpl
 
getPerformanceMeasureCount() - Method in class dguitar.adaptors.song.impl.SongMeasureImpl
 
getPerformanceMeasureCount() - Method in class dguitar.adaptors.song.impl.SongPhraseListImpl
 
getPeriod() - Method in class dguitar.codecs.guitarPro.GPTrill
Returns this trill's period.
getPhaser() - Method in interface dguitar.adaptors.song.SongTrack
 
getPhaser() - Method in class dguitar.adaptors.song.impl.SongTrackImpl
 
getPhaser() - Method in class dguitar.codecs.guitarPro.GPMIDIChannel
Returns this MIDI channel's phaser.
getPhrase() - Method in interface dguitar.adaptors.song.RepeatedSongPhrase
 
getPhrase(int) - Method in interface dguitar.adaptors.song.SongPhraseList
 
getPhrase() - Method in class dguitar.adaptors.song.impl.RepeatedSongPhraseImpl
 
getPhrase(int) - Method in class dguitar.adaptors.song.impl.SongPhraseListImpl
 
getPhraseCount() - Method in interface dguitar.adaptors.song.SongPhraseList
 
getPhraseCount() - Method in class dguitar.adaptors.song.impl.SongPhraseListImpl
 
getPiece() - Method in class dguitar.gui.SongPanel
Gets the Piece object that was read using readPieceFrom(GPInputStream GIS)
getPitch() - Method in class dguitar.adaptors.song.event.SongNoteOnMessage
 
getPlayPanel() - Method in class dguitar.gui.PlayToolBar
 
getPlayable(JInternalFrame) - Method in class dguitar.gui.PlayToolBar
 
getPoint() - Method in class dguitar.gui.MusicCursorPosition
 
getPoint(int, int) - Method in class dguitar.gui.SlideLabel
 
getPoint(Point) - Method in class dguitar.gui.SlideLabel
This allows the correct location of the Slide according to the typeOfSlide
getPoints() - Method in class dguitar.codecs.guitarPro.GPBend
Returns this bend's points.
getPort() - Method in class dguitar.codecs.guitarPro.GPTrack
Returns this track's port.
getPosition() - Method in class dguitar.codecs.guitarPro.GPBendPoint
Returns this point's position.
getPreferredSize() - Method in class dguitar.gui.Bar
 
getPreferredSize() - Method in class dguitar.gui.MusicCursor
 
getPreferredSize() - Method in class dguitar.gui.SlideLabel
 
getPreferredSize() - Method in class dguitar.gui.TrackPanel
Gets the preferred size of this component.
getPreferredSize() - Method in class dguitar.gui.midi.MidiEventPanel
If the preferredSize has been set to a non- null value just returns it.
getPreferredSize() - Method in class dguitar.gui.midi.MidiInternalFrame
 
getPrimaryDevice() - Method in interface dguitar.adaptors.song.SongTrack
 
getPrimaryDevice() - Method in class dguitar.adaptors.song.impl.SongTrackImpl
 
getProgram() - Method in interface dguitar.adaptors.song.SongTrack
 
getProgram() - Method in class dguitar.adaptors.song.impl.SongTrackImpl
 
getRepeatCount() - Method in interface dguitar.adaptors.song.RepeatedSongPhrase
 
getRepeatCount() - Method in class dguitar.adaptors.song.impl.RepeatedSongPhraseImpl
 
getRepeatCount() - Method in class test.songs.RepeatedSongComponent
 
getResolution() - Method in interface dguitar.adaptors.song.Song
 
getResolution() - Method in class dguitar.adaptors.song.impl.SongImpl
 
getResults() - Method in class dguitar.codecs.guitarPro.statistics.GPStats
 
getReverb() - Method in interface dguitar.adaptors.song.SongTrack
 
getReverb() - Method in class dguitar.adaptors.song.impl.SongTrackImpl
 
getReverb() - Method in class dguitar.codecs.guitarPro.GPMIDIChannel
Returns this MIDI channel's reverb.
getRightOffset() - Method in class dguitar.gui.MusicCursor
 
getRightSide() - Method in class test.suite.PlayerDemoTest.ComparisonLinePrinter
 
getScoreMeasure(int) - Method in interface dguitar.adaptors.song.SongPhrase
 
getScoreMeasure(int) - Method in class dguitar.adaptors.song.impl.RepeatedSongPhraseImpl
 
getScoreMeasure(int) - Method in class dguitar.adaptors.song.impl.SongMeasureImpl
 
getScoreMeasure(int) - Method in class dguitar.adaptors.song.impl.SongPhraseListImpl
 
getScoreMeasureCount() - Method in interface dguitar.adaptors.song.SongPhrase
 
getScoreMeasureCount() - Method in class dguitar.adaptors.song.impl.RepeatedSongPhraseImpl
 
getScoreMeasureCount() - Method in class dguitar.adaptors.song.impl.SongMeasureImpl
 
getScoreMeasureCount() - Method in class dguitar.adaptors.song.impl.SongPhraseListImpl
 
getSecondaryDevice() - Method in interface dguitar.adaptors.song.SongTrack
 
getSecondaryDevice() - Method in class dguitar.adaptors.song.impl.SongTrackImpl
 
getSelectedFrame() - Method in class dguitar.gui.DGDesktopPane
 
getSelectedOption() - Method in class dguitar.gui.SongOptionsMenu
 
getSongObject() - Method in class dguitar.gui.MusicCursorPosition
 
getSongPerformanceMeasure(int) - Method in interface dguitar.adaptors.song.Song
This is a convenience method to return the given measure from the score in musicians' notation (measure 1 is the first measure printed, not 0)
getSongPerformanceMeasure(int) - Method in class dguitar.adaptors.song.impl.SongImpl
 
getSongScoreMeasure(int) - Method in interface dguitar.adaptors.song.Song
This is a convenience method to return the given measure from the score in musicians' notation (measure 1 is the first measure printed, not 0)
getSongScoreMeasure(int) - Method in class dguitar.adaptors.song.impl.SongImpl
 
getSource() - Method in class dguitar.adaptors.song.event.SongNoteOffMessage
 
getStats(GPSong, String) - Method in class dguitar.codecs.guitarPro.statistics.GPStatsPiece
this class gathers information about a single GPSong, you can dedicde if you want detailed, The Sring pieceName contains the name to display.
getStringsTuning(int) - Method in class dguitar.codecs.guitarPro.GPTrack
Returns this track's string tuning.
getSubtitle() - Method in class dguitar.codecs.guitarPro.GPSong
 
getTablatureBar(int) - Method in class dguitar.gui.TrackPanel
 
getTempo() - Method in interface dguitar.adaptors.song.Song
 
getTempo() - Method in class dguitar.adaptors.song.impl.SongImpl
 
getTempo() - Method in class dguitar.codecs.guitarPro.GPSong
 
getTempo() - Method in interface dguitar.players.sound.Performance
 
getTempo() - Method in class dguitar.players.sound.midi.PerformanceCore
 
getTime() - Method in interface dguitar.adaptors.song.SongEvent
 
getTime() - Method in class dguitar.adaptors.song.event.SongEventImpl
 
getTimeOf() - Method in class dguitar.adaptors.guitarPro.TripletValue
 
getTimeSignature() - Method in interface dguitar.adaptors.song.SongMeasure
 
getTimeSignature() - Method in class dguitar.adaptors.song.impl.SongMeasureImpl
 
getTimerFrequency() - Method in class dguitar.players.sound.midi.PerformanceLive
 
getTitle() - Method in class dguitar.codecs.guitarPro.GPSong
 
getTonality() - Method in class dguitar.codecs.guitarPro.GPMeasure
Returns this measure's tonality.
getTopOffset() - Method in class dguitar.gui.Bar
 
getTopOffset() - Method in class dguitar.gui.BarPanel
 
getTotalBeats() - Method in class dguitar.players.sound.PerformanceTimerEvent
 
getTotalDivisions() - Method in class dguitar.players.sound.PerformanceTimerEvent
 
getTrack(int) - Method in interface dguitar.adaptors.song.Song
 
getTrack(SongTrack) - Method in interface dguitar.adaptors.song.SongMeasure
Retrieves the SongMeasureTrack (list of SongEvents) for the given track in this measure.
getTrack() - Method in interface dguitar.adaptors.song.SongMeasureTrack
 
getTrack(int) - Method in class dguitar.adaptors.song.impl.SongImpl
 
getTrack(SongTrack) - Method in class dguitar.adaptors.song.impl.SongMeasureImpl
 
getTrack() - Method in class dguitar.adaptors.song.impl.SongMeasureTrackImpl
 
getTrack() - Method in class dguitar.players.sound.EventStream
 
getTrackCount() - Method in interface dguitar.adaptors.song.Song
 
getTrackCount() - Method in class dguitar.adaptors.song.impl.SongImpl
 
getTrackCount() - Method in class test.songs.SongDefinition
 
getTrackMeasurePair(int, int) - Method in class dguitar.codecs.guitarPro.GPSong
 
getTrackNumber() - Method in class dguitar.codecs.guitarPro.GPTrackLyrics
Returns the track number.
getTrackPanel(int) - Method in class dguitar.gui.SongPanel
This method allows you to obtain the TrackPanel at pos position, starting from 0
getTracks() - Method in class dguitar.codecs.guitarPro.GPSong
 
getTransition() - Method in class dguitar.codecs.guitarPro.GPGraceNote
Returns this grace note's transition.
getTremolo() - Method in interface dguitar.adaptors.song.SongTrack
 
getTremolo() - Method in class dguitar.adaptors.song.impl.SongTrackImpl
 
getTremolo() - Method in class dguitar.codecs.guitarPro.GPMIDIChannel
Returns this MIDI channel's tremolo.
getTriplet(int) - Static method in class dguitar.adaptors.guitarPro.TripletMap
 
getType() - Method in class dguitar.codecs.guitarPro.GPBend
Returns this bend's type.
getType() - Method in class dguitar.codecs.guitarPro.GPDuration
Returns this duration's type.
getTypeOfColoring() - Method in class dguitar.gui.ColorPanelNote
 
getTypeOfColoring() - Method in class dguitar.gui.ColorPanelRhythm
 
getTypeOfSlide() - Method in class dguitar.gui.SlideLabel
 
getUSQ() - Method in class dguitar.adaptors.song.Tempo
 
getValue() - Method in class dguitar.codecs.guitarPro.GPBend
Returns this bend's value.
getValue() - Method in class dguitar.codecs.guitarPro.GPBendPoint
Returns this point's value.
getVelocity() - Method in class dguitar.adaptors.song.event.SongNoteOnMessage
 
getVersion() - Method in class dguitar.codecs.guitarPro.GPSong
 
getVibrato() - Method in class dguitar.codecs.guitarPro.GPBendPoint
Returns this point's vibrato.
getVirtualTrack() - Method in interface dguitar.adaptors.song.SongEvent
 
getVirtualTrack(int) - Method in interface dguitar.adaptors.song.SongMeasureTrack
 
getVirtualTrack() - Method in class dguitar.adaptors.song.event.SongEventImpl
 
getVirtualTrack(int) - Method in class dguitar.adaptors.song.impl.SongMeasureTrackImpl
 
getVirtualTrackCount() - Method in interface dguitar.adaptors.song.SongTrack
 
getVirtualTrackCount() - Method in class dguitar.adaptors.song.impl.SongTrackImpl
 
getVirtualTrackIndex() - Method in class dguitar.players.sound.EventStream
 
getVolume() - Method in interface dguitar.adaptors.song.SongTrack
 
getVolume() - Method in class dguitar.adaptors.song.impl.SongTrackImpl
 
getVolume() - Method in class dguitar.codecs.guitarPro.GPMIDIChannel
Returns this MIDI channel's volume.
getWidth() - Method in class dguitar.gui.Bar
Returns the current width of this component.
getWidth() - Method in class dguitar.gui.MusicCursorPosition
 
getWidth() - Method in class dguitar.gui.SlideLabel
 
gpFileFilter - Static variable in class dguitar.gui.DGuitar
 
gpFileName - Variable in class test.songs.SongDefinition
 
gpSong - Variable in class dguitar.gui.SongInternalFrame
 
gpTrack - Variable in class dguitar.gui.TrackPanel
 
graceNote - Variable in class dguitar.codecs.guitarPro.GPEffectsOnNote
Grace note possibly associated with this effect.
graceNoteFont - Static variable in class dguitar.gui.BarPanel
 
gradientDarkerUntil(Color, int) - Method in class dguitar.gui.ColorScheme
the maximum value for delta is 31, asuming base is Color.BLACK ;
gradientLighterFrom(Color, int) - Method in class dguitar.gui.ColorScheme
the maximum value for delta is 31, asuming base is Color.BLACK ;
green - Variable in class dguitar.codecs.guitarPro.GPColor
The green component.
gridBagLayout - Variable in class dguitar.gui.SongPanel
 
guiComponent - Variable in class dguitar.gui.MusicCursorPosition
This object holds information about the GUI object where the MusciCursror will be draw.

A B C D E F G H I J K L M N O P Q R S T U V W X _