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,
java.awt.image.BufferedImage image,
PDFRenderer renderer)
Add an image to the cache.
|
abstract java.awt.geom.Rectangle2D |
PDFCmd.execute(PDFRenderer state)
mark the page or change the graphics state
|
java.awt.geom.Rectangle2D |
PDFShapeCmd.execute(PDFRenderer state)
perform the stroke and record the dirty region
|
java.awt.geom.Rectangle2D |
PDFPaint.fill(PDFRenderer state,
java.awt.Graphics2D g,
java.awt.geom.GeneralPath s)
fill a path with the paint, and record the dirty area.
|