Package | Description |
---|---|
com.sun.pdfview |
Modifier and Type | Method and Description |
---|---|
PDFRenderer |
Cache.getImageRenderer(PDFPage page,
ImageInfo info)
Get an image's renderer from the cache
|
Modifier and Type | Method and Description |
---|---|
void |
Cache.addImage(PDFPage page,
ImageInfo info,
BufferedImage image,
PDFRenderer renderer)
Add an image to the cache.
|
abstract Rectangle2D |
PDFCmd.execute(PDFRenderer state)
mark the page or change the graphics state
|
Rectangle2D |
PDFShapeCmd.execute(PDFRenderer state)
perform the stroke and record the dirty region
|
Rectangle2D |
PDFPaint.fill(PDFRenderer state,
Graphics2D g,
GeneralPath s)
fill a path with the paint, and record the dirty area.
|
Copyright © 2024. All rights reserved.