|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use GPSong | |
| dguitar.adaptors.guitarPro | Provides classes for Adapting a GPSong to a SongObject. |
| 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.codecs.midi | Provides classes for CODing and DECoding MIDI file formats. |
| dguitar.gui | Provides Graphical User Interface classes for other packages. |
| Uses of GPSong in dguitar.adaptors.guitarPro |
| Methods in dguitar.adaptors.guitarPro with parameters of type GPSong | |
static Song |
GPAdaptor.makeSong(GPSong piece)
|
| Uses of GPSong in dguitar.codecs.guitarPro |
| Methods in dguitar.codecs.guitarPro that return GPSong | |
private GPSong |
GPInputStream.readPiece()
Reads a piece from the stream. |
| Uses of GPSong in dguitar.codecs.guitarPro.statistics |
| Methods in dguitar.codecs.guitarPro.statistics with parameters of type GPSong | |
void |
GPStatsPiece.getStats(GPSong p,
java.lang.String PieceName)
this class gathers information about a single GPSong, you can dedicde if you want detailed, The Sring pieceName contains the name to display. |
| Uses of GPSong in dguitar.codecs.guitarPro.version1 |
| Methods in dguitar.codecs.guitarPro.version1 that return GPSong | |
GPSong |
GP1InputStream.readPiece()
Reads a piece from the stream. |
| Uses of GPSong in dguitar.codecs.guitarPro.version2 |
| Methods in dguitar.codecs.guitarPro.version2 that return GPSong | |
GPSong |
GP2InputStream.readPiece()
Reads a piece from the stream. |
| Uses of GPSong in dguitar.codecs.guitarPro.version3 |
| Subclasses of GPSong in dguitar.codecs.guitarPro.version3 | |
class |
GP3Piece
This class handles features specific to GP3. |
| Methods in dguitar.codecs.guitarPro.version3 that return GPSong | |
GPSong |
GP3InputStream.readPiece()
Reads a GPSong from the stream. |
| Uses of GPSong in dguitar.codecs.guitarPro.version4 |
| Subclasses of GPSong in dguitar.codecs.guitarPro.version4 | |
class |
GP4Piece
This class handles features specific to GP4. |
| Methods in dguitar.codecs.guitarPro.version4 that return GPSong | |
GPSong |
GP4InputStream.readPiece()
Reads a Piece from the stream. |
| Uses of GPSong in dguitar.codecs.midi |
| Methods in dguitar.codecs.midi with parameters of type GPSong | |
private void |
MidiOutputStream.writeGPSong(GPSong gpsong)
|
| Uses of GPSong in dguitar.gui |
| Fields in dguitar.gui declared as GPSong | |
private GPSong |
SongPanel.piece
|
private GPSong |
SongInternalFrame.gpSong
|
(package private) GPSong |
ScoreInformationDialog.p
|
| Methods in dguitar.gui that return GPSong | |
GPSong |
SongPanel.getPiece()
Gets the Piece object that was read using readPieceFrom(GPInputStream GIS) |
| Methods in dguitar.gui with parameters of type GPSong | |
void |
ScoreInformationDialog.setPiece(GPSong song)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||