Class PrintJob.PrintResult

  • Enclosing class:
    PrintJob

    public static class PrintJob.PrintResult
    extends java.lang.Object
    Holds the info that goes with the result of a print.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • fileSize

        public final long fileSize
        The result size in bytes.
      • executionContext

        @Nonnull
        public final Processor.ExecutionContext executionContext
        The execution context used during the computation.
    • Constructor Detail

      • PrintResult

        public PrintResult​(long fileSize,
                           Processor.ExecutionContext executionContext)
        Constructor.
        Parameters:
        fileSize - the
        executionContext - the