rasmus.editor.exporter
Class WavAudioExporter

java.lang.Object
  extended by rasmus.editor.exporter.WavAudioExporter
All Implemented Interfaces:
FileConverter, FileExporter, ObjectExporter

public class WavAudioExporter
extends java.lang.Object
implements ObjectExporter


Constructor Summary
WavAudioExporter()
           
 
Method Summary
 boolean accept(java.io.File file)
           
 boolean exportFromObject(java.awt.Component parent, java.io.File file, Variable variable)
           
 java.lang.String getDescription()
           
 java.io.File setFileExtension(java.io.File file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WavAudioExporter

public WavAudioExporter()
Method Detail

exportFromObject

public boolean exportFromObject(java.awt.Component parent,
                                java.io.File file,
                                Variable variable)
Specified by:
exportFromObject in interface ObjectExporter

accept

public boolean accept(java.io.File file)
Specified by:
accept in interface FileConverter

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface FileConverter

setFileExtension

public java.io.File setFileExtension(java.io.File file)
Specified by:
setFileExtension in interface FileExporter