Re: [OpenJDK 2D-Dev] Question about the relation of PrintService and PrinterJob

2011-07-20 Thread patrick
Hi Phil, So you created a PrinterJob, set some properties on that job and then a DocPrinterJob and expect the job properties to migrate from one to the other ? No, the first part of code is actually part in vendor software, which I can not change. I would not expect that to work as they

Re: [OpenJDK 2D-Dev] Question about the relation of PrintService and PrinterJob

2011-07-19 Thread Phil Race
A PrinterJob is a job and a DocPrintJob is a job So you created a PrinterJob, set some properties on that job and then a DocPrinterJob and expect the job properties to migrate from one to the other ? I would not expect that to work as they are distinct jobs. Moreover dpj.print(Doc, PrintJReque

[OpenJDK 2D-Dev] Question about the relation of PrintService and PrinterJob

2011-07-19 Thread Patrick Reinhart
Hi there, I have a question considering the relation between the "old" PrinterJob and the "new" PrintService: Should the job settings (for example amount of copies or the job name) be held only within the PrinterJob and not be passed to the PrinterService as set by PrinterJob.setPrintService