org.eclipse.tptp.platform.report.chart.svg.internal.generator
Class SVGFeFunc
java.lang.Object
org.eclipse.tptp.platform.report.chart.svg.internal.generator.SVGBase
org.eclipse.tptp.platform.report.chart.svg.internal.generator.SVGGraphicBase
org.eclipse.tptp.platform.report.chart.svg.internal.generator.SVGFeFuncBase
org.eclipse.tptp.platform.report.chart.svg.internal.generator.SVGFeFunc
- All Implemented Interfaces:
- ISVGBase, ISVGFeFunc, ISVGGraphicBase, java.io.Serializable
- public class SVGFeFunc
- extends SVGFeFuncBase
SVGFeFunc is a implementation class for Scalable Vector Graphics (SVG)
"feFunc" elements.
- See Also:
- Serialized Form
|
Constructor Summary |
SVGFeFunc(java.lang.String type)
Sole constructor. |
|
Method Summary |
org.w3c.dom.Element |
doImplementation(org.w3c.dom.Document svgDocument,
java.lang.String type,
java.lang.String intercept,
java.lang.String slope)
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.SVGGraphicBase |
getFill, getFilter, getStroke, getTransformation, getXCoordinate, getYCoordinate, setFill, setFilter, setStroke, setTransformation, setXCoordinate, setYCoordinate |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SVGFeFunc
public SVGFeFunc(java.lang.String type)
- Sole constructor.
doImplementation
public org.w3c.dom.Element doImplementation(org.w3c.dom.Document svgDocument,
java.lang.String type,
java.lang.String intercept,
java.lang.String slope)
throws java.lang.NullPointerException
- Creates the Document Object Model (DOM) implementation of the SVG "feGaussianBlur" element
- 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
- See Also:
org.eclipse.tptp.platform.report.chart.svg.internal.generator.svg.SVGBase#getImplementation()