TPTP 4.6.0 Platform Project
Internal API Specification

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

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.SVGGraphicBase
          extended by org.eclipse.tptp.platform.report.chart.svg.internal.generator.SVGFeGaussianBlurBase
              extended by org.eclipse.tptp.platform.report.chart.svg.internal.generator.SVGFeGaussianBlur
All Implemented Interfaces:
java.io.Serializable, ISVGBase, ISVGFeGaussianBlur, ISVGGraphicBase

public class SVGFeGaussianBlur
extends SVGFeGaussianBlurBase

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

See Also:
Serialized Form

Constructor Summary
SVGFeGaussianBlur()
          Sole constructor.
 
Method Summary
 org.w3c.dom.Element doImplementation(org.w3c.dom.Document svgDocument, java.lang.String stdDeviation, java.lang.String in, java.lang.String result)
          Creates the Document Object Model (DOM) implementation of the SVG "feGaussianBlur" element
 org.w3c.dom.Element getImplementation()
          Returns the implementation element.
 
Methods inherited from class org.eclipse.tptp.platform.report.chart.svg.internal.generator.SVGFeGaussianBlurBase
doImplementation, getIn, getResult, getStdDeviation, setIn, setResult, setStdDeviation
 
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

SVGFeGaussianBlur

public SVGFeGaussianBlur()
Sole constructor.

Method Detail

doImplementation

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

Parameters:
Document - the target SVG Document
String - the stdDeviation
String - the in
String - the result
Returns:
Element the implementation
Throws:
java.lang.NullPointerException - ???

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.6.0 Platform Project
Internal API Specification