Class PDFTiledImage.TiledImageProxy
- java.lang.Object
- 
- java.awt.Image
- 
- com.inductiveautomation.rm.pdf.reader.PDFTiledImage.TiledImageProxy
 
 
- 
- Enclosing class:
- PDFTiledImage
 
 public static class PDFTiledImage.TiledImageProxy extends java.awt.Image
- 
- 
Constructor SummaryConstructors Constructor Description TiledImageProxy(java.awt.image.ImageProducer producer)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddrawImage(java.awt.Graphics2D destination)voidflush()other Image methods don't do anythingjava.awt.GraphicsgetGraphics()intgetHeight(java.awt.image.ImageObserver observer)java.lang.ObjectgetProperty(java.lang.String name, java.awt.image.ImageObserver observer)java.awt.image.ImageProducergetSource()intgetWidth(java.awt.image.ImageObserver observer)
 
- 
- 
- 
Method Detail- 
drawImagepublic void drawImage(java.awt.Graphics2D destination) 
 - 
getHeightpublic int getHeight(java.awt.image.ImageObserver observer) - Specified by:
- getHeightin class- java.awt.Image
 
 - 
getWidthpublic int getWidth(java.awt.image.ImageObserver observer) - Specified by:
- getWidthin class- java.awt.Image
 
 - 
flushpublic void flush() other Image methods don't do anything- Overrides:
- flushin class- java.awt.Image
 
 - 
getGraphicspublic java.awt.Graphics getGraphics() - Specified by:
- getGraphicsin class- java.awt.Image
 
 - 
getPropertypublic java.lang.Object getProperty(java.lang.String name, java.awt.image.ImageObserver observer)- Specified by:
- getPropertyin class- java.awt.Image
 
 - 
getSourcepublic java.awt.image.ImageProducer getSource() - Specified by:
- getSourcein class- java.awt.Image
 
 
- 
 
-