Package org.daisy.braille.embosser
Class EmbosserFeatures
- java.lang.Object
-
- org.daisy.braille.embosser.EmbosserFeatures
-
public class EmbosserFeatures extends java.lang.ObjectProvides 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.StringCELL_HEIGHTEmbosser feature key, corresponding value should be a number, in millimetersstatic java.lang.StringCELL_WIDTHEmbosser feature key, corresponding value should be a number, in millimetersstatic java.lang.StringDUPLEXstatic java.lang.StringNUMBER_OF_COPIESstatic java.lang.StringPAGE_FORMATEmbosser feature key, corresponding value should be aPageFormatobjectstatic java.lang.StringPAGES_IN_QUIREstatic java.lang.StringSADDLE_STITCHstatic java.lang.StringTABLEEmbosser feature key, corresponding value should match a table identifierstatic java.lang.StringUNSUPPORTED_CELL_FALLBACK_METHODEmbosser feature key, corresponding value should match a value inEmbosserBrailleConverter.EightDotFallbackMethodstatic java.lang.StringUNSUPPORTED_CELL_REPLACEMENTEmbosser feature key, corresponding value should be a character in the range 0x2800-0x283Fstatic java.lang.StringZ_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 aPageFormatobject- 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
-
-