org.apache.batik.dom.svg
Class SVGOMAnimatedPoints.BaseSVGPointList
java.lang.Object
org.apache.batik.dom.svg.AbstractSVGList
org.apache.batik.dom.svg.AbstractSVGPointList
org.apache.batik.dom.svg.SVGOMAnimatedPoints.BaseSVGPointList
- All Implemented Interfaces:
- org.w3c.dom.svg.SVGPointList
- Enclosing class:
- SVGOMAnimatedPoints
protected class SVGOMAnimatedPoints.BaseSVGPointList
- extends AbstractSVGPointList
SVGPointList
implementation for the base point list value.
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, setValueAsString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.w3c.dom.svg.SVGPointList |
clear, getNumberOfItems |
SVGOMAnimatedPoints.BaseSVGPointList
protected SVGOMAnimatedPoints.BaseSVGPointList()
createDOMException
protected DOMException createDOMException(short type,
String key,
Object[] args)
- Create a DOMException.
- Specified by:
createDOMException
in class AbstractSVGList
createSVGException
protected org.w3c.dom.svg.SVGException createSVGException(short type,
String key,
Object[] args)
- Create a SVGException.
- Specified by:
createSVGException
in class AbstractSVGPointList
- Returns:
- SVGException
getValueAsString
protected String getValueAsString()
- Returns the value of the DOM attribute containing the point list.
- Specified by:
getValueAsString
in class AbstractSVGList
setAttributeValue
protected void setAttributeValue(String value)
- Sets the DOM attribute value containing the point list.
- Specified by:
setAttributeValue
in class AbstractSVGList
- Parameters:
value
- the String representation of the list, or null
if the list contains no items
revalidate
protected void revalidate()
- Initializes the list, if needed.
- Overrides:
revalidate
in class AbstractSVGList
Copyright © 2007 Apache Software Foundation. All Rights Reserved.