|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ImageInfo | |
|---|---|
| com.sun.pdfview | |
| Uses of ImageInfo in com.sun.pdfview |
|---|
| Methods in com.sun.pdfview with parameters of type ImageInfo | |
|---|---|
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 |
| Constructors in com.sun.pdfview with parameters of type ImageInfo | |
|---|---|
PDFRenderer(PDFPage page,
ImageInfo imageinfo,
java.awt.image.BufferedImage bi)
create a new PDFGraphics state |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||