RFR: 8315217 JavaFX: make Printer.printableArea(paper) public

Florian Kirmaier fkirmaier at openjdk.org
Tue Aug 29 09:16:40 UTC 2023


We sometimes want to access the printable area for a given paper.
The printable area is currently defined in com.sun.javafx.print.PrinterImpl and we would like to make it accessible to javafx.print.Printer.
We would also return the value in points instead of inches for a more consistent API.


RFE:
I have to create an RFE for it, correct?
Any point of reference, on how to create one?

-------------

Commit messages:
 - JDK-8315217

Changes: https://git.openjdk.org/jfx/pull/1225/files
 Webrev: https://webrevs.openjdk.org/?repo=jfx&pr=1225&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8315217
  Stats: 14 lines in 1 file changed: 14 ins; 0 del; 0 mod
  Patch: https://git.openjdk.org/jfx/pull/1225.diff
  Fetch: git fetch https://git.openjdk.org/jfx.git pull/1225/head:pull/1225

PR: https://git.openjdk.org/jfx/pull/1225


More information about the openjfx-dev mailing list