TPTP 4.5.0 Platform Project
Internal API Specification

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

All Known Implementing Classes:
SVGPolygon, SVGPolygonBase

public interface ISVGPolygonBase

ISVGPolygonBase interface defines accessors for attributes which are common to Scalable Vector Graphics (SVG) "polygon" 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.
 java.lang.String getPoints()
          Returns the points.
 void setPoints(java.lang.String points)
          Sets the points.
 

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.

getPoints

java.lang.String getPoints()
Returns the points.

Returns:
String

setPoints

void setPoints(java.lang.String points)
Sets the points.

Parameters:
points - The points to set

TPTP 4.5.0 Platform Project
Internal API Specification