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

Uses in package org.apache.fop.pdf

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

class
Class representing the CMap encodings.
class
Special PDFStream for ICC profiles (color profiles).
class
Special PDFStream for Metadata.
class
Class representing ToUnicode CMaps.
class
Special PDFStream for embeddable TrueType fonts.

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

PDFFormXObject.PDFFormXObject(int xnumber, PDFStream contents, PDFReference resources)
create a FormXObject with the given number and name and load the image in the object
PDFPage.PDFPage(PDFResources resources, PDFStream contents, int pageWidth, int pageHeight, int pageIndex)
Create a /Page object

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

void
PDFCharProcs.addCharacter(String name, PDFStream stream)
add a character definition in the dictionary
PDFFormXObject
Add a form XObject to the PDF document.
void
Set the /CIDToGIDMap (to be used only for CIDFontType2)
void
Set the CID set stream.
void
set this page contents
void
set the base CMap

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

PDFStream
PDFFactory.makeStream(String type, boolean add)
Make a stream object

Uses in package org.apache.fop.render.pdf

Fields of type org.apache.fop.pdf.PDFStream

PDFStream
the current stream to add PDF commands to
PDFStream
see PDF_STREAM

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