public static class PDFTiledImage.TiledImageProxy
extends java.awt.Image
| Constructor and Description |
|---|
TiledImageProxy(java.awt.image.ImageProducer producer) |
| Modifier and Type | Method and Description |
|---|---|
void |
drawImage(java.awt.Graphics2D destination) |
void |
flush()
other Image methods don't do anything
|
java.awt.Graphics |
getGraphics() |
int |
getHeight(java.awt.image.ImageObserver observer) |
java.lang.Object |
getProperty(java.lang.String name,
java.awt.image.ImageObserver observer) |
java.awt.image.ImageProducer |
getSource() |
int |
getWidth(java.awt.image.ImageObserver observer) |
public void drawImage(java.awt.Graphics2D destination)
public int getHeight(java.awt.image.ImageObserver observer)
getHeight in class java.awt.Imagepublic int getWidth(java.awt.image.ImageObserver observer)
getWidth in class java.awt.Imagepublic void flush()
flush in class java.awt.Imagepublic java.awt.Graphics getGraphics()
getGraphics in class java.awt.Imagepublic java.lang.Object getProperty(java.lang.String name,
java.awt.image.ImageObserver observer)
getProperty in class java.awt.Imagepublic java.awt.image.ImageProducer getSource()
getSource in class java.awt.Image