Package org.daisy.braille.embosser
Interface EmbosserWriterProperties
- All Superinterfaces:
EmbosserProperties
- All Known Subinterfaces:
EmbosserWriter
- All Known Implementing Classes:
AbstractEmbosserWriter
,BufferedEmbosserWriter
,BufferedVolumeEmbosser
,ConfigurableEmbosser
,FileToDeviceEmbosserWriter
,SimpleEmbosserProperties
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
Modifier and TypeMethodDescriptionint
Gets the maximum page height in the current configurationint
Gets the maximum row width in the current configurationMethods inherited from interface org.daisy.braille.embosser.EmbosserProperties
supports8dot, supportsAligning, supportsDuplex, supportsPrintMode, supportsVolumes, supportsZFolding
-
Method Details
-
getMaxWidth
int getMaxWidth()Gets the maximum row width in the current configuration- Returns:
- returns the maximum row width, in characters
-
getMaxHeight
int getMaxHeight()Gets the maximum page height in the current configuration- Returns:
- returns the maximum page height, in rows
-