public class StiHtmlImageHost
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected StiHtmlExportService |
htmlExport |
| Constructor and Description |
|---|
StiHtmlImageHost(StiHtmlExportService htmlExport) |
| Modifier and Type | Method and Description |
|---|---|
StiHtmlExportService |
getHtmlExport() |
StiImageCache |
getImageCache() |
java.lang.String |
getImageString(java.awt.image.BufferedImage bmp)
Return path to
BufferedImage or it Base64 code |
boolean |
isForcePng() |
boolean |
isMhtExport() |
void |
setForcePng(boolean forcePng) |
void |
setHtmlExport(StiHtmlExportService htmlExport) |
void |
setImageCache(StiImageCache imageCache) |
void |
setMhtExport(boolean isMhtExport) |
protected StiHtmlExportService htmlExport
public StiHtmlImageHost(StiHtmlExportService htmlExport)
public java.lang.String getImageString(java.awt.image.BufferedImage bmp)
BufferedImage or it Base64 codebmp - public StiHtmlExportService getHtmlExport()
public void setHtmlExport(StiHtmlExportService htmlExport)
htmlExport - the htmlExport to setpublic StiImageCache getImageCache()
public void setImageCache(StiImageCache imageCache)
imageCache - the imageCache to setpublic boolean isMhtExport()
public void setMhtExport(boolean isMhtExport)
isMhtExport - the isMhtExport to setpublic boolean isForcePng()
public void setForcePng(boolean forcePng)
forcePng - the forcePng to setCopyright © 2019 Stimulsoft. All Rights Reserved.