Browse Source

Package documentation.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@328824 13f79535-47bb-0310-9956-ffa450edef68
pull/34/head
Jeremias Maerki 18 years ago
parent
commit
d0430555dd
36 changed files with 763 additions and 3 deletions
  1. 3
    1
      build.xml
  2. 22
    0
      src/java/org/apache/fop/area/inline/package.html
  3. 22
    0
      src/java/org/apache/fop/area/package.html
  4. 22
    0
      src/java/org/apache/fop/fo/expr/package.html
  5. 22
    0
      src/java/org/apache/fop/fo/extensions/package.html
  6. 22
    0
      src/java/org/apache/fop/fo/extensions/svg/package.html
  7. 22
    0
      src/java/org/apache/fop/fo/flow/package.html
  8. 22
    0
      src/java/org/apache/fop/fo/package.html
  9. 22
    0
      src/java/org/apache/fop/fo/pagination/bookmarks/package.html
  10. 22
    0
      src/java/org/apache/fop/fo/pagination/package.html
  11. 22
    0
      src/java/org/apache/fop/fo/properties/package.html
  12. 22
    0
      src/java/org/apache/fop/fonts/apps/package.html
  13. 22
    0
      src/java/org/apache/fop/hyphenation/package.html
  14. 22
    0
      src/java/org/apache/fop/image/analyser/package.html
  15. 22
    0
      src/java/org/apache/fop/image/package.html
  16. 22
    0
      src/java/org/apache/fop/layoutmgr/inline/package.html
  17. 22
    0
      src/java/org/apache/fop/layoutmgr/list/package.html
  18. 22
    0
      src/java/org/apache/fop/layoutmgr/package.html
  19. 22
    0
      src/java/org/apache/fop/layoutmgr/table/package.html
  20. 22
    0
      src/java/org/apache/fop/render/awt/package.html
  21. 22
    0
      src/java/org/apache/fop/render/bitmap/package.html
  22. 22
    0
      src/java/org/apache/fop/render/java2d/package.html
  23. 22
    0
      src/java/org/apache/fop/render/mif/package.html
  24. 22
    0
      src/java/org/apache/fop/render/pcl/package.html
  25. 17
    1
      src/java/org/apache/fop/render/pdf/package.html
  26. 22
    0
      src/java/org/apache/fop/render/print/package.html
  27. 22
    0
      src/java/org/apache/fop/render/ps/extensions/package.html
  28. 22
    0
      src/java/org/apache/fop/render/ps/package.html
  29. 22
    0
      src/java/org/apache/fop/render/rtf/package.html
  30. 22
    0
      src/java/org/apache/fop/render/svg/package.html
  31. 22
    0
      src/java/org/apache/fop/render/txt/package.html
  32. 17
    1
      src/java/org/apache/fop/render/xml/package.html
  33. 22
    0
      src/java/org/apache/fop/tools/anttasks/package.html
  34. 22
    0
      src/java/org/apache/fop/tools/package.html
  35. 22
    0
      src/java/org/apache/fop/traits/package.html
  36. 22
    0
      src/java/org/apache/fop/util/package.html

+ 3
- 1
build.xml View File

@@ -796,6 +796,7 @@ list of possible build targets.
</sourcepath>
<tag name="todo" scope="all" description="To do:"/>
<group title="Control and Startup">
<package name="org.apache.fop"/>
<package name="org.apache.fop.apps"/>
<package name="org.apache.fop.cli"/>
<package name="org.apache.fop.configuration"/>
@@ -815,17 +816,18 @@ list of possible build targets.
<group title="Area Tree">
<package name="org.apache.fop.area"/>
<package name="org.apache.fop.area.*"/>
<package name="org.apache.fop.traits"/>
</group>
<group title="Paginated Rendering">
<package name="org.apache.fop.render"/>
<package name="org.apache.fop.render.*"/>
<package name="org.apache.fop.viewer"/>
</group>
<group title="Structural Rendering">
<package name="org.apache.fop.render.rtf"/>
<package name="org.apache.fop.render.mif"/>
</group>
<group title="Utility">
<package name="org.apache.fop.hyphenation"/>
<package name="org.apache.fop.pdf"/>
<package name="org.apache.fop.tools"/>
<package name="org.apache.fop.tools.*"/>

+ 22
- 0
src/java/org/apache/fop/area/inline/package.html View File

@@ -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.area.inline Package</TITLE>
<BODY>
<P>FOP's area tree: inline-level areas</P>
</BODY>
</HTML>

+ 22
- 0
src/java/org/apache/fop/area/package.html View File

@@ -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.area Package</TITLE>
<BODY>
<P>FOP's area tree.</P>
</BODY>
</HTML>

+ 22
- 0
src/java/org/apache/fop/fo/expr/package.html View File

@@ -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.fo.expr Package</TITLE>
<BODY>
<P>Classes for XSL expressions and functions.</P>
</BODY>
</HTML>

+ 22
- 0
src/java/org/apache/fop/fo/extensions/package.html View File

@@ -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.fo Package</TITLE>
<BODY>
<P>Base classes for implementing extensions to XSL-FO.</P>
</BODY>
</HTML>

+ 22
- 0
src/java/org/apache/fop/fo/extensions/svg/package.html View File

@@ -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.fo.extensions.svg Package</TITLE>
<BODY>
<P>SVG extension classes which handle elements from the SVG namespace.</P>
</BODY>
</HTML>

+ 22
- 0
src/java/org/apache/fop/fo/flow/package.html View File

@@ -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.fo.flow Package</TITLE>
<BODY>
<P>All the block- and inline-level flow formatting objects.</P>
</BODY>
</HTML>

+ 22
- 0
src/java/org/apache/fop/fo/package.html View File

@@ -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.fo Package</TITLE>
<BODY>
<P>Classes, constants and basic infrastructure for the FO tree.</P>
</BODY>
</HTML>

+ 22
- 0
src/java/org/apache/fop/fo/pagination/bookmarks/package.html View File

@@ -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.fo.pagination.bookmarks Package</TITLE>
<BODY>
<P>Formatting objects for bookmarks as defined since XSL 1.1.</P>
</BODY>
</HTML>

+ 22
- 0
src/java/org/apache/fop/fo/pagination/package.html View File

@@ -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.fo.pagination Package</TITLE>
<BODY>
<P>All the pagination and declaration formatting objects.</P>
</BODY>
</HTML>

+ 22
- 0
src/java/org/apache/fop/fo/properties/package.html View File

@@ -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.fo.properties Package</TITLE>
<BODY>
<P>Classes representing the various property types as well as supporting data structures for the FO tree.</P>
</BODY>
</HTML>

+ 22
- 0
src/java/org/apache/fop/fonts/apps/package.html View File

@@ -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.fonts.apps Package</TITLE>
<BODY>
<P>Command-line tools for generating XML font metric files from Type 1 and TrueType fonts.</P>
</BODY>
</HTML>

+ 22
- 0
src/java/org/apache/fop/hyphenation/package.html View File

@@ -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.hyphenation Package</TITLE>
<BODY>
<P>Hyphenation support.</P>
</BODY>
</HTML>

+ 22
- 0
src/java/org/apache/fop/image/analyser/package.html View File

@@ -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.image.analyser Package</TITLE>
<BODY>
<P>Image analyzers for determining the format of an image and to preload its intrinsic size.</P>
</BODY>
</HTML>

+ 22
- 0
src/java/org/apache/fop/image/package.html View File

@@ -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.image Package</TITLE>
<BODY>
<P>Contains image loading adapters for various image sources and the image cache.</P>
</BODY>
</HTML>

+ 22
- 0
src/java/org/apache/fop/layoutmgr/inline/package.html View File

@@ -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.layoutmgr.inline Package</TITLE>
<BODY>
<P>Layout managers for inline formatting objects and line building.</P>
</BODY>
</HTML>

+ 22
- 0
src/java/org/apache/fop/layoutmgr/list/package.html View File

@@ -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.layoutmgr.list Package</TITLE>
<BODY>
<P>Layout managers for lists.</P>
</BODY>
</HTML>

+ 22
- 0
src/java/org/apache/fop/layoutmgr/package.html View File

@@ -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.layoutmgr Package</TITLE>
<BODY>
<P>FOP's layout engine. Layout managers and supporting classes.</P>
</BODY>
</HTML>

+ 22
- 0
src/java/org/apache/fop/layoutmgr/table/package.html View File

@@ -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.layoutmgr.table Package</TITLE>
<BODY>
<P>Layout managers for tables.</P>
</BODY>
</HTML>

+ 22
- 0
src/java/org/apache/fop/render/awt/package.html View File

@@ -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>

+ 22
- 0
src/java/org/apache/fop/render/bitmap/package.html View File

@@ -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>

+ 22
- 0
src/java/org/apache/fop/render/java2d/package.html View File

@@ -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>

+ 22
- 0
src/java/org/apache/fop/render/mif/package.html View File

@@ -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>

+ 22
- 0
src/java/org/apache/fop/render/pcl/package.html View File

@@ -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>

+ 17
- 1
src/java/org/apache/fop/render/pdf/package.html View File

@@ -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>

+ 22
- 0
src/java/org/apache/fop/render/print/package.html View File

@@ -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>

+ 22
- 0
src/java/org/apache/fop/render/ps/extensions/package.html View File

@@ -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>

+ 22
- 0
src/java/org/apache/fop/render/ps/package.html View File

@@ -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>

+ 22
- 0
src/java/org/apache/fop/render/rtf/package.html View File

@@ -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>

+ 22
- 0
src/java/org/apache/fop/render/svg/package.html View File

@@ -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>

+ 22
- 0
src/java/org/apache/fop/render/txt/package.html View File

@@ -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>

+ 17
- 1
src/java/org/apache/fop/render/xml/package.html View File

@@ -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>

+ 22
- 0
src/java/org/apache/fop/tools/anttasks/package.html View File

@@ -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.tools.anttasks Package</TITLE>
<BODY>
<P>FOP-related tasks for <a href="http://ant.apache.org">Apache Ant</a>.</P>
</BODY>
</HTML>

+ 22
- 0
src/java/org/apache/fop/tools/package.html View File

@@ -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.tools Package</TITLE>
<BODY>
<P>Various tools for FOP.</P>
</BODY>
</HTML>

+ 22
- 0
src/java/org/apache/fop/traits/package.html View File

@@ -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.traits Package</TITLE>
<BODY>
<P>Trait classes and other supporting data structures.</P>
</BODY>
</HTML>

+ 22
- 0
src/java/org/apache/fop/util/package.html View File

@@ -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.util Package</TITLE>
<BODY>
<P>Various utility classes (I/O, codecs, color support, service discovers etc.).</P>
</BODY>
</HTML>

Loading…
Cancel
Save