com.im.ijc.core/1 5.9.4

com.im.ijc.core.api.util
Class IJCCoreUtils.PrintUtilities

java.lang.Object
  extended by com.im.ijc.core.api.util.IJCCoreUtils.PrintUtilities
Enclosing class:
IJCCoreUtils

public static final class IJCCoreUtils.PrintUtilities
extends 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
IJCCoreUtils.PrintUtilities()
           
 
Method Summary
static HashPrintRequestAttributeSet getPrintAttributeSet()
          AttributeSet used for every printing in the IJC
static 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

IJCCoreUtils.PrintUtilities

public IJCCoreUtils.PrintUtilities()
Method Detail

getPrintAttributeSet

public static HashPrintRequestAttributeSet getPrintAttributeSet()
AttributeSet used for every printing in the IJC

Returns:
HashPrintRequestAttributeSet hpras

getPrinterJob

public static PrinterJob getPrinterJob()
Get the PrinterJob used for every printing in the IJC

Returns:
PrinterJob printJob

com.im.ijc.core/1 5.9.4