Package | Description |
---|---|
org.apache.fop.pdf |
Classes for handling the low-level creation of PDF documents.
|
org.apache.fop.render.pdf |
PDF Renderer
|
Modifier and Type | Method and Description |
---|---|
PDFReference |
PDFImage.getSoftMaskReference()
Get the PDF reference for a soft mask.
|
PDFReference |
BitmapImage.getSoftMaskReference()
Get the PDF reference for a soft mask.
|
PDFReference |
AlphaRasterImage.getSoftMaskReference()
Get the PDF reference for a soft mask.
|
PDFReference |
PDFObject.makeReference()
Creates and returns a reference to this object.
|
Modifier and Type | Method and Description |
---|---|
PDFFormXObject |
PDFDocument.addFormXObject(PDFResourceContext res,
PDFStream cont,
PDFReference formres,
java.lang.String key)
Add a form XObject to the PDF document.
|
Constructor and Description |
---|
PDFFormXObject(int xnumber,
PDFStream contents,
PDFReference resources)
create a FormXObject with the given number and name and load the
image in the object
|
Modifier and Type | Method and Description |
---|---|
PDFReference |
AbstractImageAdapter.getSoftMaskReference()
Get the PDF reference for a soft mask.
|
PDFReference |
ImageRenderedAdapter.getSoftMaskReference()
Get the PDF reference for a soft mask.
|
Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.