Class StiHtmlImageHost
java.lang.Object
com.stimulsoft.report.export.tools.html.StiHtmlImageHost
Html image host
Copyright Stimulsoft
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn path toBufferedImageor it Base64 codebooleanbooleanvoidsetForcePng(boolean forcePng) voidsetHtmlExport(StiHtmlExportService htmlExport) voidsetImageCache(StiImageCache imageCache) voidsetMhtExport(boolean isMhtExport)
-
Field Details
-
htmlExport
-
-
Constructor Details
-
StiHtmlImageHost
-
-
Method Details
-
getImageString
Return path toBufferedImageor it Base64 code- Parameters:
bmp-- Returns:
- Result
-
getHtmlExport
- Returns:
- the htmlExport
-
setHtmlExport
- Parameters:
htmlExport- the htmlExport to set
-
getImageCache
- Returns:
- the imageCache
-
setImageCache
- 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
-