[
https://issues.apache.org/jira/browse/PDFBOX-476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Signor Uno updated PDFBOX-476:
------------------------------
Description:
Since PDPageContentStream does not contain an explicit default constructor,
it's not possible to extend it to implement custom behavior.
adding PDPageContentStream(){} would be most useful for this.
Also, most of (or all) private fields and member functions should become
protected instead of private
was:
Since PDPageContentStream does not contain an explicit default constructor,
it's not possible to extend it to implement custom behavior.
adding PDPageContentStream(){} would be most useful for this
> Add an explicit default constructor to PDPageContentStream, to allow class
> derivation
> -------------------------------------------------------------------------------------
>
> Key: PDFBOX-476
> URL: https://issues.apache.org/jira/browse/PDFBOX-476
> Project: PDFBox
> Issue Type: Wish
> Components: PDModel
> Affects Versions: 0.8.0-incubator
> Environment: any
> Reporter: Signor Uno
> Priority: Trivial
>
> Since PDPageContentStream does not contain an explicit default constructor,
> it's not possible to extend it to implement custom behavior.
> adding PDPageContentStream(){} would be most useful for this.
> Also, most of (or all) private fields and member functions should become
> protected instead of private
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.