org.apache.batik.dom.svg
public class SVGOMFEDiffuseLightingElement extends SVGOMFilterPrimitiveStandardAttributes implements SVGFEDiffuseLightingElement
Field Summary | |
---|---|
protected SVGOMAnimatedNumber | diffuseConstant
The 'diffuseConstant' attribute value. |
protected SVGOMAnimatedString | in
The 'in' attribute value. |
protected SVGOMAnimatedNumber | surfaceScale
The 'surfaceScale' attribute value. |
protected static DoublyIndexedTable | xmlTraitInformation
Table mapping XML attribute names to TraitInformation objects. |
Constructor Summary | |
---|---|
protected | SVGOMFEDiffuseLightingElement()
Creates a new SVGOMFEDiffuseLightingElement object. |
SVGOMFEDiffuseLightingElement(String prefix, AbstractDocument owner)
Creates a new SVGOMFEDiffuseLightingElement object. |
Method Summary | |
---|---|
SVGAnimatedNumber | getDiffuseConstant()
DOM: Implements {@link
SVGFEDiffuseLightingElement#getDiffuseConstant()}. |
SVGAnimatedString | getIn1()
DOM: Implements {@link SVGFEDiffuseLightingElement#getIn1()}. |
SVGAnimatedNumber | getKernelUnitLengthX()
DOM: Implements {@link
org.w3c.dom.svg.SVGFEDiffuseLightingElement#getKernelUnitLengthX()}. |
SVGAnimatedNumber | getKernelUnitLengthY()
DOM: Implements {@link
org.w3c.dom.svg.SVGFEDiffuseLightingElement#getKernelUnitLengthY()}. |
String | getLocalName()
DOM: Implements {@link Node#getLocalName()}. |
SVGAnimatedNumber | getSurfaceScale()
DOM: Implements {@link
SVGFEDiffuseLightingElement#getSurfaceScale()}. |
protected DoublyIndexedTable | getTraitInformationTable()
Returns the table of TraitInformation objects for this element. |
protected void | initializeAllLiveAttributes()
Initializes all live attributes for this element. |
protected Node | newNode()
Returns a new uninitialized instance of this object's class. |
Parameters: prefix The namespace prefix. owner The owner document.