Uses of Class org.apache.fop.pdf.PDFObject

Uses in package org.apache.fop.pdf

Classes derived from org.apache.fop.pdf.PDFObject

class
This is an abstract base class for PDF streams.
class
class representing an action object.
class
class representing an object which is a list of annotations.
class
Class representing an array object.
class
class representing a /CharProcs dictionary for Type3 fonts.
class
Class representing a "character identifier" font (p 210 and onwards).
class
Class representing a font descriptor for CID fonts.
class
class representing system information for "character identifier" fonts.
class
Class representing the CMap encodings.
class
PDF Color object.
class
class representing a named destination
class
class representing an /Dests dictionary object
class
Class representing a PDF dictionary object
class
Class representing an /Encoding object.
class
class representing a /Filter /Standard object.
class
class representing a /FileSpec object.
class
Class representing a /Font object.
class
Class representing a font descriptor (/FontDescriptor object).
class
A common ancestor for Type1, TrueType, MMType1 and Type3 fonts (all except base 14 fonts).
class
Class representing a TrueType font.
class
Class representing a Type0 font.
class
Class representing a Type1 or MMType1 font (not necessary for the base 14).
class
Class representing a Type3 font.
class
PDF Form XObject A derivative of the PDFXObject, is a PDF Stream that has not only a dictionary but a stream of image data.
class
class representing a PDF Function.
class
class representing a /GoTo object.
class
class representing a /GoToR object.
class
Class representing a /ExtGState object.
class
Represents an ICCBased color space in PDF.
class
Special PDFStream for ICC profiles (color profiles).
class
PDF XObject A derivative of the PDF Object, is a PDF Stream that has not only a dictionary but a stream of image data.
class
class representing an /Info object
class
class used to create a PDF internal link
class
class representing an /Annot object of /Subtype /Link
class
Special PDFStream for Metadata.
class
Class representing a PDF name object.
class
Class representing a PDF Names object
class
Class representing a PDF name tree node.
class
This class represents a simple number object.
class
Class representing a PDF number tree node.
class
Class representing an "Nums" array object (for Number Trees).
class
This represents a single Outline object in a PDF, including the root Outlines object.
class
Represents the OutputIntent dictionary.
class
Class representing a /Page object.
class
Class representing a PDF /PageLabels dictionary.
class
class representing a /Pages object.
class
Base class for PDF painting operations.
class
class representing a PDF Function.
class
The PDF resource context.
class
class representing a /Resources object.
class
Class representing a Root (/Catalog) object.
class
class representing a PDF Smooth Shading object.
class
Class representing a PDF stream.
class
Special PDFStream for embedding Type 1 fonts.
class
This class represents a simple number object.
class
Class representing ToUnicode CMaps.
class
Special PDFStream for embeddable TrueType fonts.
class
class used to create a PDF Uri link
class
Abstract base class of PDF XObjects.
class
Transition Dictionary This class is used to build a transition dictionary to specify the transition between pages.

Constructors with parameter type org.apache.fop.pdf.PDFObject

Create a new, empty array object
PDFArray.PDFArray(PDFObject parent, Collection values)
Create an array object.
PDFArray.PDFArray(PDFObject parent, Object[] values)
Create the array object
PDFArray.PDFArray(PDFObject parent, double[] values)
Create an array object.
PDFArray.PDFArray(PDFObject parent, int[] values)
Create an array object.
Create a new dictionary object.
Create a new, empty array object.
Constructor for direct objects.
Creates a new PDF reference.

Methods with parameter type org.apache.fop.pdf.PDFObject

void
add an /Annot object of /Subtype /Link.
void
set this page's annotation list
void
Adds an PDFObject to this document.
void
Add trailer object.
void
Assigns the PDFObject a object number and sets the parent of the PDFObject to this PDFDocument.
byte[]
PDFEncryption.encrypt(byte[] data, PDFObject refObj)
Encrypt an array of bytes using a reference PDFObject for calculating the encryption key.
byte[]
PDFEncryptionJCE.encrypt(byte[] data, PDFObject refObj)
PDFObject
Registers a PDFObject in this PDF document.
void
Sets the CCF decoding parameters
void
Sets the direct parent object.

Methods with return type org.apache.fop.pdf.PDFObject

PDFObject
Get the decode parameters.
PDFObject
Get the decode params.
PDFObject
PDFObject
Get the decode params for this filter.
PDFObject
Get the decode params for this filter.
PDFObject
PDFObject
return a parameter dictionary for this filter, or null
PDFObject
Returns the PDF object
PDFObject
Returns this objects's parent.
PDFObject
Registers a PDFObject in this PDF document.

Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.