Uses of Class
org.apache.fop.pdf.PDFStream
-
Packages that use PDFStream Package Description org.apache.fop.pdf Classes for handling the low-level creation of PDF documents.org.apache.fop.render.pdf PDF Renderer -
-
Uses of PDFStream in org.apache.fop.pdf
Subclasses of PDFStream in org.apache.fop.pdf Modifier and Type Class Description classObjectStreamAn object stream, as described in section 3.4.6 of the PDF 1.5 Reference.classPDFCMapClass representing the CMap encodings.classPDFEmbeddedFileThis class represents an embedded file stream.classPDFICCStreamSpecial PDFStream for ICC profiles (color profiles).classPDFMetadataSpecial PDFStream for Metadata.classPDFToUnicodeCMapClass representing ToUnicode CMaps.Methods in org.apache.fop.pdf that return PDFStream Modifier and Type Method Description PDFStreamPDFFactory. makeStream(java.lang.String type, boolean add)Make a stream objectMethods in org.apache.fop.pdf with parameters of type PDFStream Modifier and Type Method Description voidPDFCharProcs. addCharacter(java.lang.String name, PDFStream stream)add a character definition in the dictionaryPDFFormXObjectPDFDocument. addFormXObject(PDFResourceContext res, PDFStream cont, PDFReference formres, java.lang.String key)Add a form XObject to the PDF document.voidPDFCIDFont. setCIDMap(PDFStream map)Set the /CIDToGIDMap (to be used only for CIDFontType2)voidPDFCIDFontDescriptor. setCIDSet(PDFStream cidSet)Set the CID set stream.voidPDFCMap. setUseCMap(PDFStream base)set the base CMapConstructors in org.apache.fop.pdf with parameters of type PDFStream Constructor Description PDFFormXObject(int xnumber, PDFStream contents, PDFReference resources)create a FormXObject with the given number and name and load the image in the object -
Uses of PDFStream in org.apache.fop.render.pdf
Methods in org.apache.fop.render.pdf that return PDFStream Modifier and Type Method Description PDFStreamPDFContentGenerator. getStream()Returns thePDFStreamassociated with this instance.Methods in org.apache.fop.render.pdf with parameters of type PDFStream Modifier and Type Method Description voidPDFContentGenerator. setColor(java.awt.Color col, boolean fill, PDFStream stream)Establishes a new foreground or fill color.
-