TPTP 4.2.0 Platform Project
Internal API Specification

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

java.lang.Object
  extended byorg.eclipse.tptp.platform.report.chart.svg.internal.generator.SVGBase
      extended byorg.eclipse.tptp.platform.report.chart.svg.internal.generator.SVGGraphicBase
          extended byorg.eclipse.tptp.platform.report.chart.svg.internal.generator.SVGPolylineBase
              extended byorg.eclipse.tptp.platform.report.chart.svg.internal.generator.SVGPolyline
All Implemented Interfaces:
ISVGBase, ISVGGraphicBase, ISVGPolylineBase, java.io.Serializable

public class SVGPolyline
extends SVGPolylineBase
implements java.io.Serializable

SVGPolyline is a implementation class for Scalable Vector Graphics (SVG) "polyline" elements. $Revision: 1.2 $

See Also:
Serialized Form

Constructor Summary
SVGPolyline()
          Sole constructor.
 
Method Summary
 org.w3c.dom.Element doImplementation(org.w3c.dom.Document svgDocument)
          Generates and returns the implementation of the SVG element.
 org.w3c.dom.Element getImplementation()
          Returns the implementation element.
 
Methods inherited from class org.eclipse.tptp.platform.report.chart.svg.internal.generator.SVGPolylineBase
getPoints, setPoints
 
Methods inherited from class org.eclipse.tptp.platform.report.chart.svg.internal.generator.SVGGraphicBase
getFill, getFilter, getStroke, getTransformation, getXCoordinate, getYCoordinate, setFill, setFilter, setStroke, setTransformation, setXCoordinate, setYCoordinate
 
Methods inherited from class org.eclipse.tptp.platform.report.chart.svg.internal.generator.SVGBase
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

SVGPolyline

public SVGPolyline()
Sole constructor.

Method Detail

doImplementation

public org.w3c.dom.Element doImplementation(org.w3c.dom.Document svgDocument)
                                     throws org.w3c.dom.DOMException
Description copied from interface: ISVGPolylineBase
Generates and returns the implementation of the SVG element.

Specified by:
doImplementation in interface ISVGPolylineBase
Overrides:
doImplementation in class SVGPolylineBase
Throws:
org.w3c.dom.DOMException
See Also:
ISVGPolylineBase#doImplementation()

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
See Also:
ISVGBase.getImplementation()

TPTP 4.2.0 Platform Project
Internal API Specification