org.herac.tuxguitar.io.ascii
Class ASCIIPluginExporter

java.lang.Object
  extended by TGExporterPlugin
      extended by org.herac.tuxguitar.io.ascii.ASCIIPluginExporter

public class ASCIIPluginExporter
extends TGExporterPlugin


Constructor Summary
ASCIIPluginExporter()
           
 
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

ASCIIPluginExporter

public ASCIIPluginExporter()
Method Detail

getExporter

protected TGSongExporter getExporter()

getAuthor

public java.lang.String getAuthor()

getDescription

public java.lang.String getDescription()

getName

public java.lang.String getName()

getVersion

public java.lang.String getVersion()