Class RenderedImageSource
- java.lang.Object
-
- net.sf.jooreports.templates.image.RenderedImageSource
-
- All Implemented Interfaces:
ImageSource
public class RenderedImageSource extends java.lang.Object implements ImageSource
-
-
Constructor Summary
Constructors Constructor Description RenderedImageSource(java.awt.image.RenderedImage image)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetHeight()intgetWidth()voidwrite(java.io.OutputStream outputStream)
-
-
-
Method Detail
-
write
public void write(java.io.OutputStream outputStream) throws java.io.IOException- Specified by:
writein interfaceImageSource- Throws:
java.io.IOException
-
getWidth
public int getWidth()
- Specified by:
getWidthin interfaceImageSource
-
getHeight
public int getHeight()
- Specified by:
getHeightin interfaceImageSource
-
-