RE: PdfGraphics2D class (RE: [iText-questions] generating graphs )

2002-04-11 Thread Paulo Soares
-Original Message- From: Kevin Galligan [SMTP:[EMAIL PROTECTED]] Sent: Thursday, April 11, 2002 3:52 To: 'Jeremy Bowman'; [EMAIL PROTECTED] Subject: RE: PdfGraphics2D class (RE: [iText-questions] generating graphs ) I think you'll have to forget copyArea as well. Much

RE: PdfGraphics2D class (RE: [iText-questions] generating graphs)

2002-04-10 Thread Paulo Soares
-Original Message- From: jim moore [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, April 09, 2002 18:36 To: Paulo Soares; 'Jeremy Bowman'; [EMAIL PROTECTED] Subject: Re: PdfGraphics2D class (RE: [iText-questions] generating graphs) To anyone following this thread

RE: PdfGraphics2D class (RE: [iText-questions] generating graphs )

2002-04-10 Thread Kevin Galligan
: PdfGraphics2D class (RE: [iText-questions] generating graphs ) I've been holding this close to my chest for a while now, but since others are working on it, here goes. I wrote this Graphics2D for pdflib, but we recently switched to iText, so I mapped it to PdfContentByte. The 2 are pretty close

Re: PdfGraphics2D class (RE: [iText-questions] generating graphs)

2002-04-10 Thread jim moore
Some quick points of comparison on the 2 pieces of code so far: - My code uses a PdfTemplate as the basis of the Graphics context; I think this is a more flexible solution than writing directly to a PdfContentByte obtained from the PdfWriter, since the template can then be used in multiple

RE: PdfGraphics2D class (RE: [iText-questions] generating graphs)

2002-04-10 Thread Kevin Galligan
-Original Message- From: jim moore [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 10, 2002 11:32 AM To: Jeremy Bowman; [EMAIL PROTECTED] Subject: Re: PdfGraphics2D class (RE: [iText-questions] generating graphs) Some quick points of comparison on the 2 pieces of code so

Re: RE: PdfGraphics2D class (RE: [iText-questions] generating graphs )

2002-04-10 Thread psoares33
], Jeremy Bowman [EMAIL PROTECTED], [EMAIL PROTECTED] Assunto: RE: PdfGraphics2D class (RE: [iText-questions] generating graphs ) -Original Message- From: jim moore [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 10, 2002 11:32 AM To: Jeremy Bowman; [EMAIL

Re: PdfGraphics2D class (RE: [iText-questions] generating graphs)

2002-04-10 Thread Jeremy Bowman
Wow, there was a lot of discussion on this today...I'll just throw out some responses to points Jim made in case any of it is useful: Right now, though the drawing target has changed to a template, the rest is still based around a document and writer (required in constructor). Maybe it makes

RE: PdfGraphics2D class (RE: [iText-questions] generating graphs)

2002-04-10 Thread Kevin Galligan
-Original Message- From: Jeremy Bowman [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 10, 2002 10:26 PM To: [EMAIL PROTECTED] Subject: Re: PdfGraphics2D class (RE: [iText-questions] generating graphs) Wow, there was a lot of discussion on this today...I'll just throw out some