Embosser, EmbosserWriter, EmbosserWriterPropertiesAbstractEmbosser, AbstractEmbosserWriter, BufferedEmbosserWriter, BufferedVolumeEmbosser, ConfigurableEmbosser, FileToDeviceEmbosserWriter, SimpleEmbosserPropertiespublic interface EmbosserProperties
| Modifier and Type | Interface | Description |
|---|---|---|
static class |
EmbosserProperties.PrintMode |
Regular printing or multi-page printing
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
supports8dot() |
Returns true if this embosser supports 8 dot braille
|
boolean |
supportsAligning() |
Returns true if this embosser supports aligning.
|
boolean |
supportsDuplex() |
Returns true if this embosser supports duplex printing
|
boolean |
supportsPrintMode(EmbosserProperties.PrintMode mode) |
Returns true if this embosser supports magazine layout.
|
boolean |
supportsVolumes() |
Returns true if this embosser has some method for volume handling
|
boolean |
supportsZFolding() |
Returns true if this embosser supports z-folding.
|
boolean supportsVolumes()
boolean supports8dot()
boolean supportsDuplex()
boolean supportsAligning()
getMaxWidth.
Should return true for all physical embossers, since they all have
a finite row length.boolean supportsZFolding()
boolean supportsPrintMode(EmbosserProperties.PrintMode mode)