Class EmbosserFeatures


  • public class EmbosserFeatures
    extends java.lang.Object
    Provides common embosser features to be used when configuring an Embosser factory.
    Author:
    Joel HÃ¥kansson
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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_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 a PageFormat object
        See Also:
        Constant Field Values
      • NUMBER_OF_COPIES

        public static final java.lang.String NUMBER_OF_COPIES
        See Also:
        Constant Field Values
    • Constructor Detail

      • EmbosserFeatures

        public EmbosserFeatures()