org.apache.batik.dom.svg
public abstract class SVGPointShapeElement extends SVGGraphicsElement implements SVGAnimatedPoints
Field Summary | |
---|---|
protected SVGOMAnimatedPoints | points
The 'points' attribute value. |
protected static DoublyIndexedTable | xmlTraitInformation
Table mapping XML attribute names to TraitInformation objects. |
Constructor Summary | |
---|---|
protected | SVGPointShapeElement()
Creates a new SVGPointShapeElement object. |
SVGPointShapeElement(String prefix, AbstractDocument owner)
Creates a new SVGPointShapeElement object. |
Method Summary | |
---|---|
SVGPointList | getAnimatedPoints()
DOM: Implements {@link
org.w3c.dom.svg.SVGAnimatedPoints#getAnimatedPoints()}. |
SVGPointList | getPoints()
DOM: Implements {@link
org.w3c.dom.svg.SVGAnimatedPoints#getPoints()}. |
protected DoublyIndexedTable | getTraitInformationTable()
Returns the table of TraitInformation objects for this element. |
protected void | initializeAllLiveAttributes()
Initializes all live attributes for this element. |
Parameters: prefix The namespace prefix. owner The owner document.