com.stimulsoft.report.export.tools.html
Class StiHtmlImageHost

java.lang.Object
  extended by com.stimulsoft.report.export.tools.html.StiHtmlImageHost

public class StiHtmlImageHost
extends java.lang.Object

Html image host Copyright Stimulsoft


Constructor Summary
StiHtmlImageHost(StiHtmlExportService htmlExport)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiHtmlImageHost

public StiHtmlImageHost(StiHtmlExportService htmlExport)
Method Detail

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