TPTP 4.2.0 Platform Project
Internal API Specification

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

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.SVGFeGaussianBlurBase
All Implemented Interfaces:
ISVGBase, ISVGFeGaussianBlur, ISVGGraphicBase, java.io.Serializable
Direct Known Subclasses:
SVGFeGaussianBlur

public abstract class SVGFeGaussianBlurBase
extends SVGGraphicBase
implements ISVGFeGaussianBlur, java.io.Serializable

SVGFeGaussianBlurBase is an abstract base class for classes which generate Scalable Vector Graphics (SVG) "feGaussianBlur" elements. $Revision: 1.1 $

See Also:
Serialized Form

Constructor Summary
SVGFeGaussianBlurBase()
           
 
Method Summary
 org.w3c.dom.Element doImplementation(org.w3c.dom.Document svgDocument)
          Calls the superclass to create the SVG container element and then sets any non-null base attributes.
 java.lang.String getIn()
          Returns the in.
 java.lang.String getResult()
          Returns the result.
 java.lang.String getStdDeviation()
          Returns the Standard Deviation.
 void setIn(java.lang.String in)
          Sets the in.
 void setResult(java.lang.String result)
          Sets the result.
 void setStdDeviation(java.lang.String stdDeviation)
          Sets the Standard Deviation.
 
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, getImplementation, 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

SVGFeGaussianBlurBase

public SVGFeGaussianBlurBase()
Method Detail

doImplementation

public org.w3c.dom.Element doImplementation(org.w3c.dom.Document svgDocument)
Calls the superclass to create the SVG container element and then sets any non-null base attributes. Calls the doImplementation(Document) method on all children - any children returning null will not have elements added to the container.

Specified by:
doImplementation in interface ISVGFeGaussianBlur
Overrides:
doImplementation in class SVGGraphicBase
Returns:
Element the container implementation or null if the element was not created.
Throws:
DOMException - if the tag name contains an illegal character.
java.lang.NullPointerException - if any child elements are null.

getStdDeviation

public java.lang.String getStdDeviation()
Returns the Standard Deviation.

Specified by:
getStdDeviation in interface ISVGFeGaussianBlur
Returns:
String

setStdDeviation

public void setStdDeviation(java.lang.String stdDeviation)
Sets the Standard Deviation.

Specified by:
setStdDeviation in interface ISVGFeGaussianBlur
Parameters:
stdDeviation - The Standard Deviation to set

getIn

public java.lang.String getIn()
Returns the in.

Specified by:
getIn in interface ISVGFeGaussianBlur
Returns:
String

getResult

public java.lang.String getResult()
Returns the result.

Specified by:
getResult in interface ISVGFeGaussianBlur
Returns:
String

setIn

public void setIn(java.lang.String in)
Sets the in.

Specified by:
setIn in interface ISVGFeGaussianBlur
Parameters:
in - The in to set

setResult

public void setResult(java.lang.String result)
Sets the result.

Specified by:
setResult in interface ISVGFeGaussianBlur
Parameters:
result - The result to set

TPTP 4.2.0 Platform Project
Internal API Specification