| Package | Description |
|---|---|
| com.sun.pdfview |
| Modifier and Type | Method and Description |
|---|---|
void |
Cache.addImage(PDFPage page,
ImageInfo info,
BufferedImage image)
Add an image to the cache.
|
void |
Cache.addImage(PDFPage page,
ImageInfo info,
BufferedImage image,
PDFRenderer renderer)
Add an image to the cache.
|
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,
BufferedImage bi)
create a new PDFGraphics state
|
Copyright © 2024. All rights reserved.