org.apache.batik.dom.svg
Class SVGOMAnimatedTransformList.BaseSVGTransformList
public
class
SVGOMAnimatedTransformList.BaseSVGTransformList
extends AbstractSVGTransformList
{@link SVGTransformList} implementation for the base transform list 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 transform list. |
protected void | revalidate()
Initializes the list, if needed. |
protected void | setAttributeValue(String value)
Sets the DOM attribute value containing the transform list. |
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 transform list.
protected void revalidate()
Initializes the list, if needed.
protected void setAttributeValue(String value)
Sets the DOM attribute value containing the transform list.
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.