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
ReportException
public long getFilesize()
public java.lang.String getMimeType() throws ReportException
ReportException
public int getSourceHeight() throws ReportException
ReportException
public int getSourceWidth() throws ReportException
ReportException
public Measure getTargetHeight()
public Measure getTargetWidth()
public java.io.InputStream createInputStream() throws ReportException
ReportException
public void setTargetHeight(Measure targetHeight)
public void setTargetWidth(Measure targetWidth)
© 2003-2011 by Sascha Schmidt (vision-cloud.de). All Rights Reserved.