net.sf.jooreports.templates.image
public abstract class AbstractInputStreamImageSource extends java.lang.Object implements ImageSource
Constructor and Description |
---|
AbstractInputStreamImageSource() |
Modifier and Type | Method and Description |
---|---|
int |
getHeight() |
protected abstract java.io.InputStream |
getInputStream() |
int |
getWidth() |
void |
write(java.io.OutputStream outputStream) |
protected abstract java.io.InputStream getInputStream() throws java.io.IOException
java.io.IOException
public void write(java.io.OutputStream outputStream) throws java.io.IOException
write
in interface ImageSource
java.io.IOException
public int getWidth()
getWidth
in interface ImageSource
public int getHeight()
getHeight
in interface ImageSource