Package | Description |
---|---|
com.sun.pdfview |
Modifier and Type | Method and Description |
---|---|
void |
Cache.addImage(PDFPage page,
ImageInfo info,
java.awt.image.BufferedImage image)
Add an image to the cache.
|
void |
Cache.addImage(PDFPage page,
ImageInfo info,
java.awt.image.BufferedImage image,
PDFRenderer renderer)
Add an image to the cache.
|
java.awt.image.BufferedImage |
Cache.getImage(PDFPage page,
ImageInfo info)
Get an image from the cache
|
PDFRenderer |
Cache.getImageRenderer(PDFPage page,
ImageInfo info)
Get an image's renderer from the cache
|
void |
Cache.removeImage(PDFPage page,
ImageInfo info)
Remove an image and its associated renderer from the cache
|
Constructor and Description |
---|
PDFRenderer(PDFPage page,
ImageInfo imageinfo,
java.awt.image.BufferedImage bi)
create a new PDFGraphics state
|