|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.icepdf.core.pobjects.graphics.ImageReference
org.icepdf.core.pobjects.graphics.CachedImageReference
public abstract class CachedImageReference
the Abstract CachedImageReference stores the decoded BufferedImage data in an ImagePool referenced by the images PDF object number to insure that if a page is garbage collected the image can re fetched from the pool if necessary.
| Field Summary |
|---|
| Fields inherited from class org.icepdf.core.pobjects.graphics.ImageReference |
|---|
fillColor, futureTask, image, imageStream, reference, resources, useProxy |
| Constructor Summary | |
|---|---|
protected |
CachedImageReference(ImageStream imageStream,
java.awt.Color fillColor,
Resources resources)
|
| Method Summary | |
|---|---|
java.awt.image.BufferedImage |
getImage()
|
| Methods inherited from class org.icepdf.core.pobjects.graphics.ImageReference |
|---|
createImage, drawImage, getHeight, getImageStream, getWidth, isImage |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.util.concurrent.Callable |
|---|
call |
| Constructor Detail |
|---|
protected CachedImageReference(ImageStream imageStream,
java.awt.Color fillColor,
Resources resources)
| Method Detail |
|---|
public java.awt.image.BufferedImage getImage()
getImage in class ImageReference
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||