Class Braillo650SFEmbosser
- 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.AbstractBraillo440Embosser
-
- org.daisy.braille.utils.impl.provider.braillo.Braillo650SFEmbosser
-
- All Implemented Interfaces:
Serializable
,Embosser
,EmbosserFactoryProperties
,EmbosserProperties
,Factory
,FactoryProperties
public class Braillo650SFEmbosser extends AbstractBraillo440Embosser
Provides an Embosser for Braillo 600SF. This printer is based on the Braillo SW 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.provider.braillo.AbstractBraillo440Embosser
saddleStitchEnabled
-
Fields inherited from class org.daisy.braille.utils.impl.tools.embosser.AbstractEmbosser
defaultTable, setTable, tableCatalogService
-
-
Constructor Summary
Constructors Constructor Description Braillo650SFEmbosser(TableCatalogService service, EmbosserFactoryProperties props)
Creates a new Braillo 650 SF embosser.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setFeature(String key, Object value)
Associates the specified value with the specified key in this map.boolean
supportsPageFormat(PageFormat pageFormat)
Returns true if the page format is supported.boolean
supportsPaper(Paper paper)
Returns thue if the paper is supported.boolean
supportsPrintMode(EmbosserProperties.PrintMode mode)
Returns true if this embosser supports magazine layout.-
Methods inherited from class org.daisy.braille.utils.impl.provider.braillo.AbstractBraillo440Embosser
getCellWidth, getPrintableArea, getPrintPage, newEmbosserWriter, newEmbosserWriter, supports8dot, supportsAligning, supportsDuplex, supportsPrintPage, supportsVolumes, supportsZFolding
-
Methods inherited from class org.daisy.braille.utils.impl.provider.braillo.BrailloEmbosser
getCellHeight, 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
-
Braillo650SFEmbosser
public Braillo650SFEmbosser(TableCatalogService service, EmbosserFactoryProperties props)
Creates a new Braillo 650 SF embosser.- Parameters:
service
- the table catalogprops
- the embosser properties
-
-
Method Detail
-
setFeature
public void setFeature(String key, Object value)
Description copied from class:AbstractEmbosser
Associates the specified value with the specified key in this map. If the map previously contained a mapping for this key, the old value is replaced.- Specified by:
setFeature
in interfaceFactory
- Overrides:
setFeature
in classAbstractEmbosser
- Parameters:
key
- key with which the specified value is to be associated.value
- value to be associated with the specified key.
-
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
-
supportsPaper
public boolean supportsPaper(Paper paper)
Description copied from interface:Embosser
Returns thue if the paper is supported.- Parameters:
paper
- the paper- Returns:
- returns true if the paper is supported, false otherwise
-
supportsPrintMode
public boolean supportsPrintMode(EmbosserProperties.PrintMode mode)
Description copied from interface:EmbosserProperties
Returns true if this embosser supports magazine layout. This indicates that the embosser can reorder pages and emboss two pages side-by-side on the same side of the paper (and two more on the other side), so that a readable document is created by stapling and folding the output stack in the middle.- Parameters:
mode
- the print mode- Returns:
- returns true if this embosser supports magazine layout, false otherwise.
-
-