org.apache.fop.pdf

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Graphic Library » fop » org.apache.fop.pdf 
org.apache.fop.pdf
org.apache.fop.pdf Package

Classes for handling the low-level creation of PDF documents.

These classes were developed for FOP, but could be used by other applications wishing to produce PDF.

Java Source File NameTypeComment
AbstractPDFStream.javaClass This is an abstract base class for PDF streams.
ASCII85Filter.javaClass PDF Filter for ASCII85.
ASCIIHexFilter.javaClass ASCII Hex filter for PDF streams.
BitmapImage.javaClass Bitmap image.
CCFFilter.javaClass CCF Filter class.
DCTFilter.javaClass DCT Filter class.
DestinationComparator.javaClass Comparator class to enable comparing (and hence sorting) of PDFDestination objects.
FlateFilter.javaClass A filter to deflate a stream.

Note that the attributes for prediction, colors, bitsPerComponent, and columns are not supported when this filter is used to handle the data compression.

InMemoryStreamCache.javaClass StreamCache implementation that uses temporary files rather than heap.
NullFilter.javaClass Null Filter class.
PDFAction.javaClass class representing an action object.
PDFAMode.javaClass Enum class for PDF/A modes.
PDFAnnotList.javaClass class representing an object which is a list of annotations. This PDF object is a list of references to /Annot objects.
PDFArray.javaClass Class representing an array object.
PDFCharProcs.javaClass class representing a /CharProcs dictionary for Type3 fonts.
PDFCIDFont.javaClass Class representing a "character identifier" font (p 210 and onwards).
PDFCIDFontDescriptor.javaClass class representing a font descriptor for CID fonts.
PDFCIDSystemInfo.javaClass class representing system information for "character identifier" fonts.
PDFCMap.javaClass Class representing the CMap encodings.
PDFColor.javaClass PDF Color object.
PDFColorSpace.javaInterface PDF Color space.
PDFConformanceException.javaClass RuntimeException descendant indicating a conformance problem during PDF generation.
PDFDestination.javaClass
PDFDests.javaClass
PDFDeviceColorSpace.javaClass Represents a device-specific color space.
PDFDictionary.javaClass
PDFDocument.javaClass class representing a PDF document. The document is built up by calling various methods and then finally output to given filehandle using output method. A PDF document consists of a series of numbered objects preceded by a header and followed by an xref table and trailer.
PDFEncoding.javaClass class representing an /Encoding object.
PDFEncryption.javaInterface This interface defines the contract for classes implementing PDF encryption.
PDFEncryptionJCE.javaClass class representing a /Filter /Standard object.
PDFEncryptionManager.javaClass This class acts as a factory for PDF encryption support.
PDFEncryptionParams.javaClass This class holds the parameters for PDF encryption.
PDFFactory.javaClass This class provides method to create and register PDF objects.
PDFFileSpec.javaClass class representing a /FileSpec object.
PDFFilter.javaClass PDF Filter class. This represents a PDF filter object. Filter implementations should extend this class.
author:
   Eric SCHAEFFER, Kelly A.
PDFFilterException.javaClass PDF Filter exception.
PDFFilterList.javaClass This class represents a list of PDF filters to be applied when serializing the output of a PDF object.
PDFFont.javaClass Class representing a /Font object.
PDFFontDescriptor.javaClass Class representing a font descriptor (/FontDescriptor object).
PDFFontNonBase14.javaClass A common ancestor for Type1, TrueType, MMType1 and Type3 fonts (all except base 14 fonts).
PDFFontTrueType.javaClass Class representing a TrueType font.
PDFFontType0.javaClass Class representing a Type0 font.
PDFFontType1.javaClass Class representing a Type1 or MMType1 font (not necessary for the base 14).
PDFFontType3.javaClass Class representing a Type3 font.
PDFFormXObject.javaClass PDF Form XObject A derivative of the PDFXObject, is a PDF Stream that has not only a dictionary but a stream of image data.
PDFFunction.javaClass class representing a PDF Function. PDF Functions represent parameterized mathematical formulas and sampled representations with arbitrary resolution.
PDFGoTo.javaClass class representing a /GoTo object.
PDFGoToRemote.javaClass class representing a /GoToR object.
PDFGState.javaClass Class representing a /ExtGState object.
PDFICCBasedColorSpace.javaClass Represents an ICCBased color space in PDF.
PDFICCStream.javaClass Special PDFStream for ICC profiles (color profiles).
PDFImage.javaInterface Interface for a PDF image.
PDFInfo.javaClass
PDFInternalLink.javaClass
PDFLink.javaClass
PDFMetadata.javaClass Special PDFStream for Metadata.
PDFNames.javaClass
PDFNameTreeNode.javaClass Class representing a PDF name tree node.
PDFNumber.javaClass This class represents a simple number object.
PDFObject.javaClass generic PDF object. A PDF Document is essentially a collection of these objects.
PDFOutline.javaClass This represents a single Outline object in a PDF, including the root Outlines object.
PDFOutputIntent.javaClass Represents the OutputIntent dictionary.
PDFPage.javaClass Class representing a /Page object.

There is one of these for every page in a PDF document.

PDFPages.javaClass class representing a /Pages object.
PDFPathPaint.javaClass Base class for PDF painting operations.
PDFPattern.javaClass class representing a PDF Function. PDF Functions represent parameterized mathematical formulas and sampled representations with arbitrary resolution.
PDFProfile.javaClass This class allows tracks the enabled PDF profiles (PDF/A and PDF/X) and provides methods to the libarary and its users to enable the generation of PDFs conforming to the enabled PDF profiles.
PDFRectangle.javaClass class representing a rectangle Rectangles are specified on page 183 of the PDF 1.3 spec.
PDFReference.javaClass Class representing a PDF object reference.
PDFResourceContext.javaClass The PDF resource context. There is one of these for every page in a PDF document.
PDFResources.javaClass class representing a /Resources object.
PDFRoot.javaClass
PDFShading.javaClass class representing a PDF Smooth Shading object. PDF Functions represent parameterized mathematical formulas and sampled representations with arbitrary resolution.
PDFState.javaClass This keeps information about the current state when writing to pdf.
PDFStream.javaClass Class representing a PDF stream.

A derivative of the PDF Object, a PDF Stream has not only a dictionary but a stream of PDF commands.

PDFT1Stream.javaClass Special PDFStream for embedding Type 1 fonts.
PDFText.javaClass This class represents a simple number object.
PDFToUnicodeCMap.javaClass Class representing ToUnicode CMaps.
PDFTTFStream.javaClass Special PDFStream for embeddable TrueType fonts.
PDFUri.javaClass
PDFWArray.javaClass Class representing a W array for CID fonts.
PDFWritable.javaInterface This interface is implemented by classes that can be serialized to a PDF file either by serializing the object or by writing a indirect reference to the actual object.
PDFXMode.javaClass Enum class for PDF/X modes.
PDFXObject.javaClass PDF XObject A derivative of the PDF Object, is a PDF Stream that has not only a dictionary but a stream of image data.
StreamCache.javaInterface Interface used to store the bytes for a PDFStream.
StreamCacheFactory.javaClass
TempFileStreamCache.javaClass StreamCache implementation that uses temporary files rather than heap.
TransitionDictionary.javaClass Transition Dictionary This class is used to build a transition dictionary to specify the transition between pages.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.