Package org.daisy.braille.embosser
Interface EmbosserWriterProperties
-
- All Superinterfaces:
EmbosserProperties
- All Known Subinterfaces:
EmbosserWriter
- All Known Implementing Classes:
AbstractEmbosserWriter,BufferedEmbosserWriter,BufferedVolumeEmbosser,ConfigurableEmbosser,FileToDeviceEmbosserWriter,SimpleEmbosserProperties
public interface EmbosserWriterProperties extends EmbosserProperties
Provides information about the embosser.- Author:
- Joel HÃ¥kansson
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.daisy.braille.embosser.EmbosserProperties
EmbosserProperties.PrintMode
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetMaxHeight()Gets the maximum page height in the current configurationintgetMaxWidth()Gets the maximum row width in the current configuration-
Methods inherited from interface org.daisy.braille.embosser.EmbosserProperties
supports8dot, supportsAligning, supportsDuplex, supportsPrintMode, supportsVolumes, supportsZFolding
-
-