com.stimulsoft.report.export.tools.html
Class StiHtmlImageHost
java.lang.Object
com.stimulsoft.report.export.tools.html.StiHtmlImageHost
public class StiHtmlImageHost
- extends java.lang.Object
Html image host
Copyright Stimulsoft
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StiHtmlImageHost
public StiHtmlImageHost(StiHtmlExportService htmlExport)
getImageString
public java.lang.String getImageString(java.awt.image.BufferedImage bmp)
- Return path to
BufferedImage
or it Base64 code
- Parameters:
bmp
-
- Returns:
- Result
getHtmlExport
public StiHtmlExportService getHtmlExport()
- Returns:
- the htmlExport
setHtmlExport
public void setHtmlExport(StiHtmlExportService htmlExport)
- Parameters:
htmlExport
- the htmlExport to set
getImageCache
public StiImageCache getImageCache()
- Returns:
- the imageCache
setImageCache
public void setImageCache(StiImageCache imageCache)
- Parameters:
imageCache
- the imageCache to set
isMhtExport
public boolean isMhtExport()
- Returns:
- the isMhtExport
setMhtExport
public void setMhtExport(boolean isMhtExport)
- Parameters:
isMhtExport
- the isMhtExport to set
isForcePng
public boolean isForcePng()
- Returns:
- the forcePng
setForcePng
public void setForcePng(boolean forcePng)
- Parameters:
forcePng
- the forcePng to set