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

S

SEMI - Static variable in class dguitar.codecs.guitarPro.GPHarmonic
Semi.
SEVEN - Static variable in class dguitar.codecs.guitarPro.GPChordType
A 7th chord.
SEVEN_MAJOR - Static variable in class dguitar.codecs.guitarPro.GPChordType
A 7th major chord
SEVEN_SUS2 - Static variable in class dguitar.codecs.guitarPro.GPChordType
A 7th sus2 chord.
SEVEN_SUS4 - Static variable in class dguitar.codecs.guitarPro.GPChordType
A 7th sus4 chord.
SHIFT_SLIDE - Static variable in class dguitar.codecs.guitarPro.GPSlide
Shift slide.
SID - Variable in class dguitar.gui.SongInternalFrame
 
SINGLE_MUSIC_CURSORS_COLOR - Static variable in class dguitar.gui.SongOptionsMenu
 
SIX - Static variable in class dguitar.codecs.guitarPro.GPChordType
A 6th chord.
SIXTEENTH - Static variable in class dguitar.codecs.guitarPro.GPDuration
A sixteenth note.
SIXTY_FOURTH - Static variable in class dguitar.codecs.guitarPro.GPDuration
A sixty-fourth note.
SLIDE - Static variable in class dguitar.codecs.guitarPro.GPGraceNoteTransition
Slide.
SLIDE_IN_FROM_ABOVE - Static variable in class dguitar.gui.SlideLabel
 
SLIDE_IN_FROM_BELOW - Static variable in class dguitar.gui.SlideLabel
 
SLIDE_LEGATO - Static variable in class dguitar.gui.SlideLabel
 
SLIDE_OUT_DOWNWARDS - Static variable in class dguitar.gui.SlideLabel
 
SLIDE_OUT_UPWARDS - Static variable in class dguitar.gui.SlideLabel
 
SLIDE_SHIFT - Static variable in class dguitar.gui.SlideLabel
 
SLOW - Static variable in class dguitar.codecs.guitarPro.GPVibrato
Slow.
SLabels - Variable in class dguitar.gui.BarTablature
a collection of SilenceLabelS
STP - Variable in class dguitar.codecs.guitarPro.GPSong.StringImpl
 
STStats - Variable in class dguitar.gui.SongInternalFrame
 
STTextView - Variable in class dguitar.gui.SongInternalFrame
 
STstats - Variable in class dguitar.gui.DGuitar
 
SUS2 - Static variable in class dguitar.codecs.guitarPro.GPChordType
A sus2 chord.
SUS4 - Static variable in class dguitar.codecs.guitarPro.GPChordType
A sus4 chord.
ScoreInformationDialog - class dguitar.gui.ScoreInformationDialog.
 
ScoreInformationDialog() - Constructor for class dguitar.gui.ScoreInformationDialog
 
ScoreInformationDialog(JFrame, boolean) - Constructor for class dguitar.gui.ScoreInformationDialog
 
Silences - Static variable in class dguitar.gui.DGuitar
The Silence represented as ImagesIcon[]
SingleMeasureArrangement - class test.tools.SingleMeasureArrangement.
 
SingleMeasureArrangement(int) - Constructor for class test.tools.SingleMeasureArrangement
 
SlideLabel - class dguitar.gui.SlideLabel.
Creates/Paints different types of SLIDEs between two notes.
SlideLabel() - Constructor for class dguitar.gui.SlideLabel
This constructor exists only to to allow casting and such...
SlideLabel(DisplayOptions, int) - Constructor for class dguitar.gui.SlideLabel
Creates a SlideLabel that can be linked to a GPSlide object
Song - interface dguitar.adaptors.song.Song.
A Song is a particular kind of SongPhraseList that defines an entire Song
SongAction - class dguitar.gui.SongAction.
 
SongAction() - Constructor for class dguitar.gui.SongAction
 
SongActionParameters - class dguitar.gui.SongActionParameters.
This object stores the parameters used by the SongAction class
SongActionParameters(int) - Constructor for class dguitar.gui.SongActionParameters
 
SongActionParameters(int, boolean) - Constructor for class dguitar.gui.SongActionParameters
 
SongActionParameters(int, boolean, OptionsDisplay) - Constructor for class dguitar.gui.SongActionParameters
 
SongArchive - class test.songs.SongArchive.
 
SongArchive() - Constructor for class test.songs.SongArchive
 
SongChannelEvent - interface dguitar.adaptors.song.SongChannelEvent.
A SongChannelEvent is an event to be sent on a particular channel.
SongComponent - class test.songs.SongComponent.
 
SongComponent(int, int, int, int) - Constructor for class test.songs.SongComponent
 
SongDefinition - class test.songs.SongDefinition.
 
SongDefinition() - Constructor for class test.songs.SongDefinition
 
SongDevice - interface dguitar.adaptors.song.SongDevice.
A SongDevice is a description of a destination for a particular song track.
SongDeviceImpl - class dguitar.adaptors.song.impl.SongDeviceImpl.
The MIDI implementation of a SongDevice.
SongDeviceImpl(int, int) - Constructor for class dguitar.adaptors.song.impl.SongDeviceImpl
 
SongEvent - interface dguitar.adaptors.song.SongEvent.
A SongEvent is a generic event in a song
SongEventImpl - class dguitar.adaptors.song.event.SongEventImpl.
 
SongEventImpl(int, SongMessage) - Constructor for class dguitar.adaptors.song.event.SongEventImpl
 
SongEventImplTest - class test.suite.SongEventImplTest.
 
SongEventImplTest() - Constructor for class test.suite.SongEventImplTest
 
SongImpl - class dguitar.adaptors.song.impl.SongImpl.
Implementation of Song
SongImpl(int, Tempo) - Constructor for class dguitar.adaptors.song.impl.SongImpl
 
SongInternalFrame - class dguitar.gui.SongInternalFrame.
this class represents a JInternalFrame for any new of Open file
SongInternalFrame() - Constructor for class dguitar.gui.SongInternalFrame
 
SongInternalFrame(String, DGuitar, DisplayOptions, PlayToolBar) - Constructor for class dguitar.gui.SongInternalFrame
 
SongMeasure - interface dguitar.adaptors.song.SongMeasure.
A SongMeasure is a single measure in a song.
SongMeasureImpl - class dguitar.adaptors.song.impl.SongMeasureImpl.
Implementation of SongMeasure
SongMeasureImpl(int, int, TimeSignature) - Constructor for class dguitar.adaptors.song.impl.SongMeasureImpl
 
SongMeasureTrack - interface dguitar.adaptors.song.SongMeasureTrack.
A collection of one or more SongVirtualTrack objects listing the events on a given guitar string.
SongMeasureTrackImpl - class dguitar.adaptors.song.impl.SongMeasureTrackImpl.
Implementation of SongMeasureTrack
SongMeasureTrackImpl(SongTrack) - Constructor for class dguitar.adaptors.song.impl.SongMeasureTrackImpl
 
SongMessage - interface dguitar.adaptors.song.SongMessage.
A SongMessage is a single event in a song.
SongMessageImpl - class dguitar.adaptors.song.event.SongMessageImpl.
The basic message implementation.
SongMessageImpl() - Constructor for class dguitar.adaptors.song.event.SongMessageImpl
 
SongMessageImplTest - class test.suite.SongMessageImplTest.
 
SongMessageImplTest() - Constructor for class test.suite.SongMessageImplTest
 
SongNotationMessage - class dguitar.adaptors.song.event.SongNotationMessage.
 
SongNotationMessage(int) - Constructor for class dguitar.adaptors.song.event.SongNotationMessage
 
SongNoteOffMessage - class dguitar.adaptors.song.event.SongNoteOffMessage.
A note off message.
SongNoteOffMessage(SongNoteOnMessage) - Constructor for class dguitar.adaptors.song.event.SongNoteOffMessage
 
SongNoteOffMessageTest - class test.suite.SongNoteOffMessageTest.
 
SongNoteOffMessageTest() - Constructor for class test.suite.SongNoteOffMessageTest
 
SongNoteOnMessage - class dguitar.adaptors.song.event.SongNoteOnMessage.
A note on message
SongNoteOnMessage(int, int, int, int) - Constructor for class dguitar.adaptors.song.event.SongNoteOnMessage
 
SongNoteOnMessageTest - class test.suite.SongNoteOnMessageTest.
 
SongNoteOnMessageTest() - Constructor for class test.suite.SongNoteOnMessageTest
 
SongOptionsListener - class dguitar.gui.SongOptionsListener.
This class applies the selected options for a Single Piece or all the Pieces
SongOptionsListener(JFrame, OptionsDisplay) - Constructor for class dguitar.gui.SongOptionsListener
 
SongOptionsMenu - class dguitar.gui.SongOptionsMenu.
 
SongOptionsMenu() - Constructor for class dguitar.gui.SongOptionsMenu
This constructor is provided for isInstancee/casting purposes
SongOptionsMenu(String) - Constructor for class dguitar.gui.SongOptionsMenu
 
SongPanel - class dguitar.gui.SongPanel.
 
SongPanel() - Constructor for class dguitar.gui.SongPanel
Creates a new instance of SongPanel
SongPanel(DisplayOptions) - Constructor for class dguitar.gui.SongPanel
To create a SongPanel with displayOptions already created.
SongPhrase - interface dguitar.adaptors.song.SongPhrase.
A SongPhrase is a section of a song consisting of multiple SongPhraseTracks
SongPhraseList - interface dguitar.adaptors.song.SongPhraseList.
A SongPhraseList is a list of separate SongPhrases that are played one after the other.
SongPhraseListImpl - class dguitar.adaptors.song.impl.SongPhraseListImpl.
Implementation of SongPhraseList
SongPhraseListImpl() - Constructor for class dguitar.adaptors.song.impl.SongPhraseListImpl
 
SongPhraseListImplTest - class test.suite.SongPhraseListImplTest.
 
SongPhraseListImplTest() - Constructor for class test.suite.SongPhraseListImplTest
 
SongTieMessage - class dguitar.adaptors.song.event.SongTieMessage.
 
SongTieMessage(int) - Constructor for class dguitar.adaptors.song.event.SongTieMessage
 
SongTrack - interface dguitar.adaptors.song.SongTrack.
A SongTrack defines the initialization events of a track (such as program change, controller settings)
SongTrackImpl - class dguitar.adaptors.song.impl.SongTrackImpl.
Implementation of SongTrack
SongTrackImpl(int, int) - Constructor for class dguitar.adaptors.song.impl.SongTrackImpl
 
SongVirtualTrack - interface dguitar.adaptors.song.SongVirtualTrack.
A virtual track contains all the events on a specific slice of a parent SongMeasureTrack.
SongVirtualTrackImpl - class dguitar.adaptors.song.impl.SongVirtualTrackImpl.
 
SongVirtualTrackImpl(SongMeasureTrack, int) - Constructor for class dguitar.adaptors.song.impl.SongVirtualTrackImpl
 
SoundPlayer - interface dguitar.players.sound.SoundPlayer.
 
StartLine - Variable in class dguitar.gui.ScoreInformationDialog
 
SystemLinePrinter - class dguitar.players.sound.midi.demo.SystemLinePrinter.
 
SystemLinePrinter() - Constructor for class dguitar.players.sound.midi.demo.SystemLinePrinter
 
scoreInfo - Variable in class dguitar.gui.ScoreInformationDialog
 
screenSize - Static variable in class dguitar.gui.DGuitar
 
scroll - Variable in class dguitar.players.gui.MusicCursorScroller
 
scrollOthers(TrackPanel) - Method in class dguitar.gui.SongPanel
NOT USED...and not working Scrolls the other TrackPanel according to TP
secondaryDevice - Variable in class dguitar.adaptors.song.impl.SongTrackImpl
 
selectedOption - Variable in class dguitar.gui.SongOptionsMenu
 
selectionChanged() - Method in class dguitar.gui.ColorPanelNote
 
selectionChanged() - Method in class dguitar.gui.ColorPanelRhythm
 
selectionChanged() - Method in class dguitar.gui.ColorPanelSelect
 
sep - Static variable in class dguitar.DGcompile
 
sequencer - Variable in class dguitar.players.sound.midi.MidiPlayer
 
serialVersionUID - Static variable in class dguitar.codecs.guitarPro.version1.GP1FormatException
Comment for serialVersionUID
serialVersionUID - Static variable in class dguitar.codecs.guitarPro.version2.GP2FormatException
Comment for serialVersionUID
serialVersionUID - Static variable in class dguitar.codecs.guitarPro.version3.GP3FormatException
Comment for serialVersionUID
serialVersionUID - Static variable in class dguitar.codecs.guitarPro.version4.GP4FormatException
Comment for serialVersionUID
setAddedNote(int) - Method in class dguitar.codecs.guitarPro.GPChordDiagram
 
setAlbum(String) - Method in class dguitar.codecs.guitarPro.GPSong
 
setAnchor(Point) - Method in class dguitar.gui.SlideLabel
 
setAnchor(int, int) - Method in class dguitar.gui.SlideLabel
 
setAuthorPiece(String) - Method in class dguitar.codecs.guitarPro.GPSong
 
setAuthorSong(String) - Method in class dguitar.codecs.guitarPro.GPSong
 
setBPM(double) - Method in class dguitar.adaptors.song.Tempo
 
setBalance(int) - Method in class dguitar.codecs.guitarPro.GPMIDIChannel
Sets this MIDI channel's balance.
setBarreEnd(int, int) - Method in class dguitar.codecs.guitarPro.GPChordDiagram
 
setBarreStart(int, int) - Method in class dguitar.codecs.guitarPro.GPChordDiagram
 
setBaseFret(int) - Method in class dguitar.codecs.guitarPro.GPChordDiagram
 
setBass(GPChordNote) - Method in class dguitar.codecs.guitarPro.GPChordDiagram
 
setBeat(int) - Method in class dguitar.adaptors.song.Tempo
 
setBendSensitivity(int) - Method in interface dguitar.adaptors.song.SongTrack
 
setBendSensitivity(int) - Method in class dguitar.adaptors.song.impl.SongTrackImpl
 
setBottomOffset(int) - Method in class dguitar.gui.Bar
 
setBottomOffset(int) - Method in class dguitar.gui.BarPanel
Set the Bottom Offset of all the Bars in this BarPanel caller of this method should call validate or repaint() as neccesary
setCapo(int) - Method in class dguitar.codecs.guitarPro.GPTrack
Sets this track's capo.
setChangeDuration(int) - Method in class dguitar.codecs.guitarPro.GPMixTableElement
Sets this element's duration of change.
setChannel(int) - Method in interface dguitar.adaptors.song.SongChannelEvent
 
setChannel(int) - Method in class dguitar.codecs.guitarPro.GPTrack
Sets this track's channel.
setChannelEffects(int) - Method in class dguitar.codecs.guitarPro.GPTrack
Sets this track's channel for effects.
setChannels(int, GPMIDIChannel) - Method in class dguitar.codecs.guitarPro.GPSong
 
setChannels(int[]) - Method in class test.songs.SongDefinition
 
setChordType(GPChordType) - Method in class dguitar.codecs.guitarPro.GPChordDiagram
 
setChorus(int) - Method in interface dguitar.adaptors.song.SongTrack
 
setChorus(int) - Method in class dguitar.adaptors.song.impl.SongTrackImpl
 
setChorus(int) - Method in class dguitar.codecs.guitarPro.GPMIDIChannel
Sets this MIDI channel's chorus.
setColor(GPColor) - Method in class dguitar.codecs.guitarPro.GPMarker
Sets this marker's color.
setColor(GPColor) - Method in class dguitar.codecs.guitarPro.GPTrack
Sets this track's color.
setColor(Color, int) - Method in class dguitar.gui.ColorScheme
Sets the color for the position pos
setColor(Color) - Method in class dguitar.gui.ColorScheme
Sets the uniqueColor
setColorBorder(Color) - Method in class dguitar.gui.MusicCursor
 
setColors(ColorScheme, int) - Method in class dguitar.gui.ColorPanelNote
This method is NOT called by ACTIONS EVENTS, therefore lastSelectedColors is not changed
setColors(ColorScheme, int) - Method in class dguitar.gui.ColorPanelRhythm
This method is NOT called by ACTIONS EVENTS, therefore lastSelectedColors is not changed
setColors(ColorScheme) - Method in class dguitar.gui.ColorPanelSelect
This method is NOT called by ACTIONS EVENTS, therefore lastSelectedColors is not changed
setColors(Color[]) - Method in class dguitar.gui.ColorScheme
 
setContainer(MetaContainer) - Method in interface dguitar.players.sound.midi.MetaPerformer
 
setContainer(MetaContainer) - Method in class dguitar.players.sound.midi.MidiPerformanceEventListenerProxy
 
setContainer(MetaContainer) - Method in class dguitar.players.sound.midi.MidiPerformanceTimerListenerProxy
 
setCopyright(String) - Method in class dguitar.codecs.guitarPro.GPSong
 
setCurrentInstrument() - Method in class dguitar.gui.midi.MidiTest
 
setCurrentMidiDevice(int) - Method in class dguitar.gui.midi.MidiDevices
 
setDeadNote(boolean) - Method in class dguitar.codecs.guitarPro.GPNote
Sets this note to dead or not according to isDeadNote.
setDenominator(int) - Method in class dguitar.codecs.guitarPro.GPMeasure
Sets this measure's denominator.
setDetailed(boolean) - Method in class dguitar.codecs.guitarPro.statistics.GPStats
 
setDisplayOptions(DisplayOptions) - Method in class dguitar.gui.Bar
 
setDisplayOptions(DisplayOptions) - Method in class dguitar.gui.BarPanel
 
setDisplayOptions(DisplayOptions) - Method in class dguitar.gui.DGuitar
 
setDisplayOptions(DisplayOptions) - Method in interface dguitar.gui.OptionsDisplay
 
setDisplayOptions(DisplayOptions) - Method in class dguitar.gui.SlideLabel
 
setDisplayOptions(DisplayOptions) - Method in class dguitar.gui.SongInternalFrame
This methods apply the aDisplayOptions values to this Song
setDisplayOptions(DisplayOptions) - Method in class dguitar.gui.SongOptionsMenu
 
setDisplayOptions(DisplayOptions) - Method in class dguitar.gui.SongPanel
 
setDuration(int) - Method in class dguitar.adaptors.song.event.SongNotationMessage
 
setDuration(GPDuration) - Method in class dguitar.codecs.guitarPro.GPBeat
Sets this beat's duration.
setDuration(GPDuration) - Method in class dguitar.codecs.guitarPro.GPGraceNote
Sets this grace note's duration.
setDynamic(GPDynamic) - Method in class dguitar.codecs.guitarPro.GPGraceNote
Sets this grace note's dynamic.
setDynamic(GPDynamic) - Method in class dguitar.codecs.guitarPro.GPNote
Sets this note's dynamic.
setEmptyBeat(boolean) - Method in class dguitar.codecs.guitarPro.GPBeat
Sets if this beat is empty or not (according to emptyBeat).
setEnableComponents(boolean) - Method in class dguitar.gui.SongInternalFrame
This methods disable the components that may interfere with the playing of the song
setEnableUnfinishedFeatures(boolean) - Static method in class dguitar.gui.DGuitar
This method performs the actual enabling or disabling of features
setEventRemap(String[]) - Method in class test.songs.MidiSongDefinition
 
setExtendBottom(boolean) - Method in class dguitar.gui.Bar
 
setExtendBottom(boolean) - Method in class dguitar.gui.BarPanel
Extend the measure lines to the bottom The caller should call validate or repaint()
setExtendTop(boolean) - Method in class dguitar.gui.Bar
 
setExtendTop(boolean) - Method in class dguitar.gui.BarPanel
Extend the measure lines to the top The caller should call validate or repaint()
setFileType(String) - Method in class dguitar.gui.FileLoaderHandler
Sets the fileType field according to the fileName extension
setFingering(int, int) - Method in class dguitar.codecs.guitarPro.GPChordDiagram
 
setFret(int) - Method in class dguitar.adaptors.song.event.SongNoteOnMessage
 
setFret(int, int) - Method in class dguitar.codecs.guitarPro.GPChordDiagram
 
setFret(int) - Method in class dguitar.codecs.guitarPro.GPGraceNote
Sets this grace note's fret.
setFret(int) - Method in class dguitar.codecs.guitarPro.GPTrill
Sets this trill's fret.
setFretNumber(int) - Method in class dguitar.codecs.guitarPro.GPNote
Sets this note's fret number.
setFretOfBarre(int, int) - Method in class dguitar.codecs.guitarPro.GPChordDiagram
 
setFretState(int, int) - Method in class dguitar.adaptors.guitarPro.FretState
 
setGhostNote(boolean) - Method in class dguitar.codecs.guitarPro.GPNote
Sets this note as a ghost note or not according to isGhostNote.
setGpFileName(String) - Method in class test.songs.SongDefinition
 
setGraceNoteFont(Font) - Method in class dguitar.gui.BarPanel
 
setGuiComponent(Component) - Method in class dguitar.gui.MusicCursorPosition
 
setIcon(JLabel, int, Image[]) - Method in class dguitar.gui.ColorPanelNote
 
setIcon(JLabel, int, ImageIcon[]) - Method in class dguitar.gui.ColorPanelNote
 
setIcon(JLabel, int, Image[]) - Method in class dguitar.gui.ColorPanelRhythm
 
setIcon(JLabel, int, Image[]) - Method in class dguitar.gui.ColorPanelSelect
 
setIcon(JLabel, int, ImageIcon[]) - Method in class dguitar.gui.ColorPanelSelect
 
setInstruction(String) - Method in class dguitar.codecs.guitarPro.GPSong
 
setInstrument(int) - Method in class dguitar.codecs.guitarPro.GPMIDIChannel
Sets this MIDI channel's instrument.
setInterpret(String) - Method in class dguitar.codecs.guitarPro.GPSong
 
setKey(GPKey) - Method in class dguitar.codecs.guitarPro.GPSong
 
setLang(PropertyResourceBundle) - Static method in class dguitar.gui.DGuitar
 
setLangText() - Method in class dguitar.gui.ColorDialog
 
setLangText() - Method in class dguitar.gui.ColorPanel
 
setLangText() - Method in class dguitar.gui.ColorPanelNote
 
setLangText() - Method in class dguitar.gui.ColorPanelRhythm
 
setLangText() - Method in class dguitar.gui.ColorPanelSelect
 
setLangText() - Method in class dguitar.gui.DGuitar
Set the language messages for the menus
setLangText() - Method in class dguitar.gui.ScoreInformationDialog
 
setLangText() - Method in class dguitar.gui.SongInternalFrame
 
setLangText() - Method in class dguitar.gui.SongOptionsMenu
 
setLangText() - Method in class dguitar.gui.midi.MidiInternalFrame
 
setLeftMargin(int) - Method in class dguitar.gui.TrackPanel
 
setLeftOffset(int) - Method in class dguitar.gui.MusicCursor
 
setLine(int, String) - Method in class dguitar.codecs.guitarPro.GPTrackLyrics
Sets the ith line of lyrics.
setLines(int) - Method in class dguitar.gui.BarPanel
 
setLogCheckBoxes() - Method in class dguitar.gui.DGuitar
Set the log CheckBoxes according to the DGuitar.typeOfLog
setLyrics(GPTrackLyrics) - Method in class dguitar.codecs.guitarPro.GPSong
 
setMeasure(GPMeasure) - Method in class dguitar.gui.Bar
 
setMeasureNumber(int, int) - Method in class dguitar.codecs.guitarPro.GPTrackLyrics
Sets the number of the measure from which the lyrics start on line i.
setMeasureNumberFont(Font) - Method in class dguitar.gui.BarPanel
 
setMeasureTrackPair(GPMeasureTrackPair) - Method in class dguitar.gui.BarMTP
 
setMeasureTrackPair(int, GPMeasureTrackPair) - Method in class dguitar.gui.BarPanel
 
setMeasureTrackPair(int, GPMeasureTrackPair) - Method in class dguitar.gui.TrackPanel
 
setMeasures(List) - Method in class dguitar.gui.BarPanel
 
setMeasures(List) - Method in class dguitar.gui.TrackPanel
 
setMeasuresTracksPairs() - Method in class dguitar.gui.SongPanel
 
setMenuIndexedListener(MenuIndexedListener) - Method in class dguitar.gui.SongOptionsMenu
 
setMessage(SongMessage) - Method in interface dguitar.adaptors.song.SongEvent
 
setMessage(SongMessage) - Method in class dguitar.adaptors.song.event.SongEventImpl
 
setMidiDevices(Object[]) - Method in class dguitar.gui.midi.MidiDevices
 
setMidiFileName(String) - Method in class test.songs.MidiSongDefinition
 
setMidiTrackEvents(Vector) - Method in class dguitar.gui.midi.MidiEventPanel
This method iterates over V and creates objects acoording to that
setMinDuration(GPDuration) - Method in class dguitar.gui.BarMTP
 
setMinDuration(GPDuration, int) - Method in class dguitar.gui.SongPanel
this methos propagate the minDuration vertically..acrros the tracks m is the measure number
setMinPieceSpacing(boolean) - Method in class dguitar.gui.SongPanel
 
setMinWidth(int) - Method in class dguitar.gui.BarMTP
 
setMinWidth(int, int) - Method in class dguitar.gui.SongPanel
 
setMultiTrackView(boolean) - Method in class dguitar.gui.SongPanel
 
setMusicCursor(int, int, boolean) - Method in class dguitar.gui.TrackPanel
 
setMusicCursorPosition(MusicCursorPosition) - Method in class dguitar.gui.MusicCursor
 
setMusicCursorSingleColor(boolean) - Method in class dguitar.gui.SongPanel
 
setMusicCursorSingleColor(boolean) - Method in class dguitar.gui.TrackPanel
 
setMusicCursorsProcesingEvents(boolean) - Method in class dguitar.gui.TrackPanel
 
setMusicCursorsVisible(boolean) - Method in class dguitar.gui.TrackPanel
 
setNTuplet(int) - Method in class dguitar.codecs.guitarPro.GPBeat
Sets the number of the n-tuplet (3, 5, 7...).
setNTuplet(int) - Method in class dguitar.codecs.guitarPro.GPNote
Sets this note's n-tuplet.
setName(String) - Method in class dguitar.codecs.guitarPro.GPChordDiagram
 
setName(String) - Method in class dguitar.codecs.guitarPro.GPMarker
Sets this marker's name.
setName(String) - Method in class dguitar.codecs.guitarPro.GPTrack
Sets this track's name.
setNewValue(int) - Method in class dguitar.codecs.guitarPro.GPMixTableElement
Sets this element's new value.
setNext(PerformanceEvent) - Method in class dguitar.players.sound.PerformanceEvent
Chain this performance event to the next one in the same event stream.
setNineElevenThirteen(int) - Method in class dguitar.codecs.guitarPro.GPChordDiagram
 
setNote(int) - Method in class dguitar.codecs.guitarPro.GPMusicalNote
Sets the note.
setNote(String) - Method in class dguitar.codecs.guitarPro.GPSong
 
setNoteSpacing(int) - Method in class dguitar.gui.BarPanel
 
setNoteSpacing(int) - Method in class dguitar.gui.SongPanel
 
setNoteSpacing(int) - Method in class dguitar.gui.TrackPanel
 
setNotes(List) - Method in class dguitar.gui.BarMTP.PaintedBeatInfo
 
setNotesFont(Font) - Method in class dguitar.gui.BarPanel
 
setNumBarres(int) - Method in class dguitar.codecs.guitarPro.GPChordDiagram
 
setNumBeat(int) - Method in class dguitar.gui.MusicCursorPosition
 
setNumMeasure(int) - Method in class dguitar.gui.MusicCursorPosition
 
setNumMeasures(int) - Method in class dguitar.gui.PlayPanel
 
setNumMeasures(int) - Method in class dguitar.players.gui.PlayPanel
 
setNumTracks(int) - Method in class dguitar.gui.SongPanel
 
setNumber(int) - Method in class dguitar.codecs.guitarPro.GPMeasure
Sets this measure's number.
setNumberOfAlternateEnding(int) - Method in class dguitar.codecs.guitarPro.GPMeasure
Sets this measure's number of alternate endings.
setNumberOfFrets(int) - Method in class dguitar.codecs.guitarPro.GPTrack
Sets this track's number of frets.
setNumberOfRepetitions(int) - Method in class dguitar.codecs.guitarPro.GPMeasure
Sets this measure's number of repetitions.
setNumberOfStrings(int) - Method in class dguitar.codecs.guitarPro.GPTrack
Sets this track's number of strings.
setNumerator(int) - Method in class dguitar.codecs.guitarPro.GPMeasure
Sets this measure's numerator.
setOctave(int) - Method in class dguitar.codecs.guitarPro.GPSong
 
setPan(int) - Method in interface dguitar.adaptors.song.SongTrack
 
setPan(int) - Method in class dguitar.adaptors.song.impl.SongTrackImpl
 
setPerformance(Performance) - Method in class dguitar.players.sound.MasterPlayer
 
setPerformance(Performance) - Method in interface dguitar.players.sound.SoundPlayer
 
setPerformance(Performance) - Method in class dguitar.players.sound.midi.MidiFiler
 
setPerformance(Performance) - Method in class dguitar.players.sound.midi.MidiPlayer
 
setPerformance(Performance) - Method in class test.tools.MockMidiPlayer
 
setPeriod(GPDuration) - Method in class dguitar.codecs.guitarPro.GPTrill
Sets this trill's period.
setPhaser(int) - Method in interface dguitar.adaptors.song.SongTrack
 
setPhaser(int) - Method in class dguitar.adaptors.song.impl.SongTrackImpl
 
setPhaser(int) - Method in class dguitar.codecs.guitarPro.GPMIDIChannel
Sets this MIDI channel's phaser.
setPiece(GPSong) - Method in class dguitar.gui.ScoreInformationDialog
 
setPitch(int) - Method in class dguitar.adaptors.song.event.SongNoteOnMessage
 
setPlaying(boolean) - Method in class dguitar.gui.PlayPanel
 
setPlaying(boolean) - Method in class dguitar.gui.PlayToolBar
 
setPlaying(boolean) - Method in interface dguitar.gui.Playable
 
setPlaying(boolean) - Method in class dguitar.gui.SongInternalFrame
 
setPlaying(boolean) - Method in class dguitar.gui.midi.MidiInternalFrame
 
setPoint(Point) - Method in class dguitar.gui.MusicCursorPosition
 
setPort(int) - Method in class dguitar.codecs.guitarPro.GPTrack
Sets this track's port.
setPosition(int) - Method in class dguitar.codecs.guitarPro.GPBendPoint
Sets this point's position.
setPrimaryDevice(SongDevice) - Method in interface dguitar.adaptors.song.SongTrack
 
setPrimaryDevice(SongDevice) - Method in class dguitar.adaptors.song.impl.SongTrackImpl
 
setProgram(int) - Method in interface dguitar.adaptors.song.SongTrack
 
setProgram(int) - Method in class dguitar.adaptors.song.impl.SongTrackImpl
 
setRepeatCount(int) - Method in class test.songs.RepeatedSongComponent
 
setRepeatFont(Font) - Method in class dguitar.gui.BarPanel
 
setRestBeat(boolean) - Method in class dguitar.codecs.guitarPro.GPBeat
Sets this beat to be a rest or not according to restBeat.
setResults(String) - Method in class dguitar.codecs.guitarPro.statistics.GPStats
 
setReverb(int) - Method in interface dguitar.adaptors.song.SongTrack
 
setReverb(int) - Method in class dguitar.adaptors.song.impl.SongTrackImpl
 
setReverb(int) - Method in class dguitar.codecs.guitarPro.GPMIDIChannel
Sets this MIDI channel's reverb.
setRightOffset(int) - Method in class dguitar.gui.MusicCursor
 
setRoot(GPChordNote) - Method in class dguitar.codecs.guitarPro.GPChordDiagram
 
setSecondaryDevice(SongDevice) - Method in interface dguitar.adaptors.song.SongTrack
 
setSecondaryDevice(SongDevice) - Method in class dguitar.adaptors.song.impl.SongTrackImpl
 
setSelected(MidiTrackEvent, boolean) - Method in class dguitar.gui.midi.MidiEventPanel
Selects a given MidiTrackEvent
setSelected(boolean) - Method in class dguitar.gui.midi.MidiEventPanelItem
 
setSharp(boolean) - Method in class dguitar.codecs.guitarPro.GPChordDiagram
 
setSides(String, String) - Method in class test.suite.PlayerDemoTest.ComparisonLinePrinter
 
setSingleColor(ColorScheme) - Method in class dguitar.gui.ColorPanelNote
 
setSingleColor(ColorScheme) - Method in class dguitar.gui.ColorPanelRhythm
 
setSingleColor(ColorScheme) - Method in class dguitar.gui.ColorPanelSelect
 
setSongObject(Object) - Method in class dguitar.gui.MusicCursorPosition
 
setSongTitle(String) - Method in class dguitar.gui.PlayPanel
 
setSoundPlayer(SoundPlayer) - Method in class dguitar.players.sound.MasterPlayer
 
setString(int, boolean) - Method in class dguitar.codecs.guitarPro.GPBeat
Changes the status of the string i.
setStringsTuning(int, int) - Method in class dguitar.codecs.guitarPro.GPTrack
Sets this track's string tuning.
setSubtitle(String) - Method in class dguitar.codecs.guitarPro.GPSong
 
setTempo(int) - Method in class dguitar.codecs.guitarPro.GPSong
 
setTempo(Tempo) - Method in class dguitar.players.sound.midi.PerformanceCore
 
setTieNote(boolean) - Method in class dguitar.codecs.guitarPro.GPNote
Sets this note as a tie note or not according to isGhostNote.
setTime(int) - Method in interface dguitar.adaptors.song.SongEvent
 
setTime(int) - Method in class dguitar.adaptors.song.event.SongEventImpl
 
setTimeSignature(int, TimeSignature) - Method in interface dguitar.players.sound.Performance
 
setTimeSignature(int, TimeSignature) - Method in class dguitar.players.sound.midi.PerformanceCore
 
setTimeSignatureFont(Font) - Method in class dguitar.gui.BarPanel
 
setTimerFrequency(int) - Method in class dguitar.players.sound.MasterPlayer
 
setTimerFrequency(int) - Method in interface dguitar.players.sound.Performance
Set the frequency of timer events, in clicks per beat.
setTimerFrequency(int) - Method in interface dguitar.players.sound.TimerSettings
 
setTimerFrequency(int) - Method in class dguitar.players.sound.midi.MidiPlayer
 
setTimerFrequency(int) - Method in class dguitar.players.sound.midi.PerformanceFile
 
setTimerFrequency(int) - Method in class dguitar.players.sound.midi.PerformanceLive
 
setTimerFrequency(int) - Method in class test.tools.MockMidiPlayer
 
setTitle(String) - Method in class dguitar.codecs.guitarPro.GPSong
 
setTonality(GPKey) - Method in class dguitar.codecs.guitarPro.GPMeasure
Sets this measure's tonality.
setTonalityEleven(GPTonalityType) - Method in class dguitar.codecs.guitarPro.GPChordDiagram
 
setTonalityFive(GPTonalityType) - Method in class dguitar.codecs.guitarPro.GPChordDiagram
 
setTonalityNine(GPTonalityType) - Method in class dguitar.codecs.guitarPro.GPChordDiagram
 
setTonalityType(GPTonalityType) - Method in class dguitar.codecs.guitarPro.GPChordDiagram
 
setTopOffset(int) - Method in class dguitar.gui.Bar
 
setTopOffset(int) - Method in class dguitar.gui.BarPanel
Set the TopOffset of all the Bars in this BarPanel caller of this method should call validate or repaint() as neccesary
setTrack(GPTrack) - Method in class dguitar.gui.BarPanel
 
setTrack(GPTrack) - Method in class dguitar.gui.TrackPanel
 
setTrackNumber(int) - Method in class dguitar.codecs.guitarPro.GPTrackLyrics
Sets the track number.
setTransition(GPGraceNoteTransition) - Method in class dguitar.codecs.guitarPro.GPGraceNote
Sets this grace note's transition.
setTremolo(int) - Method in interface dguitar.adaptors.song.SongTrack
 
setTremolo(int) - Method in class dguitar.adaptors.song.impl.SongTrackImpl
 
setTremolo(int) - Method in class dguitar.codecs.guitarPro.GPMIDIChannel
Sets this MIDI channel's tremolo.
setType(GPBendType) - Method in class dguitar.codecs.guitarPro.GPBend
Sets the type of this bend.
setTypeOfSlide(int) - Method in class dguitar.gui.SlideLabel
 
setTypeOfSlide(GPSlide) - Method in class dguitar.gui.SlideLabel
 
setUI(ComponentUI) - Method in class dguitar.gui.DGFileChooser
 
setUSQ(double) - Method in class dguitar.adaptors.song.Tempo
 
setUp() - Method in class test.suite.RepeatedSongPhraseImplTest
 
setUp() - Method in class test.suite.SongPhraseListImplTest
 
setUp() - Method in class test.suite.TempoTestCase
 
setValue(int) - Method in class dguitar.codecs.guitarPro.GPBend
Sets this bend's value.
setValue(int) - Method in class dguitar.codecs.guitarPro.GPBendPoint
Sets this point's value.
setVelocity(int) - Method in class dguitar.adaptors.song.event.SongNoteOnMessage
 
setVersion(String) - Method in class dguitar.codecs.guitarPro.GPSong
 
setVibrato(GPVibrato) - Method in class dguitar.codecs.guitarPro.GPBendPoint
Sets this point's vibrato effect.
setVirtualTrack(SongVirtualTrack) - Method in interface dguitar.adaptors.song.SongEvent
 
setVirtualTrack(SongVirtualTrack) - Method in class dguitar.adaptors.song.event.SongEventImpl
 
setVisibleScrolls(boolean) - Method in class dguitar.gui.midi.MidiInternalFrame
 
setVolume(int) - Method in interface dguitar.adaptors.song.SongTrack
 
setVolume(int) - Method in class dguitar.adaptors.song.impl.SongTrackImpl
 
setVolume(int) - Method in class dguitar.codecs.guitarPro.GPMIDIChannel
Sets this MIDI channel's volume.
setWidth(int) - Method in class dguitar.gui.MusicCursor
 
setWidth(int) - Method in class dguitar.gui.MusicCursorPosition
 
setWidth(int) - Method in class dguitar.gui.SlideLabel
 
setchordFingeringDisplayed(boolean) - Method in class dguitar.codecs.guitarPro.GPChordDiagram
 
shortProperty(String, short) - Method in class dguitar.gui.DGuitar
 
shortTitle() - Method in class dguitar.gui.DGuitar
 
showCustomInputDialog(Component, String, Object, boolean, String) - Static method in class dguitar.gui.DGuitar
 
showDialogOk(String, Object) - Method in class dguitar.gui.DGuitar
this method allows to show a message on a information dialog the Object can be a String or a Component see JOptionPane
showFileChooserAndOpen() - Method in class dguitar.gui.DGuitar
Show file chooser, respond to the actions, and load a file as necesary
showMessageAlreadyOpen(String) - Method in class dguitar.gui.DGuitar
this message is showed when a file is already open
showSnap - Variable in class dguitar.gui.unused.BarStandard
 
showTextFile(String, String, boolean, int, int) - Method in class dguitar.gui.DGuitar
this method shows a file on a ScrollText or ScrollTextPane according to the value of scroll
singleButton - Variable in class dguitar.gui.ColorPanelNote
 
singleButton - Variable in class dguitar.gui.ColorPanelRhythm
 
singleButton - Variable in class dguitar.gui.ColorPanelSelect
 
singleButtonActionPerformed(ActionEvent) - Method in class dguitar.gui.ColorPanelNote
 
singleButtonActionPerformed(ActionEvent) - Method in class dguitar.gui.ColorPanelRhythm
 
singleButtonActionPerformed(ActionEvent) - Method in class dguitar.gui.ColorPanelSelect
 
singleColor - Variable in class dguitar.gui.ColorPanelNote
 
singleColor - Variable in class dguitar.gui.ColorPanelRhythm
 
singleColor - Variable in class dguitar.gui.ColorPanelSelect
 
singleMusicCursorColor - Variable in class dguitar.gui.DisplayOptions
if true the musicCursor are all in the same color otherwise each MusicCursor is painted with the Track color
singleRadioButton - Variable in class dguitar.gui.ColorPanelNote
 
singleRadioButton - Variable in class dguitar.gui.ColorPanelRhythm
 
singleRadioButton - Variable in class dguitar.gui.ColorPanelSelect
 
singleRadioButtonActionPerformed(ActionEvent) - Method in class dguitar.gui.ColorPanelNote
 
singleRadioButtonActionPerformed(ActionEvent) - Method in class dguitar.gui.ColorPanelRhythm
 
singleRadioButtonActionPerformed(ActionEvent) - Method in class dguitar.gui.ColorPanelSelect
 
skip(long) - Method in class dguitar.codecs.guitarPro.GPInputStream
Skips over and discards n bytes of data from this input stream.
slapping - Variable in class dguitar.codecs.guitarPro.GPEffectsOnBeat
Presence of a slapping effect.
slapping - Variable in class dguitar.codecs.guitarPro.statistics.GPStatsEffectsOnBeat
 
slide - Variable in class dguitar.codecs.guitarPro.GPEffectsOnNote
Slide possibly associated with this effect.
slidesNames - Static variable in class dguitar.gui.SlideLabel
 
snap(Point, MusicCursor) - Method in class dguitar.gui.BarPanel
 
snap(Point, Point) - Method in class dguitar.gui.unused.BarStandard
 
snapRect - Variable in class dguitar.gui.unused.BarStandard
 
snapX(int, MusicCursor) - Method in class dguitar.gui.Bar
 
snapX(int, MusicCursor) - Method in class dguitar.gui.BarMTP
 
snapX(int, MusicCursor) - Method in class dguitar.gui.unused.BarStandard
 
somethingSongDefinition() - Static method in class test.songs.SongArchive
 
song - Variable in class dguitar.gui.SongInternalFrame
 
songLbl - Variable in class dguitar.gui.PlayPanel
 
songObject - Variable in class dguitar.gui.MusicCursorPosition
This object holds information about the current beat or bar
songOptionsListener - Variable in class dguitar.gui.SongOptionsMenu
 
songPanel - Variable in class dguitar.gui.SongInternalFrame
 
songText - Variable in class dguitar.gui.PlayPanel
 
soundPlayer - Variable in class dguitar.players.sound.MasterPlayer
 
source - Variable in class dguitar.adaptors.song.event.SongNoteOffMessage
 
spaceBCBP - Variable in class dguitar.gui.TrackPanel
 
spacingChange - Variable in class dguitar.gui.SongPanel
 
splitTrack(Track) - Static method in class dguitar.adaptors.midi.MidiAdaptor
 
staccato - Variable in class dguitar.codecs.guitarPro.GPEffectsOnNote
Presence of staccato.
start - Variable in class dguitar.gui.FileLoaderHandler
 
start() - Method in class dguitar.gui.FileLoaderHandler
 
start - Variable in class dguitar.gui.ScoreInformationDialog
 
start - Variable in class dguitar.gui.SongInternalFrame
 
start() - Method in class dguitar.players.sound.MasterPlayer
 
start() - Method in interface dguitar.players.sound.SoundPlayer
 
start() - Method in class dguitar.players.sound.midi.MidiFiler
 
start() - Method in class dguitar.players.sound.midi.MidiPlayer
 
start - Variable in class test.songs.SongComponent
 
start() - Method in class test.tools.MockMidiPlayer
 
startDisplayString(ScrollTextPanel) - Method in class dguitar.codecs.guitarPro.GPSong
 
stop() - Method in class dguitar.players.sound.MasterPlayer
 
stop() - Method in interface dguitar.players.sound.RealtimeSoundPlayer
 
stop() - Method in class dguitar.players.sound.midi.MidiPlayer
 
stop() - Method in class test.tools.MockMidiPlayer
 
stopDisplayString() - Method in class dguitar.codecs.guitarPro.GPSong
 
stringFor(int, String, int, String) - Method in class dguitar.codecs.guitarPro.statistics.GPStats
creates a String that is used for output os statistics
stringize(MidiEvent) - Static method in class test.tools.MidiTools
 
stringize(MidiMessage) - Static method in class test.tools.MidiTools
 
subtitle - Variable in class dguitar.codecs.guitarPro.GPSong
The piece subtitle.
subtitle - Variable in class dguitar.gui.ScoreInformationDialog
 
supportedExtension(String) - Method in interface dguitar.codecs.Codec
Returns if the extension is supported by this codec
supportedExtension(String) - Method in class dguitar.codecs.guitarPro.GPInputStream
 
supportedExtension(String) - Method in class dguitar.codecs.midi.MidiOutputStream
 
supportedExtensions - Variable in class dguitar.gui.DGuitar
A list of the supportedExtension according to the available CoDecs
supportedVersion(String) - Static method in class dguitar.codecs.guitarPro.version1.GP1InputStream
This method checks if the String version if supported.
supportedVersion(String) - Static method in class dguitar.codecs.guitarPro.version2.GP2InputStream
This method checks if the String version if supported.
supportedVersion(String) - Static method in class dguitar.codecs.guitarPro.version3.GP3InputStream
This method checks if the String version if supported.
supportedVersion(String) - Static method in class dguitar.codecs.guitarPro.version4.GP4InputStream
This method checks if the String version if supported.
supportedVersions - Static variable in class dguitar.codecs.guitarPro.version1.GP1InputStream
The versions this parser supports.
supportedVersions() - Static method in class dguitar.codecs.guitarPro.version1.GP1InputStream
This methods returns a String with the supported versions separated by '\n'.
supportedVersions - Static variable in class dguitar.codecs.guitarPro.version2.GP2InputStream
The versions this parser supports.
supportedVersions() - Static method in class dguitar.codecs.guitarPro.version2.GP2InputStream
This methods returns a String with the supported versions separated by '\n'.
supportedVersions - Static variable in class dguitar.codecs.guitarPro.version3.GP3InputStream
The versions this parser supports.
supportedVersions() - Static method in class dguitar.codecs.guitarPro.version3.GP3InputStream
This methods returns a String with the supported versions separated by '\n'.
supportedVersions - Static variable in class dguitar.codecs.guitarPro.version4.GP4InputStream
The versions this parser supports.
supportedVersions() - Static method in class dguitar.codecs.guitarPro.version4.GP4InputStream
This methods returns a String with the supported versions separated by '\n'.
switchLog() - Method in class dguitar.gui.DGuitar
 
sysErr - Static variable in class dguitar.gui.DGuitar
 

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