TPTP 4.2.0 Platform Project
Public API Specification

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

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

public class DHtmlGraphicImageSWT
extends java.lang.Object

This class uses the JScrib DExtensible extension mechanism to provide an optionnal way to translate DGraphic items to html by te mean of a JPEG image. If it is not delivered with the DHtmlWriter class, a default implementation for DGraphic items translation is taken: do nothing. This class is the only one from that package that requires SWT.


Constructor Summary
DHtmlGraphicImageSWT()
           
 
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

DHtmlGraphicImageSWT

public DHtmlGraphicImageSWT()
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.2.0 Platform Project
Public API Specification