From seam-commits at lists.jboss.org Tue May 5 15:43:29 2009 Content-Type: multipart/mixed; boundary="===============7723816547696081748==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r10797 - branches/community/Seam_2_1/doc/Seam_Reference_Guide/en-US. Date: Tue, 05 May 2009 15:40:43 -0400 Message-ID: --===============7723816547696081748== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: norman.richards(a)jboss.com Date: 2009-05-05 15:40:42 -0400 (Tue, 05 May 2009) New Revision: 10797 Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/en-US/Itext.xml Log: JBSEAM-4157 Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/en-US/Itext.= xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- branches/community/Seam_2_1/doc/Seam_Reference_Guide/en-US/Itext.xml 20= 09-05-05 18:59:31 UTC (rev 10796) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/en-US/Itext.xml 20= 09-05-05 19:40:42 UTC (rev 10797) @@ -17,9 +17,6 @@ The examples/itext project contains an e= xample of the PDF support in action. It demonstrates proper deployment packaging, and it contains a nu= mber examples that demonstrate the key PDF generation features current supported. - = - = - = =
Creating a document @@ -1361,10 +1358,14 @@ Charting support is also provided with jboss-seam-= pdf.jar. Charts can be used in PDF documents or can be used as images in an HTML page. Charting r= equires the JFreeChart library (jfreechart.jar and jcommon.ja= r) to be added to the - WEB-INF/lib directory. Three types of c= harts are currently supported: pie charts, bar - charts and line charts. + WEB-INF/lib directory. = + Four types of charts are currently supported: pie charts, bar + charts and line charts. Where greater variety or control is ne= eded, it is possible to construct charts = + using Java code. = - + + + @@ -1373,6 +1374,48 @@ + <p:chart> + + + + + Description + + Displays a chart created in Java by a Se= am component. + + Attributes + + = + + + + chart — T= he chart object to display. + + = + + + height — = The height of the chart. + + = + + + width — T= he width of the chart. + + = + + + Usage + + + ]]> + = + = + + = + = + + + <p:barchart> @@ -1388,6 +1431,19 @@ + chart — T= he chart object to display, if programmatic + chart creation is being used. + + + + + dataset —= The dataset to be displayed, if programmatic + dataset is being used. + + + = + + borderVisible &= #8212; Controls whether or not a border is displayed around the entire chart.= @@ -1604,6 +1660,19 @@ + chart — T= he chart object to display, if programmatic + chart creation is being used. + + + + + dataset —= The dataset to be displayed, if programmatic + dataset is being used. + + + = + + borderVisible &= #8212; Controls whether or not a border is displayed around the entire chart.= @@ -1824,6 +1893,18 @@ + chart — T= he chart object to display, if programmatic + chart creation is being used. + + + + + dataset —= The dataset to be displayed, if programmatic + dataset is being used. + + + + label — T= he default label text for pie sections. @@ -1953,6 +2034,9 @@ = + = + = + = @@ -2205,10 +2289,12 @@ +
= = - = + +
Bar codes Seam can use iText to generate barcodes in a wide variety of= formats. These barcodes can --===============7723816547696081748==--