org.apache.batik.dom.svg
public class SVGOMMaskElement extends SVGGraphicsElement implements SVGMaskElement
| Field Summary | |
|---|---|
| protected SVGOMAnimatedLength | height
The 'height' attribute value. |
| protected SVGOMAnimatedEnumeration | maskContentUnits
The 'maskContentUnits' attribute value. |
| protected SVGOMAnimatedEnumeration | maskUnits
The 'maskUnits' attribute value. |
| protected static String[] | UNITS_VALUES
The units values. |
| protected SVGOMAnimatedLength | width
The 'width' attribute value. |
| protected SVGOMAnimatedLength | x
The 'x' attribute value. |
| protected static DoublyIndexedTable | xmlTraitInformation
Table mapping XML attribute names to TraitInformation objects. |
| protected SVGOMAnimatedLength | y
The 'y' attribute value. |
| Constructor Summary | |
|---|---|
| protected | SVGOMMaskElement()
Creates a new SVGOMMaskElement object. |
| SVGOMMaskElement(String prefix, AbstractDocument owner)
Creates a new SVGOMMaskElement object. | |
| Method Summary | |
|---|---|
| SVGAnimatedLength | getHeight()
DOM: Implements SVGMaskElement#getHeight(). |
| String | getLocalName()
DOM: Implements org.w3c.dom.Node#getLocalName(). |
| SVGAnimatedEnumeration | getMaskContentUnits()
DOM: Implements SVGMaskElement#getMaskContentUnits(). |
| SVGAnimatedEnumeration | getMaskUnits()
DOM: Implements SVGMaskElement#getMaskUnits(). |
| protected DoublyIndexedTable | getTraitInformationTable()
Returns the table of TraitInformation objects for this element. |
| SVGAnimatedLength | getWidth()
DOM: Implements SVGMaskElement#getWidth(). |
| SVGAnimatedLength | getX()
DOM: Implements SVGMaskElement#getX(). |
| SVGAnimatedLength | getY()
DOM: Implements SVGMaskElement#getY(). |
| 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.