Package org.daisy.dotify.api.embosser
Class EmbosserFeatures
- java.lang.Object
-
- org.daisy.dotify.api.embosser.EmbosserFeatures
-
public class EmbosserFeatures extends Object
Provides common embosser features to be used when configuring an Embosser factory.
-
-
Field Summary
Fields Modifier and Type Field Description static String
CELL_HEIGHT
Embosser feature key, corresponding value should be a number, in millimetersstatic String
CELL_WIDTH
Embosser feature key, corresponding value should be a number, in millimetersstatic String
DUPLEX
Embosser feature key, corresponding value should be a booleanstatic String
NUMBER_OF_COPIES
Embosser feature key, corresponding value should be an integerstatic String
PAGE_FORMAT
Embosser feature key, corresponding value should be aPageFormat
objectstatic String
PAGES_IN_QUIRE
Embosser feature key, corresponding value should be an integerstatic String
SADDLE_STITCH
Embosser feature key, corresponding value should be a booleanstatic String
TABLE
Embosser feature key, corresponding value should match a table identifierstatic String
UNSUPPORTED_CELL_FALLBACK_METHOD
Embosser feature key, corresponding value should match a value inEightDotFallbackMethod
static String
UNSUPPORTED_CELL_REPLACEMENT
Embosser feature key, corresponding value should be a character in the range 0x2800-0x283Fstatic String
Z_FOLDING
Embosser feature key, corresponding value should be a boolean
-
Constructor Summary
Constructors Constructor Description EmbosserFeatures()
-
-
-
Field Detail
-
CELL_WIDTH
public static final String CELL_WIDTH
Embosser feature key, corresponding value should be a number, in millimeters- See Also:
- Constant Field Values
-
CELL_HEIGHT
public static final 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 String UNSUPPORTED_CELL_FALLBACK_METHOD
Embosser feature key, corresponding value should match a value inEightDotFallbackMethod
- See Also:
- Constant Field Values
-
UNSUPPORTED_CELL_REPLACEMENT
public static final 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 String TABLE
Embosser feature key, corresponding value should match a table identifier- See Also:
- Constant Field Values
-
PAGE_FORMAT
public static final String PAGE_FORMAT
Embosser feature key, corresponding value should be aPageFormat
object- See Also:
- Constant Field Values
-
NUMBER_OF_COPIES
public static final String NUMBER_OF_COPIES
Embosser feature key, corresponding value should be an integer- See Also:
- Constant Field Values
-
SADDLE_STITCH
public static final String SADDLE_STITCH
Embosser feature key, corresponding value should be a boolean- See Also:
- Constant Field Values
-
Z_FOLDING
public static final String Z_FOLDING
Embosser feature key, corresponding value should be a boolean- See Also:
- Constant Field Values
-
DUPLEX
public static final String DUPLEX
Embosser feature key, corresponding value should be a boolean- See Also:
- Constant Field Values
-
PAGES_IN_QUIRE
public static final String PAGES_IN_QUIRE
Embosser feature key, corresponding value should be an integer- See Also:
- Constant Field Values
-
-