|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.tptp.platform.report.chart.svg.internal.generator.SVGBase
org.eclipse.tptp.platform.report.chart.svg.internal.generator.SVGTitle
public class SVGTitle
SVGTitle is an implementation class for Scalable Vector Graphics (SVG)
"title" elements.
$Revision: 1.2 $
| 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 |
|---|
public SVGTitle()
| Method Detail |
|---|
public org.w3c.dom.Element doImplementation(org.w3c.dom.Document svgDocument,
java.lang.String text)
throws java.lang.NullPointerException
Document - the target SVG DocumentString - the title text
null if text is null
java.lang.NullPointerException - if svgDocument is null.public org.w3c.dom.Element getImplementation()
ISVGBase
getImplementation in interface ISVGBasegetImplementation in class SVGBaseorg.eclipse.tptp.platform.report.chart.svg.internal.generator.svg.SVGBase#getImplementation()
|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||