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, setEnabledpublic static final ExtensionFileFilter FILE_FILTER
public NoteExporter()
public boolean acceptFile(java.io.File pathname, Layer layer)
acceptFile in class FileExporterpublic void exportData(java.io.File file, Layer layer) throws java.io.IOException
exportData in class FileExporterjava.io.IOException