org.apache.batik.dom.svg
Class SVGOMAnimatedTransformList.BaseSVGTransformList
java.lang.Object
org.apache.batik.dom.svg.AbstractSVGList
org.apache.batik.dom.svg.AbstractSVGTransformList
org.apache.batik.dom.svg.SVGOMAnimatedTransformList.BaseSVGTransformList
- All Implemented Interfaces:
- org.w3c.dom.svg.SVGTransformList
- Enclosing class:
- SVGOMAnimatedTransformList
public class SVGOMAnimatedTransformList.BaseSVGTransformList
- extends AbstractSVGTransformList
SVGTransformList
implementation for the base transform list value.
Methods inherited from class org.apache.batik.dom.svg.AbstractSVGTransformList |
appendItem, checkItemType, consolidate, createSVGItem, createSVGTransformFromMatrix, doParse, getAffineTransform, getItem, getItemSeparator, initialize, insertItemBefore, removeItem, replaceItem |
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.SVGTransformList |
clear, getNumberOfItems |
SVGOMAnimatedTransformList.BaseSVGTransformList
public SVGOMAnimatedTransformList.BaseSVGTransformList()
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 AbstractSVGTransformList
- Returns:
- SVGException
getValueAsString
protected String getValueAsString()
- Returns the value of the DOM attribute containing the transform list.
- Specified by:
getValueAsString
in class AbstractSVGList
setAttributeValue
protected void setAttributeValue(String value)
- Sets the DOM attribute value containing the transform 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.