TPTP 4.6.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.chart.svg.internal.generator
Interface ISVGaBase


public interface ISVGaBase

ISVGaBase interface defines accessors for attributes which are common to Scalable Vector Graphics (SVG) "a" elements. Also provides for generating the implementation element. $Revision: 1.1 $


Method Summary
 org.w3c.dom.Element doImplementation(org.w3c.dom.Document svgDocument)
          Generates and returns the implementation of the SVG element.
 

Method Detail

doImplementation

org.w3c.dom.Element doImplementation(org.w3c.dom.Document svgDocument)
                                     throws org.w3c.dom.DOMException
Generates and returns the implementation of the SVG element.

Parameters:
Document - the target SVG document.
Returns:
Element the implementation element
Throws:
org.w3c.dom.DOMException - if the tag name contains an illegal character.

TPTP 4.6.0 Platform Project
Internal API Specification