Class IJCCoreUtils.PrintUtilities

  • Enclosing class:
    IJCCoreUtils

    public static final class IJCCoreUtils.PrintUtilities
    extends java.lang.Object
    Purpose of this class is to be used for getting the print settings that should be shared for all prints in IJC.
    • Constructor Summary

      Constructors 
      Constructor Description
      PrintUtilities()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static javax.print.attribute.HashPrintRequestAttributeSet getPrintAttributeSet()
      AttributeSet used for every printing in the IJC.
      static java.awt.print.PrinterJob getPrinterJob()
      Get the PrinterJob used for every printing in the IJC.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PrintUtilities

        public PrintUtilities()
    • Method Detail

      • getPrintAttributeSet

        public static javax.print.attribute.HashPrintRequestAttributeSet getPrintAttributeSet()
        AttributeSet used for every printing in the IJC.
        Returns:
        HashPrintRequestAttributeSet hpras
      • getPrinterJob

        public static java.awt.print.PrinterJob getPrinterJob()
        Get the PrinterJob used for every printing in the IJC.
        Returns:
        PrinterJob printJob