[OpenJDK 2D-Dev] [9] RFR JDK-4882305: StreamPrintServ.getSupportedAttributeValues returns null for Orientation attr

Prasanta Sadhukhan prasanta.sadhukhan at oracle.com
Thu Jul 14 09:09:38 UTC 2016


Hi All,

Please review a fix for an issue where it is seen that
even though StreamPrintService returns OrientationRequested category as 
supported, when actually querying the supported attribute value with 
respect to the supported DocFlavors,
*null* values are returned for the Orientation attributes when the 
DocFlavor is not either Pageable or Printable (SERVICE_FORMATTED)
*BUT* we can print a jpeg iamge using StreamPrintService in LANDSCAPE 
mode and it worked fine so StreamPrintService should not return the 
supported values as null for supported DocFlavor.

Bug: https://bugs.openjdk.java.net/browse/JDK-4882305
webrev: http://cr.openjdk.java.net/~psadhukhan/4882305/webrev.00/

Proposed fix is to add the image/jpeg, image/gif, image/png docflavor in 
addition to Pageable/Printable for Orientation attribute.

Regards
Prasanta
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/2d-dev/attachments/20160714/bceebb94/attachment.html>


More information about the 2d-dev mailing list