- PAGE_MARGINS - Static variable in class org.freehep.graphicsio.pdf.PDFGraphics2D
-
- PAGE_SIZE - Static variable in class org.freehep.graphicsio.pdf.PDFGraphics2D
-
- PDF - Class in org.freehep.graphicsio.pdf
-
Implements the lookup tables.
- pdf - Variable in class org.freehep.graphicsio.pdf.PDFDictionary
-
- pdf - Variable in class org.freehep.graphicsio.pdf.PDFFontEmbedder
-
sloppily declared protected
- pdf - Variable in class org.freehep.graphicsio.pdf.PDFObject
-
- PDFByteWriter - Class in org.freehep.graphicsio.pdf
-
Implements the real writer for the PDFWriter.
- PDFCatalog - Class in org.freehep.graphicsio.pdf
-
Implements the Catalog Dictionary (see Table 3.15).
- PDFCharTableWriter - Class in org.freehep.graphicsio.pdf
-
- PDFCharTableWriter() - Constructor for class org.freehep.graphicsio.pdf.PDFCharTableWriter
-
- PDFConstants - Interface in org.freehep.graphicsio.pdf
-
Specifies constants for use with the PDFWriter, PDFStream and PDFUtil.
- PDFDictionary - Class in org.freehep.graphicsio.pdf
-
Implements a PDF Dictionary.
- PDFDocInfo - Class in org.freehep.graphicsio.pdf
-
Implements the Document Information Dictionary (see Table 8.2).
- PDFExportFileType - Class in org.freehep.graphicsio.pdf
-
- PDFExportFileType() - Constructor for class org.freehep.graphicsio.pdf.PDFExportFileType
-
- PDFFontEmbedder - Class in org.freehep.graphicsio.pdf
-
Superclass of all FontEmbedders for PDF documents.
- PDFFontEmbedder(FontRenderContext, PDFWriter, String, PDFRedundanceTracker) - Constructor for class org.freehep.graphicsio.pdf.PDFFontEmbedder
-
- PDFFontEmbedderType1 - Class in org.freehep.graphicsio.pdf
-
Font embedder for type one fonts in pdf documents.
- PDFFontEmbedderType3 - Class in org.freehep.graphicsio.pdf
-
- PDFFontEmbedderType3(FontRenderContext, PDFWriter, String, PDFRedundanceTracker) - Constructor for class org.freehep.graphicsio.pdf.PDFFontEmbedderType3
-
- PDFFontIncluder - Class in org.freehep.graphicsio.pdf
-
Includes one of the 14 Type1 fonts in PDF documents
- PDFFontIncluder(FontRenderContext, PDFWriter, String, PDFRedundanceTracker) - Constructor for class org.freehep.graphicsio.pdf.PDFFontIncluder
-
- PDFFontTable - Class in org.freehep.graphicsio.pdf
-
A table to remember which fonts were used while writing a pdf document.
- PDFFontTable(PDFWriter) - Constructor for class org.freehep.graphicsio.pdf.PDFFontTable
-
- PDFGraphics2D - Class in org.freehep.graphicsio.pdf
-
Implementation of VectorGraphics that writes the output to a PDF
file.
- PDFGraphics2D(File, Dimension) - Constructor for class org.freehep.graphicsio.pdf.PDFGraphics2D
-
- PDFGraphics2D(File, Component) - Constructor for class org.freehep.graphicsio.pdf.PDFGraphics2D
-
- PDFGraphics2D(OutputStream, Dimension) - Constructor for class org.freehep.graphicsio.pdf.PDFGraphics2D
-
- PDFGraphics2D(OutputStream, Component) - Constructor for class org.freehep.graphicsio.pdf.PDFGraphics2D
-
- PDFGraphics2D(PDFGraphics2D, boolean) - Constructor for class org.freehep.graphicsio.pdf.PDFGraphics2D
-
Cloneconstructor
- PDFImageDelayQueue - Class in org.freehep.graphicsio.pdf
-
Delay Image objects for writing XObjects to the pdf file when the
pageStream is complete.
- PDFImageDelayQueue(PDFWriter) - Constructor for class org.freehep.graphicsio.pdf.PDFImageDelayQueue
-
- PDFName - Class in org.freehep.graphicsio.pdf
-
Specifies a PDFName object.
- PDFObject - Class in org.freehep.graphicsio.pdf
-
Implements a numbered PDFObject.
- PDFOutline - Class in org.freehep.graphicsio.pdf
-
Implements the Outline Item Dictionary (see Table 7.4).
- PDFOutlineList - Class in org.freehep.graphicsio.pdf
-
Implements the Outline Dictionary (see Table 7.3).
- PDFPage - Class in org.freehep.graphicsio.pdf
-
Implements the Page Object (see Table 3.17).
- PDFPageBase - Class in org.freehep.graphicsio.pdf
-
Implements the Page Base Node to accomodate Inheritance of Page Attributes
(see Table 3.17)
- PDFPageBase(PDF, PDFByteWriter, PDFObject, PDFRef) - Constructor for class org.freehep.graphicsio.pdf.PDFPageBase
-
- PDFPageTree - Class in org.freehep.graphicsio.pdf
-
Implements the Page Tree Node (see Table 3.16).
- PDFPaintDelayQueue - Class in org.freehep.graphicsio.pdf
-
Delay Paint objects (gradient/texture, not color) for writing
pattern/shading/function dictionaries to the pdf file when the pageStream is
complete.
TODO: - reuse pattern dictionaries if possible - cyclic function not working
yet (ps calculation)
- PDFPaintDelayQueue(PDFWriter, PDFImageDelayQueue) - Constructor for class org.freehep.graphicsio.pdf.PDFPaintDelayQueue
-
Don't forget to call setPageMatrix().
- PDFPathConstructor - Class in org.freehep.graphicsio.pdf
-
- PDFPathConstructor(PDFStream) - Constructor for class org.freehep.graphicsio.pdf.PDFPathConstructor
-
- PDFRedundanceTracker - Class in org.freehep.graphicsio.pdf
-
This class keeps track of all kinds of objects written to a pdf file and
avoids to write them several times instead of referencing the same object
several times.
- PDFRedundanceTracker(PDFWriter) - Constructor for class org.freehep.graphicsio.pdf.PDFRedundanceTracker
-
- PDFRedundanceTracker.Writer - Interface in org.freehep.graphicsio.pdf
-
To be implemented by Writers which write objects that may already have
been written.
- PDFRef - Class in org.freehep.graphicsio.pdf
-
This class implements a numbered reference to a PDFObject.
- PDFStream - Class in org.freehep.graphicsio.pdf
-
This class allows you to write/print into a PDFStream.
- PDFUtil - Class in org.freehep.graphicsio.pdf
-
Utility functions for the PDFWriter.
- PDFViewerPreferences - Class in org.freehep.graphicsio.pdf
-
Implements the Viewer Preferences (see Table 7.1).
- PDFWriter - Class in org.freehep.graphicsio.pdf
-
This class creates a PDF file/stream.
- PDFWriter(OutputStream) - Constructor for class org.freehep.graphicsio.pdf.PDFWriter
-
- PDFWriter(OutputStream, String) - Constructor for class org.freehep.graphicsio.pdf.PDFWriter
-
- print(String) - Method in class org.freehep.graphicsio.pdf.PDFByteWriter
-
- print(int) - Method in class org.freehep.graphicsio.pdf.PDFByteWriter
-
- print(double) - Method in class org.freehep.graphicsio.pdf.PDFByteWriter
-
- print(Object) - Method in class org.freehep.graphicsio.pdf.PDFByteWriter
-
- print(String) - Method in class org.freehep.graphicsio.pdf.PDFStream
-
- println() - Method in class org.freehep.graphicsio.pdf.PDFByteWriter
-
- println(String) - Method in class org.freehep.graphicsio.pdf.PDFByteWriter
-
- println(int) - Method in class org.freehep.graphicsio.pdf.PDFByteWriter
-
- println(double) - Method in class org.freehep.graphicsio.pdf.PDFByteWriter
-
- println(Object) - Method in class org.freehep.graphicsio.pdf.PDFByteWriter
-
- println(String) - Method in class org.freehep.graphicsio.pdf.PDFStream
-
- printPlain(String) - Method in class org.freehep.graphicsio.pdf.PDFByteWriter
-
- printPlain(int) - Method in class org.freehep.graphicsio.pdf.PDFByteWriter
-
- printPlain(double) - Method in class org.freehep.graphicsio.pdf.PDFByteWriter
-
- printPlain(Object) - Method in class org.freehep.graphicsio.pdf.PDFByteWriter
-
- processAll() - Method in class org.freehep.graphicsio.pdf.PDFImageDelayQueue
-
Creates a stream for every delayed image that is not written yet.
- processAll() - Method in class org.freehep.graphicsio.pdf.PDFPaintDelayQueue
-
Creates a stream for every delayed image.