TPTP 4.5.0 Platform Project
Public API Specification

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

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

public class DHtmlGraphicSVG
extends java.lang.Object

This class uses the JScrib DExtensible extension mechanism to generate DGraphic items into html using SVG format.


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

Constructor Detail

DHtmlGraphicSVG

public DHtmlGraphicSVG()
Method Detail

getConfParser

public ConfParser getConfParser()

doMethod

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

TPTP 4.5.0 Platform Project
Public API Specification