public class NoteExporter extends FileExporter
Modifier and Type | Field and Description |
---|---|
static ExtensionFileFilter |
FILE_FILTER
File extension filter for .osn files
|
filter
Constructor and Description |
---|
NoteExporter()
Create a new note exporter with the default .osn file filter
|
Modifier and Type | Method and Description |
---|---|
boolean |
acceptFile(java.io.File pathname,
Layer layer) |
void |
exportData(java.io.File file,
Layer layer) |
activeLayerChange, isCanceled, isEnabled, layerAdded, layerRemoved, setCanceled, setEnabled
public static final ExtensionFileFilter FILE_FILTER
public NoteExporter()
public boolean acceptFile(java.io.File pathname, Layer layer)
acceptFile
in class FileExporter
public void exportData(java.io.File file, Layer layer) throws java.io.IOException
exportData
in class FileExporter
java.io.IOException