Package org.daisy.braille.embosser
Class EmbosserFeatures
- java.lang.Object
-
- org.daisy.braille.embosser.EmbosserFeatures
-
public class EmbosserFeatures extends java.lang.Object
Provides common embosser features to be used when configuring an Embosser factory.- Author:
- Joel HÃ¥kansson
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CELL_HEIGHT
Embosser feature key, corresponding value should be a number, in millimetersstatic java.lang.String
CELL_WIDTH
Embosser feature key, corresponding value should be a number, in millimetersstatic java.lang.String
DUPLEX
static java.lang.String
NUMBER_OF_COPIES
static java.lang.String
PAGE_FORMAT
Embosser feature key, corresponding value should be aPageFormat
objectstatic java.lang.String
PAGES_IN_QUIRE
static java.lang.String
SADDLE_STITCH
static java.lang.String
TABLE
Embosser feature key, corresponding value should match a table identifierstatic java.lang.String
UNSUPPORTED_CELL_FALLBACK_METHOD
Embosser feature key, corresponding value should match a value inEmbosserBrailleConverter.EightDotFallbackMethod
static java.lang.String
UNSUPPORTED_CELL_REPLACEMENT
Embosser feature key, corresponding value should be a character in the range 0x2800-0x283Fstatic java.lang.String
Z_FOLDING
-
Constructor Summary
Constructors Constructor Description EmbosserFeatures()
-
-
-
Field Detail
-
CELL_WIDTH
public static final java.lang.String CELL_WIDTH
Embosser feature key, corresponding value should be a number, in millimeters- See Also:
- Constant Field Values
-
CELL_HEIGHT
public static final java.lang.String CELL_HEIGHT
Embosser feature key, corresponding value should be a number, in millimeters- See Also:
- Constant Field Values
-
UNSUPPORTED_CELL_FALLBACK_METHOD
public static final java.lang.String UNSUPPORTED_CELL_FALLBACK_METHOD
Embosser feature key, corresponding value should match a value inEmbosserBrailleConverter.EightDotFallbackMethod
- See Also:
- Constant Field Values
-
UNSUPPORTED_CELL_REPLACEMENT
public static final java.lang.String UNSUPPORTED_CELL_REPLACEMENT
Embosser feature key, corresponding value should be a character in the range 0x2800-0x283F- See Also:
- Constant Field Values
-
TABLE
public static final java.lang.String TABLE
Embosser feature key, corresponding value should match a table identifier- See Also:
- Constant Field Values
-
PAGE_FORMAT
public static final java.lang.String PAGE_FORMAT
Embosser feature key, corresponding value should be aPageFormat
object- See Also:
- Constant Field Values
-
NUMBER_OF_COPIES
public static final java.lang.String NUMBER_OF_COPIES
- See Also:
- Constant Field Values
-
SADDLE_STITCH
public static final java.lang.String SADDLE_STITCH
- See Also:
- Constant Field Values
-
Z_FOLDING
public static final java.lang.String Z_FOLDING
- See Also:
- Constant Field Values
-
DUPLEX
public static final java.lang.String DUPLEX
- See Also:
- Constant Field Values
-
PAGES_IN_QUIRE
public static final java.lang.String PAGES_IN_QUIRE
- See Also:
- Constant Field Values
-
-