org.herac.tuxguitar.io.base
Interface TGSongExporter


public interface TGSongExporter


Method Summary
 boolean configure(boolean setDefaults)
           
 void exportSong(java.io.OutputStream stream, TGSong song)
           
 java.lang.String getExportName()
           
 TGFileFormat getFileFormat()
           
 

Method Detail

getExportName

java.lang.String getExportName()

getFileFormat

TGFileFormat getFileFormat()

configure

boolean configure(boolean setDefaults)

exportSong

void exportSong(java.io.OutputStream stream,
                TGSong song)
                throws TGFileFormatException
Throws:
TGFileFormatException