Class Braillo400SEmbosser
- 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.Braillo400SEmbosser
-
- All Implemented Interfaces:
Serializable,Embosser,EmbosserFactoryProperties,EmbosserProperties,Factory,FactoryProperties
public class Braillo400SEmbosser extends AbstractBraillo200Embosser
Provides a Braillo 400 S 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 Braillo400SEmbosser(TableCatalogService service, EmbosserFactoryProperties props)Creates a new Braillo 400 S embosser.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleansupportsPageFormat(PageFormat pageFormat)Returns true if the page format is supported.booleansupportsPaper(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
-
Braillo400SEmbosser
public Braillo400SEmbosser(TableCatalogService service, EmbosserFactoryProperties props)
Creates a new Braillo 400 S embosser.- Parameters:
service- the table catalogprops- the embosser properties
-
-
Method Detail
-
supportsPageFormat
public boolean supportsPageFormat(PageFormat pageFormat)
Description copied from interface:EmbosserReturns true if the page format is supported.- Parameters:
pageFormat- the page format- Returns:
- returns true if the page format is supported, false otherwise
-
-