|
fop-pdf-images 2.2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.xmlgraphics.image.loader.impl.AbstractImage
org.apache.fop.render.pdf.pdfbox.ImagePDF
public class ImagePDF
Represents a PDF document as an image.
| Field Summary | |
|---|---|
static java.lang.String |
MIME_PDF
MIME type for PDF |
static org.apache.xmlgraphics.image.loader.ImageFlavor |
PDFBOX_IMAGE
ImageFlavor for PDF |
| Constructor Summary | |
|---|---|
ImagePDF(org.apache.xmlgraphics.image.loader.ImageInfo info,
org.apache.pdfbox.pdmodel.PDDocument doc)
Create an PDF image with the image information. |
|
| Method Summary | |
|---|---|
void |
close()
|
org.apache.xmlgraphics.image.loader.ImageFlavor |
getFlavor()
|
org.apache.pdfbox.pdmodel.PDDocument |
getPDDocument()
Returns the root PDDocument instance representing the PDF image. |
boolean |
isCacheable()
|
| Methods inherited from class org.apache.xmlgraphics.image.loader.impl.AbstractImage |
|---|
getColorSpace, getICCProfile, getInfo, getSize, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String MIME_PDF
public static final org.apache.xmlgraphics.image.loader.ImageFlavor PDFBOX_IMAGE
| Constructor Detail |
|---|
public ImagePDF(org.apache.xmlgraphics.image.loader.ImageInfo info,
org.apache.pdfbox.pdmodel.PDDocument doc)
info - the information containing the data and bounding boxdoc - the PDF document| Method Detail |
|---|
public org.apache.pdfbox.pdmodel.PDDocument getPDDocument()
public org.apache.xmlgraphics.image.loader.ImageFlavor getFlavor()
public boolean isCacheable()
public void close()
|
fop-pdf-images 2.2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||