Package org.daisy.braille.embosser
Interface FileFormat
-
- All Superinterfaces:
java.lang.Comparable<Factory>,Factory,FileFormatProperties
public interface FileFormat extends Factory, FileFormatProperties
- Author:
- Bert Frees
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TableFiltergetTableFilter()EmbosserWriternewEmbosserWriter(java.io.OutputStream os)booleansupportsTable(Table table)-
Methods inherited from interface org.daisy.factory.Factory
getDescription, getDisplayName, getFeature, getIdentifier, getProperty, setFeature
-
Methods inherited from interface org.daisy.braille.embosser.FileFormatProperties
getFileExtension, supports8dot, supportsDuplex
-
-
-
-
Method Detail
-
supportsTable
boolean supportsTable(Table table)
-
getTableFilter
TableFilter getTableFilter()
-
newEmbosserWriter
EmbosserWriter newEmbosserWriter(java.io.OutputStream os)
-
-