|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jooreports.templates.image.AbstractInputStreamImageSource
public abstract class AbstractInputStreamImageSource
Constructor Summary | |
---|---|
AbstractInputStreamImageSource()
|
Method Summary | |
---|---|
int |
getHeight()
|
protected abstract java.io.InputStream |
getInputStream()
|
int |
getWidth()
|
void |
write(java.io.OutputStream outputStream)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractInputStreamImageSource()
Method Detail |
---|
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |