org.apache.batik.dom.svg

Class SVGOMClipPathElement

public class SVGOMClipPathElement extends SVGGraphicsElement implements SVGClipPathElement

This class implements SVGClipPathElement.
Field Summary
protected SVGOMAnimatedEnumerationclipPathUnits
The 'clipPathUnits' attribute value.
protected static String[]CLIP_PATH_UNITS_VALUES
The clipPathUnits values.
protected static DoublyIndexedTablexmlTraitInformation
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
SVGAnimatedEnumerationgetClipPathUnits()
DOM: Implements SVGClipPathElement#getClipPathUnits().
StringgetLocalName()
DOM: Implements Node#getLocalName().
protected DoublyIndexedTablegetTraitInformationTable()
Returns the table of TraitInformation objects for this element.
protected voidinitializeAllLiveAttributes()
Initializes all live attributes for this element.
protected NodenewNode()
Returns a new uninitialized instance of this object's class.

Field Detail

clipPathUnits

protected SVGOMAnimatedEnumeration clipPathUnits
The 'clipPathUnits' attribute value.

CLIP_PATH_UNITS_VALUES

protected static final String[] CLIP_PATH_UNITS_VALUES
The clipPathUnits values.

xmlTraitInformation

protected static DoublyIndexedTable xmlTraitInformation
Table mapping XML attribute names to TraitInformation objects.

Constructor Detail

SVGOMClipPathElement

protected SVGOMClipPathElement()
Creates a new SVGOMClipPathElement object.

SVGOMClipPathElement

public SVGOMClipPathElement(String prefix, AbstractDocument owner)
Creates a new SVGOMClipPathElement object.

Parameters: prefix The namespace prefix. owner The owner document.

Method Detail

getClipPathUnits

public SVGAnimatedEnumeration getClipPathUnits()
DOM: Implements SVGClipPathElement#getClipPathUnits().

getLocalName

public String getLocalName()
DOM: Implements Node#getLocalName().

getTraitInformationTable

protected DoublyIndexedTable getTraitInformationTable()
Returns the table of TraitInformation objects for this element.

initializeAllLiveAttributes

protected void initializeAllLiveAttributes()
Initializes all live attributes for this element.

newNode

protected Node newNode()
Returns a new uninitialized instance of this object's class.
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.