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
Modifier and TypeFieldDescriptionstatic final String
Embosser feature key, corresponding value should be a number, in millimetersstatic final String
Embosser feature key, corresponding value should be a number, in millimetersstatic final String
static final String
static final String
Embosser feature key, corresponding value should be aPageFormat
objectstatic final String
static final String
static final String
Embosser feature key, corresponding value should match a table identifierstatic final String
Embosser feature key, corresponding value should match a value inEmbosserBrailleConverter.EightDotFallbackMethod
static final String
Embosser feature key, corresponding value should be a character in the range 0x2800-0x283Fstatic final String
-
Constructor Summary
-
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 aPageFormat
object- 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()
-