Class CidatEmbosser

    • Method Detail

      • getCellWidth

        protected double getCellWidth()
        Gets cell width, in millimeters.
        Specified by:
        getCellWidth in class AbstractEmbosser
        Returns:
        returns cell width, in millimeters
      • getCellHeight

        protected double getCellHeight()
        Gets cell height, in millimeters.
        Specified by:
        getCellHeight in class AbstractEmbosser
        Returns:
        returns cell height, in millimeters
      • supportsPaper

        public boolean supportsPaper​(Paper paper)
        Description copied from interface: Embosser
        Returns thue if the paper is supported.
        Parameters:
        paper - the paper
        Returns:
        returns true if the paper is supported, false otherwise
      • supportsPageFormat

        public boolean supportsPageFormat​(PageFormat format)
        Description copied from interface: Embosser
        Returns true if the page format is supported.
        Parameters:
        format - the page format
        Returns:
        returns true if the page format is supported, false otherwise
      • supportsPrintPage

        public boolean supportsPrintPage​(PrintPage dim)
        Description copied from interface: Embosser
        Returns true if dimension is supported.
        Parameters:
        dim - the dimension to test
        Returns:
        returns true if dimension is supported
      • supportsVolumes

        public boolean supportsVolumes()
        Description copied from interface: EmbosserProperties
        Returns true if this embosser has some method for volume handling.
        Returns:
        returns true if this embosser supports volumes
      • supports8dot

        public boolean supports8dot()
        Description copied from interface: EmbosserProperties
        Returns true if this embosser supports 8 dot braille.
        Returns:
        returns true if this embosser supports 8 dot braille
      • supportsDuplex

        public boolean supportsDuplex()
        Description copied from interface: EmbosserProperties
        Returns true if this embosser supports duplex printing.
        Returns:
        returns true if this embosser supports duplex printing
      • supportsAligning

        public boolean supportsAligning()
        Description copied from interface: EmbosserProperties
        Returns true if this embosser supports aligning. This indicates that rows can be padded with whitespace to move the text block horizontally using the value returned by getMaxWidth. Should return true for all physical embossers, since they all have a finite row length.
        Returns:
        returns true if this embosser supports aligning, false otherwise.
      • newEmbosserWriter

        public EmbosserWriter newEmbosserWriter​(Device device)
        Description copied from interface: Embosser
        Gets a new EmbosserWriter that writes to the supplied Device.
        Parameters:
        device - the device that the EmbosserWriter should use
        Returns:
        returns a new EmbosserWriter
      • setFeature

        public void setFeature​(String key,
                               Object value)
        Description copied from class: AbstractEmbosser
        Associates the specified value with the specified key in this map. If the map previously contained a mapping for this key, the old value is replaced.
        Specified by:
        setFeature in interface Factory
        Overrides:
        setFeature in class AbstractEmbosser
        Parameters:
        key - key with which the specified value is to be associated.
        value - value to be associated with the specified key.
      • getFeature

        public Object getFeature​(String key)
        Description copied from interface: Factory
        Gets the value of a feature used by this Factory.
        Specified by:
        getFeature in interface Factory
        Overrides:
        getFeature in class AbstractEmbosser
        Parameters:
        key - the key for the feature
        Returns:
        returns the current value of the feature