TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.chart.svg.internal.generator
Class SVGTitle

java.lang.Object
  extended by org.eclipse.tptp.platform.report.chart.svg.internal.generator.SVGBase
      extended by org.eclipse.tptp.platform.report.chart.svg.internal.generator.SVGTitle
All Implemented Interfaces:
java.io.Serializable, ISVGBase

public class SVGTitle
extends SVGBase
implements java.io.Serializable

SVGTitle is an implementation class for Scalable Vector Graphics (SVG) "title" elements. $Revision: 1.2 $

See Also:
Serialized Form

Constructor Summary
SVGTitle()
          Sole constructor.
 
Method Summary
 org.w3c.dom.Element doImplementation(org.w3c.dom.Document svgDocument, java.lang.String text)
          Creates the Document Object Model (DOM) implementation of the SVG "title" element
 org.w3c.dom.Element getImplementation()
          Returns the implementation element.
 
Methods inherited from class org.eclipse.tptp.platform.report.chart.svg.internal.generator.SVGBase
doImplementation, getIdentifier, getStyle, getStyleClass, getTagName, getVisibility, setIdentifier, setStyle, setStyleClass, setTagName, setVisibility
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SVGTitle

public SVGTitle()
Sole constructor.

Method Detail

doImplementation

public org.w3c.dom.Element doImplementation(org.w3c.dom.Document svgDocument,
                                            java.lang.String text)
                                     throws java.lang.NullPointerException
Creates the Document Object Model (DOM) implementation of the SVG "title" element

Parameters:
Document - the target SVG Document
String - the title text
Returns:
Element the implementation or null if text is null
Throws:
java.lang.NullPointerException - if svgDocument is null.

getImplementation

public org.w3c.dom.Element getImplementation()
Description copied from interface: ISVGBase
Returns the implementation element.

Specified by:
getImplementation in interface ISVGBase
Specified by:
getImplementation in class SVGBase
Returns:
Element
See Also:
org.eclipse.tptp.platform.report.chart.svg.internal.generator.svg.SVGBase#getImplementation()

TPTP 4.5.0 Platform Project
Internal API Specification