org.apache.batik.dom.svg
public class SVGOMClipPathElement extends SVGGraphicsElement implements SVGClipPathElement
| Field Summary | |
|---|---|
| protected SVGOMAnimatedEnumeration | clipPathUnits
The 'clipPathUnits' attribute value. |
| protected static String[] | CLIP_PATH_UNITS_VALUES
The clipPathUnits values. |
| protected static DoublyIndexedTable | xmlTraitInformation
Table mapping XML attribute names to TraitInformation objects. |
| Constructor Summary | |
|---|---|
| protected | SVGOMClipPathElement()
Creates a new SVGOMClipPathElement object. |
| SVGOMClipPathElement(String prefix, AbstractDocument owner)
Creates a new SVGOMClipPathElement object. | |
| Method Summary | |
|---|---|
| SVGAnimatedEnumeration | getClipPathUnits()
DOM: Implements SVGClipPathElement#getClipPathUnits(). |
| String | getLocalName()
DOM: Implements Node#getLocalName(). |
| 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.