org.apache.batik.dom.svg
Class SVGOMAnimatedNumberList.SVGOMNumberList
java.lang.Object
org.apache.batik.dom.svg.AbstractSVGList
org.apache.batik.dom.svg.AbstractSVGNumberList
org.apache.batik.dom.svg.SVGOMAnimatedNumberList.SVGOMNumberList
- All Implemented Interfaces:
- SVGNumberList
- Enclosing class:
- SVGOMAnimatedNumberList
- public class SVGOMAnimatedNumberList.SVGOMNumberList
- extends AbstractSVGNumberList
SVGNumberList implementation.
Method Summary |
protected org.w3c.dom.DOMException |
createDOMException(short type,
java.lang.String key,
java.lang.Object[] args)
Create a DOMException. |
protected SVGException |
createSVGException(short type,
java.lang.String key,
java.lang.Object[] args)
Create a SVGException. |
protected org.w3c.dom.Element |
getElement()
return the element owning this SVGNumberList. |
protected java.lang.String |
getValueAsString()
Retrieve the value of the attribute 'points'. |
protected void |
setAttributeValue(java.lang.String value)
Set the value of the attribute 'points' |
Methods inherited from class org.apache.batik.dom.svg.AbstractSVGList |
appendItemImpl, clear, clear, getItemImpl, getNumberOfItems, initializeImpl, insertItemBeforeImpl, invalidate, itemChanged, removeIfNeeded, removeItem, removeItemImpl, replaceItemImpl, resetAttribute, resetAttribute, revalidate, setValueAsString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SVGOMAnimatedNumberList.SVGOMNumberList
public SVGOMAnimatedNumberList.SVGOMNumberList()
createDOMException
protected org.w3c.dom.DOMException createDOMException(short type,
java.lang.String key,
java.lang.Object[] args)
- Create a DOMException.
- Specified by:
createDOMException
in class AbstractSVGList
createSVGException
protected SVGException createSVGException(short type,
java.lang.String key,
java.lang.Object[] args)
- Create a SVGException.
- Specified by:
createSVGException
in class AbstractSVGNumberList
- Returns:
- SVGException
getElement
protected org.w3c.dom.Element getElement()
- Description copied from class:
AbstractSVGNumberList
- return the element owning this SVGNumberList.
- Specified by:
getElement
in class AbstractSVGNumberList
getValueAsString
protected java.lang.String getValueAsString()
- Retrieve the value of the attribute 'points'.
- Specified by:
getValueAsString
in class AbstractSVGList
- Returns:
- value of the attribute
setAttributeValue
protected void setAttributeValue(java.lang.String value)
- Set the value of the attribute 'points'
- Specified by:
setAttributeValue
in class AbstractSVGList
- Parameters:
value
- new value of the attribute
the value can be null if no item
are present in the list.
Copyright ? 2005 Apache Software Foundation. All Rights Reserved.