Interface InternalEmbosserWriterProperties
-
- All Superinterfaces:
EmbosserWriterProperties
- All Known Implementing Classes:
SimpleEmbosserProperties
public interface InternalEmbosserWriterProperties extends EmbosserWriterProperties
ExtendsEmbosserWriterPropertieswith support for duplex, which is needed by the implementations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetMaxRowCount()Gets the maximum page height in the current configuration.booleansupportsDuplex()Returns true if this embosser supports duplex printing.-
Methods inherited from interface org.daisy.dotify.api.embosser.EmbosserWriterProperties
getMaxWidth, supportsAligning
-
-
-
-
Method Detail
-
supportsDuplex
boolean supportsDuplex()
Returns true if this embosser supports duplex printing.- Returns:
- returns true if this embosser supports duplex printing
-
getMaxRowCount
int getMaxRowCount()
Gets the maximum page height in the current configuration.- Returns:
- returns the maximum page height, in rows
-
-