org.apache.batik.dom.svg
Class SVGOMAnimatedPathData.NormalizedBaseSVGPathSegList
public
class
SVGOMAnimatedPathData.NormalizedBaseSVGPathSegList
extends AbstractSVGNormPathSegList
{@link SVGPathSegList} implementation for the normalized version of the
base path data value.
Method Summary |
protected DOMException | createDOMException(short type, String key, Object[] args)
Create a DOMException. |
protected SVGException | createSVGException(short type, String key, Object[] args)
Create a SVGException. |
protected String | getValueAsString()
Returns the value of the DOM attribute containing the path data. |
protected void | revalidate()
Initializes the list, if needed. |
protected void | setAttributeValue(String value)
Sets the DOM attribute value containing the path data. |
protected DOMException createDOMException(short type, String key, Object[] args)
Create a DOMException.
protected SVGException createSVGException(short type, String key, Object[] args)
Create a SVGException.
protected String getValueAsString()
Returns the value of the DOM attribute containing the path data.
protected void revalidate()
Initializes the list, if needed.
protected void setAttributeValue(String value)
Sets the DOM attribute value containing the path data.
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.