net.sf.jooreports.templates.image
public class FileImageSource extends AbstractInputStreamImageSource
Constructor and Description |
---|
FileImageSource(java.io.File file) |
FileImageSource(java.lang.String fileName) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
protected java.io.InputStream |
getInputStream() |
int |
hashCode() |
getHeight, getWidth, write
public FileImageSource(java.lang.String fileName)
public FileImageSource(java.io.File file)
protected java.io.InputStream getInputStream() throws java.io.IOException
getInputStream
in class AbstractInputStreamImageSource
java.io.IOException
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object