TPTP 4.5.0 Platform Project
Internal API Specification

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

java.lang.Object
  extended by org.eclipse.birt.report.engine.api.HTMLRenderContext
      extended by org.eclipse.tptp.platform.report.birt.core.internal.impl.TPTPHTMLRenderContext

public class TPTPHTMLRenderContext
extends org.eclipse.birt.report.engine.api.HTMLRenderContext


Field Summary
protected  java.lang.String tptpImageDir
           
 
Fields inherited from class org.eclipse.birt.report.engine.api.HTMLRenderContext
baseImageURL, baseURL, imageDirectory, renderOption, supportedImageFormats
 
Constructor Summary
TPTPHTMLRenderContext()
           
 
Method Summary
 java.lang.String getTptpImageDir()
           
 void setTptpImageDir(java.lang.String tptpImageDir)
           
 
Methods inherited from class org.eclipse.birt.report.engine.api.HTMLRenderContext
getBaseImageURL, getBaseURL, getImageDirectory, getRenderOption, getSupportedImageFormats, setBaseImageURL, setBaseURL, setImageDirectory, SetRenderOption, setSupportedImageFormats
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tptpImageDir

protected java.lang.String tptpImageDir
Constructor Detail

TPTPHTMLRenderContext

public TPTPHTMLRenderContext()
Method Detail

getTptpImageDir

public java.lang.String getTptpImageDir()

setTptpImageDir

public void setTptpImageDir(java.lang.String tptpImageDir)

TPTP 4.5.0 Platform Project
Internal API Specification