From 265722f140bd694761834a7e546abb0af47adc4d Mon Sep 17 00:00:00 2001 From: arved Date: Tue, 30 Jan 2001 02:46:58 +0000 Subject: [PATCH] PDF package top-level files git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193997 13f79535-47bb-0310-9956-ffa450edef68 --- docs/design/contrib/pdf/about.html | 1 + docs/design/contrib/pdf/help-doc.html | 1 + docs/design/contrib/pdf/index-all.html | 15 +++++++++++++++ docs/design/contrib/pdf/index.html | 7 +++++++ docs/design/contrib/pdf/overview-frame.html | 4 ++++ docs/design/contrib/pdf/overview-summary.html | 4 ++++ docs/design/contrib/pdf/overview-tree.html | 1 + 7 files changed, 33 insertions(+) create mode 100755 docs/design/contrib/pdf/about.html create mode 100755 docs/design/contrib/pdf/help-doc.html create mode 100755 docs/design/contrib/pdf/index-all.html create mode 100755 docs/design/contrib/pdf/index.html create mode 100755 docs/design/contrib/pdf/overview-frame.html create mode 100755 docs/design/contrib/pdf/overview-summary.html create mode 100755 docs/design/contrib/pdf/overview-tree.html diff --git a/docs/design/contrib/pdf/about.html b/docs/design/contrib/pdf/about.html new file mode 100755 index 000000000..ef9a9c958 --- /dev/null +++ b/docs/design/contrib/pdf/about.html @@ -0,0 +1 @@ +

Documentation for fop.tpr

Generated by Together® on Thu Jan 25 10:51:07 EST 2001 \ No newline at end of file diff --git a/docs/design/contrib/pdf/help-doc.html b/docs/design/contrib/pdf/help-doc.html new file mode 100755 index 000000000..6013d2acd --- /dev/null +++ b/docs/design/contrib/pdf/help-doc.html @@ -0,0 +1 @@ +


How This API Document Is Organized

This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.

Overview

The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.

Package

Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain four categories:

Class/Interface

Each class, interface, inner class and inner interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.

Tree (Class Hierarchy)

There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.

Deprecated API

The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.

Index

The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.

Prev/Next

These links take you to the next or previous class, interface, package, or related page.Resource not found: Help_Contents_FramesNoFrames.start


\ No newline at end of file diff --git a/docs/design/contrib/pdf/index-all.html b/docs/design/contrib/pdf/index-all.html new file mode 100755 index 000000000..0e7f74a23 --- /dev/null +++ b/docs/design/contrib/pdf/index-all.html @@ -0,0 +1,15 @@ +Index
A B C D E F G I M O P R S T U W X Y

A

action - Variable in class org.apache.fop.pdf.PDFLink
 
add(java.lang.String) - Method in class org.apache.fop.pdf.PDFStream
append data to the stream
addDifferences(int,java.util.Vector) - Method in class org.apache.fop.pdf.PDFEncoding
add differences to the encoding
addFilter(java.lang.String) - Method in class org.apache.fop.pdf.PDFStream
 
addFilter(org.apache.fop.pdf.PDFFilter) - Method in class org.apache.fop.pdf.PDFStream
Add a filter for compression of the stream.
addFont(org.apache.fop.pdf.PDFFont) - Method in class org.apache.fop.pdf.PDFResources
add font object to resources list.
addImage(org.apache.fop.image.FopImage) - Method in class org.apache.fop.pdf.PDFDocument
 
addImageArray(int[],int,int) - Method in class org.apache.fop.pdf.PDFStream
append an array of xRGB pixels, ASCII Hex Encoding it first
addLink(org.apache.fop.pdf.PDFLink) - Method in class org.apache.fop.pdf.PDFAnnotList
add an /Annot object of /Subtype /Link.
addPage(org.apache.fop.pdf.PDFPage) - Method in class org.apache.fop.pdf.PDFPages
add a /Page object.
addPage(org.apache.fop.pdf.PDFPage) - Method in class org.apache.fop.pdf.PDFRoot
add a /Page object to the root /Pages object
addPattern(org.apache.fop.pdf.PDFPattern) - Method in class org.apache.fop.pdf.PDFResources
 
addShading(org.apache.fop.pdf.PDFShading) - Method in class org.apache.fop.pdf.PDFPage
 
addShading(org.apache.fop.pdf.PDFShading) - Method in class org.apache.fop.pdf.PDFResources
 
ASCII85Filter - class org.apache.fop.pdf.ASCII85Filter
 
ASCIIHexFilter - class org.apache.fop.pdf.ASCIIHexFilter
 

B

black() - Method in class org.apache.fop.pdf.PDFColor
 
blue() - Method in class org.apache.fop.pdf.PDFColor
 
blue255() - Method in class org.apache.fop.pdf.PDFColor
 
brx - Variable in class org.apache.fop.pdf.PDFLink
 
bry - Variable in class org.apache.fop.pdf.PDFLink
 

C

color - Variable in class org.apache.fop.pdf.PDFLink
 
createFont(int,java.lang.String,byte,java.lang.String,java.lang.Object,int,int,org.apache.fop.pdf.PDFArray,org.apache.fop.pdf.PDFFontDescriptor) - Static method in class org.apache.fop.pdf.PDFFont
factory method with the extended parameters +for Type1, MMType1 and TrueType
createFont(int,java.lang.String,byte,java.lang.String,java.lang.Object) - Static method in class org.apache.fop.pdf.PDFFont
factory method with the basic parameters
createGradient(boolean,org.apache.fop.datatypes.ColorSpace,java.util.Vector,java.util.Vector,java.util.Vector) - Method in class org.apache.fop.pdf.PDFDocument
 
cyan() - Method in class org.apache.fop.pdf.PDFColor
 

D

doubleOut(double) - Method in class org.apache.fop.pdf.PDFNumber
 
doubleOut(java.lang.Double) - Method in class org.apache.fop.pdf.PDFNumber
 

E

encode(byte[]) - Method in class org.apache.fop.pdf.ASCII85Filter
 
encode(byte[]) - Method in class org.apache.fop.pdf.ASCIIHexFilter
 
encode(byte[]) - Method in class org.apache.fop.pdf.FlateFilter
Encode the given data and return it.
encode(byte[]) - Method in class org.apache.fop.pdf.PDFFilter
encode the given data with the filter

F

FlateFilter - class org.apache.fop.pdf.FlateFilter
A filter to deflate a stream.
fopimage - Variable in class org.apache.fop.pdf.PDFXObject
 

G

getAction() - Method in class org.apache.fop.pdf.PDFAction
represent the action to call +this method should be implemented to return the action which gets +called by the Link Object.
getAction() - Method in class org.apache.fop.pdf.PDFGoToRemote
return the action string which will reference this object
getAction() - Method in class org.apache.fop.pdf.PDFInternalLink
returns the action ncecessary for an internal link
getAction() - Method in class org.apache.fop.pdf.PDFUri
returns the action ncecessary for a uri
getAnnotList() - Method in class org.apache.fop.pdf.PDFPage
get this page's annotation list
getBitsPerComponent() - Method in class org.apache.fop.pdf.FlateFilter
 
getColors() - Method in class org.apache.fop.pdf.FlateFilter
 
getColorSpace() - Method in class org.apache.fop.pdf.PDFDocument
 
getColorSpace() - Method in class org.apache.fop.pdf.PDFPathPaint
 
getColorSpaceOut(boolean) - Method in class org.apache.fop.pdf.PDFColor
 
getColorSpaceOut(boolean) - Method in class org.apache.fop.pdf.PDFPathPaint
 
getColorSpaceOut(boolean) - Method in class org.apache.fop.pdf.PDFPattern
 
getColumns() - Method in class org.apache.fop.pdf.FlateFilter
 
getCount() - Method in class org.apache.fop.pdf.PDFAnnotList
get the count of /Annot objects
getCount() - Method in class org.apache.fop.pdf.PDFPages
get the count of /Page objects
getData() - Method in class org.apache.fop.pdf.PDFStream
 
getDataLength() - Method in class org.apache.fop.pdf.PDFStream
 
getDecodeParms() - Method in class org.apache.fop.pdf.ASCII85Filter
 
getDecodeParms() - Method in class org.apache.fop.pdf.ASCIIHexFilter
 
getDecodeParms() - Method in class org.apache.fop.pdf.FlateFilter
 
getDecodeParms() - Method in class org.apache.fop.pdf.PDFFilter
return a parameter dictionary for this filter, or null
getName() - Method in class org.apache.fop.pdf.ASCII85Filter
 
getName() - Method in class org.apache.fop.pdf.ASCIIHexFilter
 
getName() - Method in class org.apache.fop.pdf.FlateFilter
 
getName() - Method in class org.apache.fop.pdf.PDFFilter
return a PDF string representation of the filter, e.g.
getName() - Method in class org.apache.fop.pdf.PDFFont
get the internal name used for this font
getName() - Method in class org.apache.fop.pdf.PDFPattern
Get the name of the pattern
getName() - Method in class org.apache.fop.pdf.PDFShading
 
getNumber() - Method in class org.apache.fop.pdf.PDFObject
 
getPredictor() - Method in class org.apache.fop.pdf.FlateFilter
 
getResources() - Method in class org.apache.fop.pdf.PDFDocument
get the /Resources object for the document
getVector() - Method in class org.apache.fop.pdf.PDFColor
 
getXNumber() - Method in class org.apache.fop.pdf.PDFXObject
 
goToReference - Variable in class org.apache.fop.pdf.PDFInternalLink
 
green() - Method in class org.apache.fop.pdf.PDFColor
 
green255() - Method in class org.apache.fop.pdf.PDFColor
 

I

incrementCount() - Method in class org.apache.fop.pdf.PDFPages
increment the count of /Page objects
isApplied() - Method in class org.apache.fop.pdf.PDFFilter
 

M

MacExpertEncoding - Static variable in class org.apache.fop.pdf.PDFEncoding
the name for the standard encoding scheme
MacRomanEncoding - Static variable in class org.apache.fop.pdf.PDFEncoding
the name for the standard encoding scheme
magenta() - Method in class org.apache.fop.pdf.PDFColor
 
makeAnnotList() - Method in class org.apache.fop.pdf.PDFDocument
make an annotation list object
makeArray(int[]) - Method in class org.apache.fop.pdf.PDFDocument
make an Array object (ex.
makeEncoding(java.lang.String) - Method in class org.apache.fop.pdf.PDFDocument
make a /Encoding object
makeFont(java.lang.String,java.lang.String,java.lang.String,org.apache.fop.layout.FontMetric,org.apache.fop.layout.FontDescriptor) - Method in class org.apache.fop.pdf.PDFDocument
make a Type1 /Font object
makeFontDescriptor(org.apache.fop.layout.FontDescriptor) - Method in class org.apache.fop.pdf.PDFDocument
make a /FontDescriptor object for a CID font
makeFunction(int,int,java.util.Vector,java.util.Vector,java.lang.StringBuffer) - Method in class org.apache.fop.pdf.PDFDocument
make a postscript calculator function
makeFunction(int,java.util.Vector,java.util.Vector,java.util.Vector,int,int,java.util.Vector,java.util.Vector,java.lang.StringBuffer,java.util.Vector) - Method in class org.apache.fop.pdf.PDFDocument
Make a Type 0 sampled function
makeFunction(int,java.util.Vector,java.util.Vector,java.util.Vector,java.util.Vector,double) - Method in class org.apache.fop.pdf.PDFDocument
make a type Exponential interpolation function +(for shading usually)
makeFunction(int,java.util.Vector,java.util.Vector,java.util.Vector,java.util.Vector,java.util.Vector) - Method in class org.apache.fop.pdf.PDFDocument
Make a Type 3 Stitching function
makeLink(java.awt.Rectangle,java.lang.String,int) - Method in class org.apache.fop.pdf.PDFDocument
make a link object
makePage(org.apache.fop.pdf.PDFResources,org.apache.fop.pdf.PDFStream,int,int,org.apache.fop.layout.Page) - Method in class org.apache.fop.pdf.PDFDocument
make a /Page object
makePattern(int,org.apache.fop.pdf.PDFResources,int,int,java.util.Vector,double,double,java.util.Vector,java.util.Vector,java.lang.StringBuffer) - Method in class org.apache.fop.pdf.PDFDocument
Make a tiling pattern
makePattern(int,org.apache.fop.pdf.PDFShading,java.util.Vector,java.lang.StringBuffer,java.util.Vector) - Method in class org.apache.fop.pdf.PDFDocument
Make a smooth shading pattern
makeShading(int,org.apache.fop.datatypes.ColorSpace,java.util.Vector,java.util.Vector,boolean,int,int,int,java.util.Vector,org.apache.fop.pdf.PDFFunction) - Method in class org.apache.fop.pdf.PDFDocument
Make a free-form gouraud shaded triangle mesh, coons patch mesh, or tensor patch mesh +shading object
makeShading(int,org.apache.fop.datatypes.ColorSpace,java.util.Vector,java.util.Vector,boolean,int,int,java.util.Vector,int,org.apache.fop.pdf.PDFFunction) - Method in class org.apache.fop.pdf.PDFDocument
make a Lattice-Form Gouraud mesh shading object
makeShading(int,org.apache.fop.datatypes.ColorSpace,java.util.Vector,java.util.Vector,boolean,java.util.Vector,java.util.Vector,org.apache.fop.pdf.PDFFunction,java.util.Vector) - Method in class org.apache.fop.pdf.PDFDocument
Make an axial or radial shading object.
makeShading(int,org.apache.fop.datatypes.ColorSpace,java.util.Vector,java.util.Vector,boolean,java.util.Vector,java.util.Vector,org.apache.fop.pdf.PDFFunction) - Method in class org.apache.fop.pdf.PDFDocument
make a function based shading object
makeStream() - Method in class org.apache.fop.pdf.PDFDocument
make a stream object
MMTYPE1 - Static variable in class org.apache.fop.pdf.PDFFont
font subtype to be used as parameter to createFont()

O

org.apache.fop.pdf - package org.apache.fop.pdf
 
output(java.io.OutputStream) - Method in class org.apache.fop.pdf.PDFDocument
write the entire document out

P

pdf - Class Diagram in org.apache.fop.pdf
 
PDFAction - class org.apache.fop.pdf.PDFAction
class representing an action object.
PDFAction() - Constructor for class org.apache.fop.pdf.PDFAction
empty constructor for PDFAction.
PDFAction(int) - Constructor for class org.apache.fop.pdf.PDFAction
create an Action object.
PDFAnnotList - class org.apache.fop.pdf.PDFAnnotList
class representing an object which is a list of annotations.
PDFAnnotList(int) - Constructor for class org.apache.fop.pdf.PDFAnnotList
create a /Annots object.
PDFArray - class org.apache.fop.pdf.PDFArray
class representing an array object
PDFArray(int,int[]) - Constructor for class org.apache.fop.pdf.PDFArray
create the array object
PDFColor - class org.apache.fop.pdf.PDFColor
 
PDFColor(double,double,double,double) - Constructor for class org.apache.fop.pdf.PDFColor
 
PDFColor(double,double,double) - Constructor for class org.apache.fop.pdf.PDFColor
 
PDFColor(int,int,int) - Constructor for class org.apache.fop.pdf.PDFColor
 
PDFColor(org.apache.fop.datatypes.ColorType) - Constructor for class org.apache.fop.pdf.PDFColor
 
PDFDocument - class org.apache.fop.pdf.PDFDocument
class representing a PDF document.
PDFDocument() - Constructor for class org.apache.fop.pdf.PDFDocument
creates an empty PDF document
PDFEncoding - class org.apache.fop.pdf.PDFEncoding
class representing an /Encoding object.
PDFEncoding(int,java.lang.String) - Constructor for class org.apache.fop.pdf.PDFEncoding
create the /Encoding object
PDFFileSpec - class org.apache.fop.pdf.PDFFileSpec
class representing a /FileSpec object.
PDFFileSpec(int,java.lang.String) - Constructor for class org.apache.fop.pdf.PDFFileSpec
create a /FileSpec object.
PDFFilter - class org.apache.fop.pdf.PDFFilter
 
PDFFilterException - class org.apache.fop.pdf.PDFFilterException
 
PDFFilterException() - Constructor for class org.apache.fop.pdf.PDFFilterException
 
PDFFilterException(java.lang.String) - Constructor for class org.apache.fop.pdf.PDFFilterException
 
PDFFont - class org.apache.fop.pdf.PDFFont
class representing a /Font object.
PDFFont(int,java.lang.String,byte,java.lang.String,java.lang.Object) - Constructor for class org.apache.fop.pdf.PDFFont
create the /Font object
PDFFontDescriptor - class org.apache.fop.pdf.PDFFontDescriptor
class representing a font descriptor.
PDFFontDescriptor(int,java.lang.String,int,int,int,int,org.apache.fop.pdf.PDFRectangle,int,int) - Constructor for class org.apache.fop.pdf.PDFFontDescriptor
create the /FontDescriptor object
PDFFontNonBase14 - class org.apache.fop.pdf.PDFFontNonBase14
A common ancestor for Type1, TrueType, MMType1 and Type3 fonts +(all except base 14 fonts).
PDFFontNonBase14(int,java.lang.String,byte,java.lang.String,java.lang.Object) - Constructor for class org.apache.fop.pdf.PDFFontNonBase14
create the /Font object
PDFFontType1 - class org.apache.fop.pdf.PDFFontType1
class representing a Type1 or MMType1 font (not necessary for the base 14).
PDFFontType1(int,java.lang.String,byte,java.lang.String,java.lang.Object) - Constructor for class org.apache.fop.pdf.PDFFontType1
create the /Font object
PDFFunction - class org.apache.fop.pdf.PDFFunction
class representing a PDF Function.
PDFFunction(int,int,java.util.Vector,java.util.Vector,java.lang.StringBuffer) - Constructor for class org.apache.fop.pdf.PDFFunction
create an complete Function object of Type 4, a postscript calculator function.
PDFFunction(int,int,java.util.Vector,java.util.Vector,java.util.Vector,int,int,java.util.Vector,java.util.Vector,java.lang.StringBuffer,java.util.Vector) - Constructor for class org.apache.fop.pdf.PDFFunction
create an complete Function object of Type 0, A Sampled function.
PDFFunction(int,int,java.util.Vector,java.util.Vector,java.util.Vector,java.util.Vector,double) - Constructor for class org.apache.fop.pdf.PDFFunction
create an complete Function object of Type 2, an Exponential Interpolation function.
PDFFunction(int,int,java.util.Vector,java.util.Vector,java.util.Vector,java.util.Vector,java.util.Vector) - Constructor for class org.apache.fop.pdf.PDFFunction
create an complete Function object of Type 3, a Stitching function.
PDFGoTo - class org.apache.fop.pdf.PDFGoTo
class representing a /GoTo object.
PDFGoTo(int,java.lang.String) - Constructor for class org.apache.fop.pdf.PDFGoTo
create a /GoTo object.
PDFGoToRemote - class org.apache.fop.pdf.PDFGoToRemote
class representing a /GoToR object.
PDFGoToRemote(int,org.apache.fop.pdf.PDFFileSpec) - Constructor for class org.apache.fop.pdf.PDFGoToRemote
create an GoToR object.
PDFInfo - class org.apache.fop.pdf.PDFInfo
class representing an /Info object
PDFInfo(int) - Constructor for class org.apache.fop.pdf.PDFInfo
create an Info object
PDFInternalLink - class org.apache.fop.pdf.PDFInternalLink
class used to create a PDF internal link
PDFInternalLink(java.lang.String) - Constructor for class org.apache.fop.pdf.PDFInternalLink
create an internal link instance.
PDFLink - class org.apache.fop.pdf.PDFLink
class representing an /Annot object of /Subtype /Link
PDFLink(int,java.awt.Rectangle) - Constructor for class org.apache.fop.pdf.PDFLink
create objects associated with a link annotation (GoToR)
PDFNumber - class org.apache.fop.pdf.PDFNumber
 
PDFNumber() - Constructor for class org.apache.fop.pdf.PDFNumber
 
PDFObject - class org.apache.fop.pdf.PDFObject
generic PDF object.
PDFObject() - Constructor for class org.apache.fop.pdf.PDFObject
 
PDFObject(int) - Constructor for class org.apache.fop.pdf.PDFObject
create an empty object
PDFPage - class org.apache.fop.pdf.PDFPage
class representing a /Page object.
PDFPage(int,org.apache.fop.pdf.PDFResources,org.apache.fop.pdf.PDFStream,int,int) - Constructor for class org.apache.fop.pdf.PDFPage
create a /Page object
PDFPages - class org.apache.fop.pdf.PDFPages
class representing a /Pages object.
PDFPages(int) - Constructor for class org.apache.fop.pdf.PDFPages
create a /Pages object.
PDFPathPaint - class org.apache.fop.pdf.PDFPathPaint
 
PDFPathPaint() - Constructor for class org.apache.fop.pdf.PDFPathPaint
 
PDFPathPaint(int) - Constructor for class org.apache.fop.pdf.PDFPathPaint
 
PDFPattern - class org.apache.fop.pdf.PDFPattern
class representing a PDF Function.
PDFPattern(int,java.lang.String,int,org.apache.fop.pdf.PDFShading,java.util.Vector,java.lang.StringBuffer,java.util.Vector) - Constructor for class org.apache.fop.pdf.PDFPattern
Create a type 2 pattern (smooth shading)
PDFPattern(int,java.lang.String,org.apache.fop.pdf.PDFResources,int,int,int,java.util.Vector,double,double,java.util.Vector,java.util.Vector,java.lang.StringBuffer) - Constructor for class org.apache.fop.pdf.PDFPattern
Create a tiling pattern (type 1).
PDFRectangle - class org.apache.fop.pdf.PDFRectangle
class representing a rectangle + +Rectangles are specified on page 183 of the PDF 1.3 spec.
PDFRectangle(int,int,int,int) - Constructor for class org.apache.fop.pdf.PDFRectangle
create a rectangle giving the four separate values
PDFRectangle(int[]) - Constructor for class org.apache.fop.pdf.PDFRectangle
create a rectangle giving an array of four values
PDFResources - class org.apache.fop.pdf.PDFResources
class representing a /Resources object.
PDFResources(int) - Constructor for class org.apache.fop.pdf.PDFResources
create a /Resources object.
PDFRoot - class org.apache.fop.pdf.PDFRoot
class representing a Root (/Catalog) object
PDFRoot(int) - Constructor for class org.apache.fop.pdf.PDFRoot
create a Root (/Catalog) object
PDFShading - class org.apache.fop.pdf.PDFShading
class representing a PDF Smooth Shading object.
PDFShading(int,java.lang.String,int,org.apache.fop.datatypes.ColorSpace,java.util.Vector,java.util.Vector,boolean,int,int,int,java.util.Vector,org.apache.fop.pdf.PDFFunction) - Constructor for class org.apache.fop.pdf.PDFShading
Constructor for Type 4,6, or 7
PDFShading(int,java.lang.String,int,org.apache.fop.datatypes.ColorSpace,java.util.Vector,java.util.Vector,boolean,int,int,java.util.Vector,int,org.apache.fop.pdf.PDFFunction) - Constructor for class org.apache.fop.pdf.PDFShading
Constructor for type 5
PDFShading(int,java.lang.String,int,org.apache.fop.datatypes.ColorSpace,java.util.Vector,java.util.Vector,boolean,java.util.Vector,java.util.Vector,org.apache.fop.pdf.PDFFunction,java.util.Vector) - Constructor for class org.apache.fop.pdf.PDFShading
Constructor for Type 2 and 3
PDFShading(int,java.lang.String,int,org.apache.fop.datatypes.ColorSpace,java.util.Vector,java.util.Vector,boolean,java.util.Vector,java.util.Vector,org.apache.fop.pdf.PDFFunction) - Constructor for class org.apache.fop.pdf.PDFShading
Constructor for type function based shading
PDFStream - class org.apache.fop.pdf.PDFStream
class representing a PDF stream.
PDFStream(int) - Constructor for class org.apache.fop.pdf.PDFStream
create an empty stream object
PDFUri - class org.apache.fop.pdf.PDFUri
class used to create a PDF Uri link
PDFUri(java.lang.String) - Constructor for class org.apache.fop.pdf.PDFUri
create a Uri instance.
PDFXObject - class org.apache.fop.pdf.PDFXObject
PDF XObject + +A derivative of the PDF Object, is a PDF Stream that has not only a +dictionary but a stream of image data.
PDFXObject(int,int,org.apache.fop.image.FopImage) - Constructor for class org.apache.fop.pdf.PDFXObject
create an Xobject with the given number and name and load the +image in the object
PREDICTION_NONE - Static variable in class org.apache.fop.pdf.FlateFilter
 
PREDICTION_PNG_AVG - Static variable in class org.apache.fop.pdf.FlateFilter
 
PREDICTION_PNG_NONE - Static variable in class org.apache.fop.pdf.FlateFilter
 
PREDICTION_PNG_OPT - Static variable in class org.apache.fop.pdf.FlateFilter
 
PREDICTION_PNG_PAETH - Static variable in class org.apache.fop.pdf.FlateFilter
 
PREDICTION_PNG_SUB - Static variable in class org.apache.fop.pdf.FlateFilter
 
PREDICTION_PNG_UP - Static variable in class org.apache.fop.pdf.FlateFilter
 
PREDICTION_TIFF2 - Static variable in class org.apache.fop.pdf.FlateFilter
 

R

red() - Method in class org.apache.fop.pdf.PDFColor
 
red255() - Method in class org.apache.fop.pdf.PDFColor
 
referencePDF() - Method in class org.apache.fop.pdf.PDFObject
the PDF representation of a reference to this object

S

setAction(org.apache.fop.pdf.PDFAction) - Method in class org.apache.fop.pdf.PDFLink
 
setAnnotList(org.apache.fop.pdf.PDFAnnotList) - Method in class org.apache.fop.pdf.PDFPage
set this page's annotation list
setApplied(boolean) - Method in class org.apache.fop.pdf.PDFFilter
Set the applied attribute to the given value.
setBitsPerComponent(int) - Method in class org.apache.fop.pdf.FlateFilter
 
setColors(int) - Method in class org.apache.fop.pdf.FlateFilter
 
setColorSpace(int) - Method in class org.apache.fop.pdf.PDFColor
 
setColorSpace(int) - Method in class org.apache.fop.pdf.PDFDocument
 
setColorSpace(int) - Method in class org.apache.fop.pdf.PDFPathPaint
 
setColumns(int) - Method in class org.apache.fop.pdf.FlateFilter
 
setData(byte[]) - Method in class org.apache.fop.pdf.PDFStream
 
setDescriptor(org.apache.fop.pdf.PDFFontDescriptor) - Method in class org.apache.fop.pdf.PDFFontNonBase14
set the font descriptor (unused for the Type3 fonts)
setFontFile(byte,org.apache.fop.pdf.PDFStream) - Method in class org.apache.fop.pdf.PDFFontDescriptor
set the optional font file stream
setIDReferences(org.apache.fop.datatypes.IDReferences) - Method in class org.apache.fop.pdf.PDFDocument
 
setMetrics(int,int,int,int,int,int) - Method in class org.apache.fop.pdf.PDFFontDescriptor
set the optional metrics
setPageReference(java.lang.String) - Method in class org.apache.fop.pdf.PDFGoTo
Sets page reference after object has been created
setParent(org.apache.fop.pdf.PDFPages) - Method in class org.apache.fop.pdf.PDFPage
set this page's parent
setPredictor(int) - Method in class org.apache.fop.pdf.FlateFilter
 
setProducer(java.lang.String) - Method in class org.apache.fop.pdf.PDFDocument
set the producer of the document
setProducer(java.lang.String) - Method in class org.apache.fop.pdf.PDFInfo
set the producer string
setRootPages(org.apache.fop.pdf.PDFPages) - Method in class org.apache.fop.pdf.PDFRoot
set the root /Pages object
setWidthMetrics(int,int,org.apache.fop.pdf.PDFArray) - Method in class org.apache.fop.pdf.PDFFontNonBase14
set the width metrics for the font
setXObjects(java.util.Vector) - Method in class org.apache.fop.pdf.PDFResources
 
setXPosition(int) - Method in class org.apache.fop.pdf.PDFGoTo
Sets the x Position to jump to
setYPosition(int) - Method in class org.apache.fop.pdf.PDFGoTo
Sets the Y position to jump to

T

toPDF() - Method in class org.apache.fop.pdf.PDFAction
represent the object in PDF +this method should be implemented to return the PDF which is to be +generated by the Action object
toPDF() - Method in class org.apache.fop.pdf.PDFAnnotList
represent the object in PDF
toPDF() - Method in class org.apache.fop.pdf.PDFArray
produce the PDF representation for the object
toPDF() - Method in class org.apache.fop.pdf.PDFColor
 
toPDF() - Method in class org.apache.fop.pdf.PDFEncoding
produce the PDF representation for the object
toPDF() - Method in class org.apache.fop.pdf.PDFFileSpec
represent the object in PDF
toPDF() - Method in class org.apache.fop.pdf.PDFFont
produce the PDF representation for the object
toPDF() - Method in class org.apache.fop.pdf.PDFFontDescriptor
produce the PDF representation for the object
toPDF() - Method in class org.apache.fop.pdf.PDFFunction
represent as PDF.
toPDF() - Method in class org.apache.fop.pdf.PDFGoTo
represent the object in PDF
toPDF() - Method in class org.apache.fop.pdf.PDFGoToRemote
represent the object in PDF
toPDF() - Method in class org.apache.fop.pdf.PDFInfo
produce the PDF representation of the object
toPDF() - Method in class org.apache.fop.pdf.PDFInternalLink
there is nothing to return for the toPDF method, as it should not be called
toPDF() - Method in class org.apache.fop.pdf.PDFLink
produce the PDF representation of the object
toPDF() - Method in class org.apache.fop.pdf.PDFObject
represent object as PDF
toPDF() - Method in class org.apache.fop.pdf.PDFPage
represent this object as PDF
toPDF() - Method in class org.apache.fop.pdf.PDFPages
represent the object in PDF
toPDF() - Method in class org.apache.fop.pdf.PDFPattern
represent as PDF.
toPDF() - Method in class org.apache.fop.pdf.PDFRectangle
produce the PDF representation for the object
toPDF() - Method in class org.apache.fop.pdf.PDFResources
represent the object in PDF
toPDF() - Method in class org.apache.fop.pdf.PDFRoot
represent the object as PDF
toPDF() - Method in class org.apache.fop.pdf.PDFShading
represent as PDF.
toPDF() - Method in class org.apache.fop.pdf.PDFStream
represent as PDF.
toPDF() - Method in class org.apache.fop.pdf.PDFUri
there is nothing to return for the toPDF method, as it should not be called
toPDF() - Method in class org.apache.fop.pdf.PDFXObject
 
TRUETYPE - Static variable in class org.apache.fop.pdf.PDFFont
font subtype to be used as parameter to createFont()
TYPE0 - Static variable in class org.apache.fop.pdf.PDFFont
font subtype to be used as parameter to createFont()
TYPE1 - Static variable in class org.apache.fop.pdf.PDFFont
font subtype to be used as parameter to createFont()
TYPE3 - Static variable in class org.apache.fop.pdf.PDFFont
font subtype to be used as parameter to createFont()

U

ulx - Variable in class org.apache.fop.pdf.PDFLink
 
uly - Variable in class org.apache.fop.pdf.PDFLink
 
uri - Variable in class org.apache.fop.pdf.PDFUri
 

W

WinAnsiEncoding - Static variable in class org.apache.fop.pdf.PDFEncoding
the name for the standard encoding scheme

X

Xnum - Variable in class org.apache.fop.pdf.PDFXObject
 

Y

yellow() - Method in class org.apache.fop.pdf.PDFColor
 



\ No newline at end of file diff --git a/docs/design/contrib/pdf/index.html b/docs/design/contrib/pdf/index.html new file mode 100755 index 000000000..1d97ba8d3 --- /dev/null +++ b/docs/design/contrib/pdf/index.html @@ -0,0 +1,7 @@ + + + + +<H2>Frame Alert</H2><P>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client.<BR>Link to <A HREF="overview-summary.html">Non-frame version.</A> \ No newline at end of file diff --git a/docs/design/contrib/pdf/overview-frame.html b/docs/design/contrib/pdf/overview-frame.html new file mode 100755 index 000000000..ef1a08b96 --- /dev/null +++ b/docs/design/contrib/pdf/overview-frame.html @@ -0,0 +1,4 @@ +Overview + + + \ No newline at end of file diff --git a/docs/design/contrib/pdf/overview-summary.html b/docs/design/contrib/pdf/overview-summary.html new file mode 100755 index 000000000..389f4f618 --- /dev/null +++ b/docs/design/contrib/pdf/overview-summary.html @@ -0,0 +1,4 @@ +Overview

Packages
org.apache.fop.pdf +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.


\ No newline at end of file diff --git a/docs/design/contrib/pdf/overview-tree.html b/docs/design/contrib/pdf/overview-tree.html new file mode 100755 index 000000000..794961455 --- /dev/null +++ b/docs/design/contrib/pdf/overview-tree.html @@ -0,0 +1 @@ +Class Hierarchy

Hierarchy For All Packages

Package Hierarchies:
org.apache.fop.pdf

Class Hierarchy



\ No newline at end of file -- 2.39.5