diff options
Diffstat (limited to 'src/java/org/apache/fop/render')
-rw-r--r-- | src/java/org/apache/fop/render/awt/package.html | 22 | ||||
-rw-r--r-- | src/java/org/apache/fop/render/bitmap/package.html | 22 | ||||
-rw-r--r-- | src/java/org/apache/fop/render/java2d/package.html | 22 | ||||
-rw-r--r-- | src/java/org/apache/fop/render/mif/package.html | 22 | ||||
-rw-r--r-- | src/java/org/apache/fop/render/pcl/package.html | 22 | ||||
-rw-r--r-- | src/java/org/apache/fop/render/pdf/package.html | 18 | ||||
-rw-r--r-- | src/java/org/apache/fop/render/print/package.html | 22 | ||||
-rw-r--r-- | src/java/org/apache/fop/render/ps/extensions/package.html | 22 | ||||
-rw-r--r-- | src/java/org/apache/fop/render/ps/package.html | 22 | ||||
-rw-r--r-- | src/java/org/apache/fop/render/rtf/package.html | 22 | ||||
-rw-r--r-- | src/java/org/apache/fop/render/svg/package.html | 22 | ||||
-rw-r--r-- | src/java/org/apache/fop/render/txt/package.html | 22 | ||||
-rw-r--r-- | src/java/org/apache/fop/render/xml/package.html | 18 |
13 files changed, 276 insertions, 2 deletions
diff --git a/src/java/org/apache/fop/render/awt/package.html b/src/java/org/apache/fop/render/awt/package.html new file mode 100644 index 000000000..72f92746d --- /dev/null +++ b/src/java/org/apache/fop/render/awt/package.html @@ -0,0 +1,22 @@ +<!-- + Copyright 2005 The Apache Software Foundation + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<!-- $Id$ --> +<HTML> +<TITLE>org.apache.fop.render.awt Package</TITLE> +<BODY> +<P>AWT Renderer used for displaying rendered pages in Java applications. Based on the Java2D Renderer.</P> +</BODY> +</HTML>
\ No newline at end of file diff --git a/src/java/org/apache/fop/render/bitmap/package.html b/src/java/org/apache/fop/render/bitmap/package.html new file mode 100644 index 000000000..3fbc7722e --- /dev/null +++ b/src/java/org/apache/fop/render/bitmap/package.html @@ -0,0 +1,22 @@ +<!-- + Copyright 2005 The Apache Software Foundation + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<!-- $Id$ --> +<HTML> +<TITLE>org.apache.fop.render.bitmap Package</TITLE> +<BODY> +<P>Bitmap Renderer which creates TIFF and PNG images from rendered pages. Based on the Java2D Renderer.</P> +</BODY> +</HTML>
\ No newline at end of file diff --git a/src/java/org/apache/fop/render/java2d/package.html b/src/java/org/apache/fop/render/java2d/package.html new file mode 100644 index 000000000..8cb4d714a --- /dev/null +++ b/src/java/org/apache/fop/render/java2d/package.html @@ -0,0 +1,22 @@ +<!-- + Copyright 2005 The Apache Software Foundation + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<!-- $Id$ --> +<HTML> +<TITLE>org.apache.fop.render.java2d Package</TITLE> +<BODY> +<P>Java2D Renderer which paints rendered pages on Graphics2D instances. Used as base for the bitmap and AWT renderers.</P> +</BODY> +</HTML>
\ No newline at end of file diff --git a/src/java/org/apache/fop/render/mif/package.html b/src/java/org/apache/fop/render/mif/package.html new file mode 100644 index 000000000..b3e97fc5d --- /dev/null +++ b/src/java/org/apache/fop/render/mif/package.html @@ -0,0 +1,22 @@ +<!-- + Copyright 2005 The Apache Software Foundation + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<!-- $Id$ --> +<HTML> +<TITLE>org.apache.fop.render.mif Package</TITLE> +<BODY> +<P>MIF Output Support</P> +</BODY> +</HTML>
\ No newline at end of file diff --git a/src/java/org/apache/fop/render/pcl/package.html b/src/java/org/apache/fop/render/pcl/package.html new file mode 100644 index 000000000..feec0572e --- /dev/null +++ b/src/java/org/apache/fop/render/pcl/package.html @@ -0,0 +1,22 @@ +<!-- + Copyright 2005 The Apache Software Foundation + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<!-- $Id$ --> +<HTML> +<TITLE>org.apache.fop.render.pcl Package</TITLE> +<BODY> +<P>PCL Renderer</P> +</BODY> +</HTML>
\ No newline at end of file diff --git a/src/java/org/apache/fop/render/pdf/package.html b/src/java/org/apache/fop/render/pdf/package.html index b7ab755ae..699697837 100644 --- a/src/java/org/apache/fop/render/pdf/package.html +++ b/src/java/org/apache/fop/render/pdf/package.html @@ -1,6 +1,22 @@ +<!-- + Copyright 2005 The Apache Software Foundation + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<!-- $Id$ --> <HTML> <TITLE>org.apache.fop.render.pdf Package</TITLE> <BODY> -<P>Classes for rendering to PDF.</P> +<P>PDF Renderer</P> </BODY> </HTML>
\ No newline at end of file diff --git a/src/java/org/apache/fop/render/print/package.html b/src/java/org/apache/fop/render/print/package.html new file mode 100644 index 000000000..d7fc5efc8 --- /dev/null +++ b/src/java/org/apache/fop/render/print/package.html @@ -0,0 +1,22 @@ +<!-- + Copyright 2005 The Apache Software Foundation + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<!-- $Id$ --> +<HTML> +<TITLE>org.apache.fop.render.print Package</TITLE> +<BODY> +<P>Renderer which prints rendered pages directly to a printer. Based on the Java2D Renderer.</P> +</BODY> +</HTML>
\ No newline at end of file diff --git a/src/java/org/apache/fop/render/ps/extensions/package.html b/src/java/org/apache/fop/render/ps/extensions/package.html new file mode 100644 index 000000000..38c7f9526 --- /dev/null +++ b/src/java/org/apache/fop/render/ps/extensions/package.html @@ -0,0 +1,22 @@ +<!-- + Copyright 2005 The Apache Software Foundation + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<!-- $Id$ --> +<HTML> +<TITLE>org.apache.fop.render.ps.extensions Package</TITLE> +<BODY> +<P>Extensions specific to the PostScript Renderer.</P> +</BODY> +</HTML>
\ No newline at end of file diff --git a/src/java/org/apache/fop/render/ps/package.html b/src/java/org/apache/fop/render/ps/package.html new file mode 100644 index 000000000..da6e40da9 --- /dev/null +++ b/src/java/org/apache/fop/render/ps/package.html @@ -0,0 +1,22 @@ +<!-- + Copyright 2005 The Apache Software Foundation + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<!-- $Id$ --> +<HTML> +<TITLE>org.apache.fop.render.ps Package</TITLE> +<BODY> +<P>PostScript Renderer</P> +</BODY> +</HTML>
\ No newline at end of file diff --git a/src/java/org/apache/fop/render/rtf/package.html b/src/java/org/apache/fop/render/rtf/package.html new file mode 100644 index 000000000..886af8fd5 --- /dev/null +++ b/src/java/org/apache/fop/render/rtf/package.html @@ -0,0 +1,22 @@ +<!-- + Copyright 2005 The Apache Software Foundation + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<!-- $Id$ --> +<HTML> +<TITLE>org.apache.fop.render.rtf Package</TITLE> +<BODY> +<P>RTF (Rich Text Format) Output Support</P> +</BODY> +</HTML>
\ No newline at end of file diff --git a/src/java/org/apache/fop/render/svg/package.html b/src/java/org/apache/fop/render/svg/package.html new file mode 100644 index 000000000..7edba8c85 --- /dev/null +++ b/src/java/org/apache/fop/render/svg/package.html @@ -0,0 +1,22 @@ +<!-- + Copyright 2005 The Apache Software Foundation + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<!-- $Id$ --> +<HTML> +<TITLE>org.apache.fop.render.svg Package</TITLE> +<BODY> +<P>SVG (Structured Vector Graphics) Renderer</P> +</BODY> +</HTML>
\ No newline at end of file diff --git a/src/java/org/apache/fop/render/txt/package.html b/src/java/org/apache/fop/render/txt/package.html new file mode 100644 index 000000000..37f2908b0 --- /dev/null +++ b/src/java/org/apache/fop/render/txt/package.html @@ -0,0 +1,22 @@ +<!-- + Copyright 2005 The Apache Software Foundation + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<!-- $Id$ --> +<HTML> +<TITLE>org.apache.fop.render.txt Package</TITLE> +<BODY> +<P>Plain Text Renderer</P> +</BODY> +</HTML>
\ No newline at end of file diff --git a/src/java/org/apache/fop/render/xml/package.html b/src/java/org/apache/fop/render/xml/package.html index a25cabaa8..77e035e7a 100644 --- a/src/java/org/apache/fop/render/xml/package.html +++ b/src/java/org/apache/fop/render/xml/package.html @@ -1,6 +1,22 @@ +<!-- + Copyright 2005 The Apache Software Foundation + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<!-- $Id$ --> <HTML> <TITLE>org.apache.fop.render.xml Package</TITLE> <BODY> -<P>Classes for rendering to XML for debugging.</P> +<P>Area Tree XML Renderer. Writes the area tree out as an XML file. Mainly used for debugging and testing.</P> </BODY> </HTML>
\ No newline at end of file |