TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.birt.core.internal.impl
Class TPTPImageHandler

java.lang.Object
  extended by org.eclipse.birt.report.engine.api.HTMLImageHandler
      extended by org.eclipse.birt.report.engine.api.HTMLCompleteImageHandler
          extended by org.eclipse.tptp.platform.report.birt.core.internal.impl.TPTPImageHandler
All Implemented Interfaces:
org.eclipse.birt.report.engine.api.IHTMLImageHandler

public class TPTPImageHandler
extends org.eclipse.birt.report.engine.api.HTMLCompleteImageHandler


Field Summary
 
Fields inherited from class org.eclipse.birt.report.engine.api.HTMLCompleteImageHandler
log
 
Constructor Summary
TPTPImageHandler()
           
 
Method Summary
protected  java.lang.String handleImage(org.eclipse.birt.report.engine.api.IImage image, java.lang.Object context, java.lang.String prefix, boolean needMap)
          Need to create a custom handle image since birt will prepend an absolute path instead of a relative path.
 
Methods inherited from class org.eclipse.birt.report.engine.api.HTMLCompleteImageHandler
createUniqueFile, getImageMapID, onCustomImage, onDesignImage, onDocImage, onFileImage, onURLImage
 
Methods inherited from class org.eclipse.birt.report.engine.api.HTMLImageHandler
addCachedImage, getCachedImage, getRenderContext, onCustomImage, onDesignImage, onDocImage, onFileImage, onURLImage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TPTPImageHandler

public TPTPImageHandler()
Method Detail

handleImage

protected java.lang.String handleImage(org.eclipse.birt.report.engine.api.IImage image,
                                       java.lang.Object context,
                                       java.lang.String prefix,
                                       boolean needMap)
Need to create a custom handle image since birt will prepend an absolute path instead of a relative path.

Overrides:
handleImage in class org.eclipse.birt.report.engine.api.HTMLCompleteImageHandler

TPTP 4.5.0 Platform Project
Internal API Specification