TPTP 4.4.0 Platform Project
Public API Specification

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

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

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

Constructor Detail

DHtmlGraphicImageAWT

public DHtmlGraphicImageAWT()
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
Throws:
DHtmlWriterException

TPTP 4.4.0 Platform Project
Public API Specification