org.apache.batik.dom.svg
public class SVGOMFESpecularLightingElement extends SVGOMFilterPrimitiveStandardAttributes implements SVGFESpecularLightingElement
Field Summary | |
---|---|
protected SVGOMAnimatedString | in
The 'in' attribute value. |
protected SVGOMAnimatedNumber | specularConstant
The 'specularConstant' attribute value. |
protected SVGOMAnimatedNumber | specularExponent
The 'specularExponent' attribute value. |
protected SVGOMAnimatedNumber | surfaceScale
The 'surfaceScale' attribute value. |
protected static DoublyIndexedTable | xmlTraitInformation
Table mapping XML attribute names to TraitInformation objects. |
Constructor Summary | |
---|---|
protected | SVGOMFESpecularLightingElement()
Creates a new SVGOMFESpecularLightingElement object. |
SVGOMFESpecularLightingElement(String prefix, AbstractDocument owner)
Creates a new SVGOMFESpecularLightingElement object. |
Method Summary | |
---|---|
SVGAnimatedString | getIn1()
DOM: Implements SVGFESpecularLightingElement#getIn1(). |
String | getLocalName()
DOM: Implements Node#getLocalName(). |
SVGAnimatedNumber | getSpecularConstant()
DOM: Implements SVGFESpecularLightingElement#getSpecularConstant(). |
SVGAnimatedNumber | getSpecularExponent()
DOM: Implements SVGFESpecularLightingElement#getSpecularExponent(). |
SVGAnimatedNumber | getSurfaceScale()
DOM: Implements SVGFESpecularLightingElement#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.