|
FreeHEP API Version current |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.freehep.graphicsio.pdf.PDFImageDelayQueue
Delay Image objects for writing XObjects to the pdf file when the pageStream is complete. Caches identical images to only write them once.
| Constructor Summary | |
PDFImageDelayQueue(PDFWriter pdf)
|
|
| Method Summary | |
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PDFImageDelayQueue(PDFWriter pdf)
| Method Detail |
public PDFName delayImage(RenderedImage image,
Color bkg,
String writeAs)
public void processAll()
throws IOException
IOException
public int addXObjects()
throws IOException
IOException
|
FreeHEP API Version current |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||