TPTP 4.5.0 Platform Project
Public API Specification

org.eclipse.tptp.platform.report.drivers.html
Class DHtmlGraphicApplet

java.lang.Object
  extended by org.eclipse.tptp.platform.report.drivers.html.DHtmlGraphicApplet

Deprecated. As of TPTP 4.5.0, use the TPTP Business Intelligence and Reporting Tools (BIRT) reporting infrastructure (org.eclipse.tptp.platform.report.birt).

public class DHtmlGraphicApplet
extends java.lang.Object

This class uses the JScrib DExtensible extension mechanism to generate DGraphic items to html using an applet (jsgrpahicapplet.jar) If it is not delivered with the DHtmlWriter class, a default implementation for DGraphic items translation is taken: do nothing.


Constructor Summary
DHtmlGraphicApplet()
          Deprecated.  
 
Method Summary
 void doMethod(org.eclipse.tptp.platform.report.core.internal.DGraphic item, org.eclipse.tptp.platform.report.extension.internal.DExtensible ext, java.lang.Object arg)
          Deprecated.  
 ConfParser getConfParser()
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DHtmlGraphicApplet

public DHtmlGraphicApplet()
Deprecated. 
Method Detail

getConfParser

public ConfParser getConfParser()
Deprecated. 

doMethod

public void doMethod(org.eclipse.tptp.platform.report.core.internal.DGraphic item,
                     org.eclipse.tptp.platform.report.extension.internal.DExtensible ext,
                     java.lang.Object arg)
              throws DHtmlWriterException
Deprecated. 
Throws:
DHtmlWriterException

TPTP 4.5.0 Platform Project
Public API Specification