|
|||||||||
| 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.InlineImageStreamReference
public class InlineImageStreamReference
Represents one inline images as define in a content stream. Inline images don't have object numbers and thus can't be cached.
| Field Summary |
|---|
| Fields inherited from class org.icepdf.core.pobjects.graphics.ImageReference |
|---|
fillColor, futureTask, image, imageStream, reference, resources, useProxy |
| Constructor Summary | |
|---|---|
InlineImageStreamReference(ImageStream imageStream,
java.awt.Color fillColor,
Resources resources)
|
|
| Method Summary | |
|---|---|
java.awt.image.BufferedImage |
call()
|
int |
getHeight()
|
java.awt.image.BufferedImage |
getImage()
|
int |
getWidth()
|
| Methods inherited from class org.icepdf.core.pobjects.graphics.ImageReference |
|---|
createImage, drawImage, getImageStream, isImage |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InlineImageStreamReference(ImageStream imageStream,
java.awt.Color fillColor,
Resources resources)
| Method Detail |
|---|
public int getWidth()
getWidth in class ImageReferencepublic int getHeight()
getHeight in class ImageReferencepublic java.awt.image.BufferedImage getImage()
getImage in class ImageReferencepublic java.awt.image.BufferedImage call()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||