org.apache.batik.dom.svg
public abstract class SVGOMComponentTransferFunctionElement extends SVGOMElement implements SVGComponentTransferFunctionElement
| Field Summary | |
|---|---|
| protected SVGOMAnimatedNumber | amplitude
The 'amplitude' attribute value. |
| protected SVGOMAnimatedNumber | exponent
The 'exponent' attribute value. |
| protected SVGOMAnimatedNumber | intercept
The 'intercept' attribute value. |
| protected SVGOMAnimatedNumber | offset
The 'offset' attribute value. |
| protected SVGOMAnimatedNumber | slope
The 'slope' attribute value. |
| protected SVGOMAnimatedNumberList | tableValues
The 'tableValues' attribute value. |
| protected SVGOMAnimatedEnumeration | type
The 'type' attribute value. |
| protected static String[] | TYPE_VALUES
The 'type' attribute values. |
| protected static DoublyIndexedTable | xmlTraitInformation
Table mapping XML attribute names to TraitInformation objects. |
| Constructor Summary | |
|---|---|
| protected | SVGOMComponentTransferFunctionElement()
Creates a new Element object. |
| protected | SVGOMComponentTransferFunctionElement(String prefix, AbstractDocument owner)
Creates a new Element object. |
| Method Summary | |
|---|---|
| SVGAnimatedNumber | getAmplitude()
DOM: Implements SVGComponentTransferFunctionElement#getAmplitude(). |
| SVGAnimatedNumber | getExponent()
DOM: Implements SVGComponentTransferFunctionElement#getExponent(). |
| SVGAnimatedNumber | getIntercept()
DOM: Implements SVGComponentTransferFunctionElement#getIntercept(). |
| SVGAnimatedNumber | getOffset()
DOM: Implements SVGComponentTransferFunctionElement#getOffset(). |
| SVGAnimatedNumber | getSlope()
DOM: Implements SVGComponentTransferFunctionElement#getSlope(). |
| SVGAnimatedNumberList | getTableValues()
DOM: Implements SVGComponentTransferFunctionElement#getTableValues(). |
| protected DoublyIndexedTable | getTraitInformationTable()
Returns the table of TraitInformation objects for this element. |
| SVGAnimatedEnumeration | getType()
DOM: Implements SVGComponentTransferFunctionElement#getType(). |
| protected void | initializeAllLiveAttributes()
Initializes all live attributes for this element. |
Parameters: prefix The namespace prefix. owner The owner document.