public class PDFImageDelayQueue extends Object
| Constructor and Description |
|---|
PDFImageDelayQueue(PDFWriter pdf) |
| Modifier and Type | Method and Description |
|---|---|
int |
addXObjects()
Adds all names to the dictionary which should be the value of the
resources dicionrary's /XObject entry.
|
PDFName |
delayImage(RenderedImage image,
Color bkg,
String writeAs) |
void |
processAll()
Creates a stream for every delayed image that is not written yet.
|
public PDFImageDelayQueue(PDFWriter pdf)
public PDFName delayImage(RenderedImage image, Color bkg, String writeAs)
public void processAll()
throws IOException
IOExceptionpublic int addXObjects()
throws IOException
IOExceptionCopyright © 2014. All rights reserved.