dguitar.codecs.guitarPro.version4
Class GP4Piece

java.lang.Object
  extended bydguitar.codecs.guitarPro.GPSong
      extended bydguitar.codecs.guitarPro.version4.GP4Piece

public class GP4Piece
extends GPSong

This class handles features specific to GP4.

Author:
Matthieu Wipliez

Nested Class Summary
 
Nested classes inherited from class dguitar.codecs.guitarPro.GPSong
 
Field Summary
 
Fields inherited from class dguitar.codecs.guitarPro.GPSong
album, authorPiece, authorSong, channels, chordsDiagrams, copyright, instruction, interpret, key, lyrics, measures, measuresTracksPairs, note, octave, subtitle, tempo, title, tracks, tripletFeel, version
 
Constructor Summary
GP4Piece()
          Creates a new Piece.
 
Methods inherited from class dguitar.codecs.guitarPro.GPSong
getAlbum, getAuthorPiece, getAuthorSong, getChannels, getChordsDiagrams, getCopyright, getInstruction, getInterpret, getKey, getLyrics, getMeasures, getMeasuresTracksPairs, getMeasureTrackPair, getNote, getNumMeasures, getNumTracks, getOctave, getSubtitle, getTempo, getTitle, getTrackMeasurePair, getTracks, getVersion, setAlbum, setAuthorPiece, setAuthorSong, setChannels, setCopyright, setInstruction, setInterpret, setKey, setLyrics, setNote, setOctave, setSubtitle, setTempo, setTitle, setVersion, startDisplayString, stopDisplayString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GP4Piece

public GP4Piece()
Creates a new Piece.