Class Braillo400SREmbosser
- 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.Braillo400SREmbosser
-
- All Implemented Interfaces:
Serializable
,Embosser
,EmbosserFactoryProperties
,EmbosserProperties
,Factory
,FactoryProperties
public class Braillo400SREmbosser extends AbstractBraillo200Embosser
Provides a Braillo 400 SR embosser.- 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 Braillo400SREmbosser(TableCatalogService service, EmbosserFactoryProperties props)
Creates a new Braillo 400 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
-
Braillo400SREmbosser
public Braillo400SREmbosser(TableCatalogService service, EmbosserFactoryProperties props)
Creates a new Braillo 400 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
-
-