Package org.daisy.braille.embosser
Class EmbosserFeatures
java.lang.Object
org.daisy.braille.embosser.EmbosserFeatures
Provides common embosser features to be used when configuring an Embosser factory.
- Author:
- Joel HÃ¥kansson
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringEmbosser feature key, corresponding value should be a number, in millimetersstatic final StringEmbosser feature key, corresponding value should be a number, in millimetersstatic final Stringstatic final Stringstatic final StringEmbosser feature key, corresponding value should be aPageFormatobjectstatic final Stringstatic final Stringstatic final StringEmbosser feature key, corresponding value should match a table identifierstatic final StringEmbosser feature key, corresponding value should match a value inEmbosserBrailleConverter.EightDotFallbackMethodstatic final StringEmbosser feature key, corresponding value should be a character in the range 0x2800-0x283Fstatic final String -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CELL_WIDTH
Embosser feature key, corresponding value should be a number, in millimeters- See Also:
-
CELL_HEIGHT
Embosser feature key, corresponding value should be a number, in millimeters- See Also:
-
UNSUPPORTED_CELL_FALLBACK_METHOD
Embosser feature key, corresponding value should match a value inEmbosserBrailleConverter.EightDotFallbackMethod- See Also:
-
UNSUPPORTED_CELL_REPLACEMENT
Embosser feature key, corresponding value should be a character in the range 0x2800-0x283F- See Also:
-
TABLE
Embosser feature key, corresponding value should match a table identifier- See Also:
-
PAGE_FORMAT
Embosser feature key, corresponding value should be aPageFormatobject- See Also:
-
NUMBER_OF_COPIES
- See Also:
-
SADDLE_STITCH
- See Also:
-
Z_FOLDING
- See Also:
-
DUPLEX
- See Also:
-
PAGES_IN_QUIRE
- See Also:
-
-
Constructor Details
-
EmbosserFeatures
public EmbosserFeatures()
-