org.herac.tuxguitar.io.pdf
Class PDFPluginExporter

java.lang.Object
  extended by TGExporterPlugin
      extended by org.herac.tuxguitar.io.pdf.PDFPluginExporter

public class PDFPluginExporter
extends TGExporterPlugin


Constructor Summary
PDFPluginExporter()
           
 
Method Summary
 java.lang.String getAuthor()
           
 java.lang.String getDescription()
           
protected  TGSongExporter getExporter()
           
 java.lang.String getName()
           
 java.lang.String getVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PDFPluginExporter

public PDFPluginExporter()
Method Detail

getExporter

protected TGSongExporter getExporter()

getVersion

public java.lang.String getVersion()

getAuthor

public java.lang.String getAuthor()

getName

public java.lang.String getName()

getDescription

public java.lang.String getDescription()