Class IndexV3Embosser

    • Method Detail

      • 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
      • getTableFilter

        public TableFilter getTableFilter()
        Description copied from interface: Embosser
        Gets a table filter that returns true if supportsTable returns true.
        Returns:
        returns a table filter
      • newEmbosserWriter

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