public class ReportImageValue
extends java.lang.Object
| Constructor and Description |
|---|
ReportImageValue(java.lang.String filename) |
| Modifier and Type | Method and Description |
|---|---|
java.io.InputStream |
createInputStream() |
long |
getFilesize() |
java.lang.String |
getMimeType() |
int |
getSourceHeight() |
int |
getSourceWidth() |
Measure |
getTargetHeight() |
Measure |
getTargetWidth() |
void |
setTargetHeight(Measure targetHeight) |
void |
setTargetWidth(Measure targetWidth) |
public ReportImageValue(java.lang.String filename)
throws ReportException
ReportExceptionpublic long getFilesize()
public java.lang.String getMimeType()
throws ReportException
ReportExceptionpublic int getSourceHeight()
throws ReportException
ReportExceptionpublic int getSourceWidth()
throws ReportException
ReportExceptionpublic Measure getTargetHeight()
public Measure getTargetWidth()
public java.io.InputStream createInputStream()
throws ReportException
ReportExceptionpublic void setTargetHeight(Measure targetHeight)
public void setTargetWidth(Measure targetWidth)
© 2003-2011 by Sascha Schmidt (vision-cloud.de). All Rights Reserved.