mrchnk / alivepdf

Automatically exported from code.google.com/p/alivepdf
0 stars 0 forks source link

Protected methods instead of private #55

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hello.
This is just a suggestion, not a bug.  First off, this library rules!  It is 
great.  On to the suggestion.  It 
would be great if alot of the private methods were protected, so one could 
create their own derived 
class with added functionality rather than having to go in and edit the library 
source code.  (For 
instance the write() method in PDF.as.)   That way, there is one place (in the 
derived class) with all 
the "enhanced" functionality rather than making little changes here and there 
in the library code.  It 
will make upgrading to upcoming versions easier.

Otherwise, it's working great for me!

Original issue reported on code.google.com by tommy...@gmail.com on 25 Jun 2008 at 3:54

GoogleCodeExporter commented 9 years ago
Hi tommy,

Happy to hear that you like the library !

This is a great idea, I'll do that for the next release.

Cheers,

Thibault

Original comment by thibault.imbert on 25 Jun 2008 at 9:30