dguitar.codecs.guitarPro.statistics
Class GPStatsPiece

java.lang.Object
  extended bydguitar.codecs.guitarPro.statistics.GPStats
      extended bydguitar.codecs.guitarPro.statistics.GPStatsPiece
All Implemented Interfaces:
common.FolderIteratorListener

public class GPStatsPiece
extends GPStats

this class calculates statistics for a Piece

Author:
Mauricio Gracia Gutiérrez

Field Summary
(package private)  java.util.Vector MTPdetails
           
(package private)  GPStatsMeasureTrackPair MTPtotal
           
(package private)  int numMeasures
           
(package private)  int numTracks
           
(package private)  int numTracksWithLyrics
           
(package private)  java.lang.String pieceName
           
 
Fields inherited from class dguitar.codecs.guitarPro.statistics.GPStats
level, msg, PieceCumulative
 
Constructor Summary
GPStatsPiece()
           
 
Method Summary
 void add(GPStatsPiece a)
           
 void 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.
 java.lang.String toString()
           
 
Methods inherited from class dguitar.codecs.guitarPro.statistics.GPStats
actionForFile, actionForFolder, actionRunFinished, actionRunInit, getResults, isDetailed, setDetailed, setResults, stringFor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

numTracks

int numTracks

numMeasures

int numMeasures

MTPtotal

GPStatsMeasureTrackPair MTPtotal

pieceName

java.lang.String pieceName

MTPdetails

java.util.Vector MTPdetails

numTracksWithLyrics

int numTracksWithLyrics
Constructor Detail

GPStatsPiece

public GPStatsPiece()
Method Detail

getStats

public void 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.


toString

public java.lang.String toString()

add

public void add(GPStatsPiece a)