[jira] [Created] (PDFBOX-4560) make PageDrawer.setRenderingHints() protected

2019-06-06 Thread Stefan Lechner (JIRA)
Stefan Lechner created PDFBOX-4560:
--

 Summary: make PageDrawer.setRenderingHints() protected
 Key: PDFBOX-4560
 URL: https://issues.apache.org/jira/browse/PDFBOX-4560
 Project: PDFBox
  Issue Type: Improvement
  Components: Rendering
Affects Versions: 2.0.13
Reporter: Stefan Lechner


Please make

private Graphics2D graphics; 

and

PageDrawer.setRenderingHints() 

protected.

or change to

protected setRenderingHints(Graphics2D graphics);

I'm playing around comparing PDF using PDFRenderer.

Unfortunately I found no way to change the RenderingHints. I'd like to disable 
aliasing to get more reproducible results.

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Updated] (PDFBOX-4560) make PageDrawer.setRenderingHints() protected

2019-06-06 Thread Stefan Lechner (JIRA)


 [ 
https://issues.apache.org/jira/browse/PDFBOX-4560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Lechner updated PDFBOX-4560:
---
Priority: Trivial  (was: Major)

> make PageDrawer.setRenderingHints() protected
> -
>
> Key: PDFBOX-4560
> URL: https://issues.apache.org/jira/browse/PDFBOX-4560
> Project: PDFBox
>  Issue Type: Improvement
>  Components: Rendering
>Affects Versions: 2.0.13
>Reporter: Stefan Lechner
>Priority: Trivial
>
> Please make
> private Graphics2D graphics; 
> and
> PageDrawer.setRenderingHints() 
> protected.
> or change to
> protected setRenderingHints(Graphics2D graphics);
> I'm playing around comparing PDF using PDFRenderer.
> Unfortunately I found no way to change the RenderingHints. I'd like to 
> disable aliasing to get more reproducible results.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org