Class Braillo600SREmbosser
- java.lang.Object
-
- org.daisy.dotify.api.factory.AbstractFactory
-
- org.daisy.braille.utils.impl.tools.embosser.AbstractEmbosser
-
- org.daisy.braille.utils.impl.provider.braillo.BrailloEmbosser
-
- org.daisy.braille.utils.impl.provider.braillo.AbstractBraillo200Embosser
-
- org.daisy.braille.utils.impl.provider.braillo.Braillo600SREmbosser
-
- All Implemented Interfaces:
Serializable
,Embosser
,EmbosserFactoryProperties
,EmbosserProperties
,Factory
,FactoryProperties
public class Braillo600SREmbosser extends AbstractBraillo200Embosser
Provides an Embosser for Braillo 600SR. This printer is based on the Braillo 400S with the same well-proven technology.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.daisy.dotify.api.embosser.EmbosserProperties
EmbosserProperties.PrintMode
-
Nested classes/interfaces inherited from interface org.daisy.dotify.api.factory.FactoryProperties
FactoryProperties.ComparatorBuilder
-
-
Field Summary
-
Fields inherited from class org.daisy.braille.utils.impl.tools.embosser.AbstractEmbosser
defaultTable, setTable, tableCatalogService
-
-
Constructor Summary
Constructors Constructor Description Braillo600SREmbosser(TableCatalogService service, EmbosserFactoryProperties props)
Creates a new Braillo 600 SR embosser.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
supportsPageFormat(PageFormat pageFormat)
Returns true if the page format is supported.boolean
supportsPaper(Paper paper)
Returns thue if the paper is supported.-
Methods inherited from class org.daisy.braille.utils.impl.provider.braillo.AbstractBraillo200Embosser
getPrintableArea, getPrintPage, newEmbosserWriter, newEmbosserWriter, setFeature, supports8dot, supportsAligning, supportsDuplex, supportsPrintMode, supportsPrintPage, supportsVolumes, supportsZFolding
-
Methods inherited from class org.daisy.braille.utils.impl.provider.braillo.BrailloEmbosser
getCellHeight, getCellWidth, getTableFilter
-
Methods inherited from class org.daisy.braille.utils.impl.tools.embosser.AbstractEmbosser
getFeature, getMake, getMaxHeight, getMaxWidth, getModel, getPageFormat, getProperty, supportsTable, toString
-
Methods inherited from class org.daisy.dotify.api.factory.AbstractFactory
getDescription, getDisplayName, getIdentifier
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.daisy.dotify.api.factory.FactoryProperties
getDescription, getDisplayName, getIdentifier
-
-
-
-
Constructor Detail
-
Braillo600SREmbosser
public Braillo600SREmbosser(TableCatalogService service, EmbosserFactoryProperties props)
Creates a new Braillo 600 SR embosser.- Parameters:
service
- the table catalogprops
- the embosser properties
-
-
Method Detail
-
supportsPageFormat
public boolean supportsPageFormat(PageFormat pageFormat)
Description copied from interface:Embosser
Returns true if the page format is supported.- Parameters:
pageFormat
- the page format- Returns:
- returns true if the page format is supported, false otherwise
-
-