[jboss-user] [JBoss Seam] - Re: A customer JSF tag to display Graphics2D in Seam PDF out

EricJava do-not-reply at jboss.com
Thu Dec 20 21:34:06 EST 2007


"norman.richards at jboss.com" wrote : http://jira.jboss.com/jira/browse/JBSEAM-2414

Thanks Norman!

I made another blog post on it:

http://chiralsoftware.com/blog/JFreeCharts-in-PDF-with-JSF-and-c47ae72d938fe060.html

This post discusses using the tag to put JFreeChart charts into a PDF.  Bottom line: you would think that the JFreeChart ChartPanel class would do the trick, but actually you get the right result by writing a very simple extension of java.awt.Component, and it is a good candidate for using as an anonymous inner class.  I show some examples of charts rendered into PDFs to show what the results are.


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4114864#4114864

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4114864



More information about the jboss-user mailing list