TPTP 4.5.0 Platform Project
Public API Specification

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

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

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 DHtmlGraphicImageAWT
extends java.lang.Object

This class uses the JScrib DExtensible extension mechanism to provide an optionnal way to translate DGraphic items to html creating an image for each DGraphic. This class require only AWT classes, no SWT dependency.


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

Constructor Detail

DHtmlGraphicImageAWT

public DHtmlGraphicImageAWT()
Deprecated. 
Method Detail

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