org.apache.batik.dom.svg
Class SVGOMAnimatedTransformList.AnimSVGTransformList
protected
class
SVGOMAnimatedTransformList.AnimSVGTransformList
extends AbstractSVGTransformList
SVGTransformList implementation for the animated transform list
value.
Method Summary |
SVGTransform | appendItem(SVGTransform newItem)
DOM: Implements SVGTransformList#appendItem(SVGTransform). |
void | clear()
DOM: Implements SVGTransformList#clear(). |
SVGTransform | consolidate()
DOM: Implements SVGTransformList#consolidate(). |
protected DOMException | createDOMException(short type, String key, Object[] args)
Create a DOMException. |
protected SVGException | createSVGException(short type, String key, Object[] args)
Create a SVGException. |
SVGTransform | getItem(int index)
DOM: Implements SVGTransformList#getItem(int). |
int | getNumberOfItems()
DOM: Implements SVGTransformList#getNumberOfItems(). |
protected String | getValueAsString()
Returns the value of the DOM attribute containing the transform list. |
SVGTransform | initialize(SVGTransform newItem)
DOM: Implements SVGTransformList#initialize(SVGTransform). |
SVGTransform | insertItemBefore(SVGTransform newItem, int index)
DOM: Implements SVGTransformList#insertItemBefore(SVGTransform, int). |
SVGTransform | removeItem(int index)
DOM: Implements SVGTransformList#removeItem(int). |
SVGTransform | replaceItem(SVGTransform newItem, int index)
DOM: Implements SVGTransformList#replaceItem(SVGTransform, int). |
protected void | resetAttribute()
Resets the value of the associated attribute. |
protected void | resetAttribute(SVGItem item)
Resets the value of the associated attribute. |
protected void | revalidate()
Initializes the list, if needed. |
protected void | setAnimatedValue(Iterator it)
Sets the animated value to a list of transforms. |
protected void | setAnimatedValue(SVGTransform transform)
Sets the animated value to a single transform. |
protected void | setAttributeValue(String value)
Sets the DOM attribute value containing the transform list. |
public AnimSVGTransformList()
Creates a new AnimSVGTransformList.
public SVGTransform appendItem(SVGTransform newItem)
DOM: Implements SVGTransformList#appendItem(SVGTransform).
public void clear()
DOM: Implements SVGTransformList#clear().
public SVGTransform consolidate()
DOM: Implements SVGTransformList#consolidate().
protected DOMException createDOMException(short type, String key, Object[] args)
Create a DOMException.
protected SVGException createSVGException(short type, String key, Object[] args)
Create a SVGException.
public SVGTransform getItem(int index)
DOM: Implements SVGTransformList#getItem(int).
public int getNumberOfItems()
DOM: Implements SVGTransformList#getNumberOfItems().
protected String getValueAsString()
Returns the value of the DOM attribute containing the transform list.
public SVGTransform initialize(SVGTransform newItem)
DOM: Implements SVGTransformList#initialize(SVGTransform).
public SVGTransform insertItemBefore(SVGTransform newItem, int index)
DOM: Implements SVGTransformList#insertItemBefore(SVGTransform, int).
public SVGTransform removeItem(int index)
DOM: Implements SVGTransformList#removeItem(int).
public SVGTransform replaceItem(SVGTransform newItem, int index)
DOM: Implements SVGTransformList#replaceItem(SVGTransform, int).
protected void resetAttribute()
Resets the value of the associated attribute. Does nothing, since
there is no attribute for an animated value.
protected void resetAttribute(
SVGItem item)
Resets the value of the associated attribute. Does nothing, since
there is no attribute for an animated value.
protected void revalidate()
Initializes the list, if needed. Does nothing, since there is no
attribute to read the list from.
protected void setAnimatedValue(Iterator it)
Sets the animated value to a list of transforms.
protected void setAnimatedValue(SVGTransform transform)
Sets the animated value to a single transform.
protected void setAttributeValue(String value)
Sets the DOM attribute value containing the transform list.
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.