org.apache.batik.dom.svg
public abstract class SVGOMGradientElement extends SVGStylableElement implements SVGGradientElement
Field Summary | |
---|---|
protected static AttributeInitializer | attributeInitializer
The attribute initializer. |
protected SVGOMAnimatedBoolean | externalResourcesRequired
The 'externalResourcesRequired' attribute value. |
protected SVGOMAnimatedEnumeration | gradientUnits
The 'gradientUnits' attribute value. |
protected SVGOMAnimatedString | href
The 'xlink:href' attribute value. |
protected SVGOMAnimatedEnumeration | spreadMethod
The 'spreadMethod' attribute value. |
protected static String[] | SPREAD_METHOD_VALUES
The 'spreadMethod' attribute values. |
protected static String[] | UNITS_VALUES
The units values. |
protected static DoublyIndexedTable | xmlTraitInformation
Table mapping XML attribute names to TraitInformation objects. |
Constructor Summary | |
---|---|
protected | SVGOMGradientElement()
Creates a new SVGOMGradientElement object. |
protected | SVGOMGradientElement(String prefix, AbstractDocument owner)
Creates a new SVGOMGradientElement object. |
Method Summary | |
---|---|
protected AttributeInitializer | getAttributeInitializer()
Returns the AttributeInitializer for this element type. |
SVGAnimatedBoolean | getExternalResourcesRequired()
DOM: Implements {@link
org.w3c.dom.svg.SVGExternalResourcesRequired#getExternalResourcesRequired()}. |
SVGAnimatedTransformList | getGradientTransform()
To implement {@link
org.w3c.dom.svg.SVGGradientElement#getGradientTransform()}. |
SVGAnimatedEnumeration | getGradientUnits()
DOM: Implements {@link
org.w3c.dom.svg.SVGGradientElement#getGradientUnits()}. |
SVGAnimatedString | getHref()
DOM: Implements {@link
org.w3c.dom.svg.SVGURIReference#getHref()}. |
SVGAnimatedEnumeration | getSpreadMethod()
DOM: Implements {@link
org.w3c.dom.svg.SVGGradientElement#getSpreadMethod()}. |
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.
Returns: null if this element has no attribute with a default value.