org.apache.batik.dom.svg
public class SVGOMAnimatedPoints extends AbstractSVGAnimatedValue implements SVGAnimatedPoints
Nested Class Summary | |
---|---|
protected class | SVGOMAnimatedPoints.AnimSVGPointList
{@link SVGPointList} implementation for the animated point list value. |
protected class | SVGOMAnimatedPoints.BaseSVGPointList
{@link SVGPointList} implementation for the base point list value. |
Field Summary | |
---|---|
protected SVGOMAnimatedPoints.AnimSVGPointList | animVal
The animated value. |
protected SVGOMAnimatedPoints.BaseSVGPointList | baseVal
The base value. |
protected boolean | changing
Whether the list is changing. |
protected String | defaultValue
Default value for the point list. |
Constructor Summary | |
---|---|
SVGOMAnimatedPoints(AbstractElement elt, String ns, String ln, String defaultValue)
Creates a new SVGOMAnimatedPoints. |
Method Summary | |
---|---|
void | attrAdded(Attr node, String newv)
Called when an Attr node has been added. |
void | attrModified(Attr node, String oldv, String newv)
Called when an Attr node has been modified. |
void | attrRemoved(Attr node, String oldv)
Called when an Attr node has been removed. |
SVGPointList | getAnimatedPoints()
DOM: Implements {@link SVGAnimatedPoints#getAnimatedPoints()}. |
SVGPointList | getPoints()
DOM: Implements {@link SVGAnimatedPoints#getPoints()}. |
AnimatableValue | getUnderlyingValue(AnimationTarget target)
Returns the base value of the attribute as an {@link AnimatableValue}. |
protected void | updateAnimatedValue(AnimatableValue val)
Updates the animated value with the given {@link AnimatableValue}. |
Parameters: elt The associated element. ns The attribute's namespace URI. ln The attribute's local name. defaultValue The default value if the attribute is not specified.