Re: [iText-questions] PdfGraphics2D and specific Paint

2007-01-04 Thread Bill Ensley
your questions about iText here Subject: Re: [iText-questions] PdfGraphics2D and specific Paint PdfGraphics2D transforms unknown Paint into BufferedImage so when user is zooming the Pdf file, it's an image zoom, pixelized, it's not very elegant... - Original Message - From: Bil

Re: [iText-questions] PdfGraphics2D and specific Paint

2007-01-04 Thread Bill Ensley
y To: 'Post all your questions <mailto:itext-questions@lists.sourceforge.net> about iText here' Sent: Wednesday, January 03, 2007 7:02 PM Subject: Re: [iText-questions] PdfGraphics2D and specific Paint There is no technical hurdle to this, but the trouble is at some point that unk

Re: [iText-questions] PdfGraphics2D and specific Paint

2007-01-04 Thread NCA
anuary 03, 2007 7:02 PM Subject: Re: [iText-questions] PdfGraphics2D and specific Paint There is no technical hurdle to this, but the trouble is at some point that unknown paint needs to be converted into instructions for PDF. I think that PdfGraphics2D does a fairly elegant job of hand

Re: [iText-questions] PdfGraphics2D and specific Paint

2007-01-03 Thread Bill Ensley
will probably make it into the distribution. -Bill Ensley Bear Printing _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of NCA Sent: Wednesday, January 03, 2007 8:56 AM To: Post all your questions about iText here Subject: [iText-questions] PdfGraphics2D and specific Paint

[iText-questions] PdfGraphics2D and specific Paint

2007-01-03 Thread NCA
Hello, Is it possible to wrap a specific Paint in the PdfGraphics2D with a specific class or function to draw a shape, as it is done for the GradientPaint ? ex : g2.setPaint ( new MyPaint () ); => private void setPaint(boolean invert, double xoffset, double yoffset, boolean fill) { ...