|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.dom.svg.SVGOMAnimatedNumberList
This class is the implementation of the SVGAnimatedNumberList interface.
Nested Class Summary | |
class |
SVGOMAnimatedNumberList.SVGOMNumberList
SVGNumberList implementation. |
Field Summary | |
protected boolean |
changing
Whether the list is changing. |
protected String |
defaultValue
Default value for the 'points' attribute. |
protected AbstractElement |
element
The associated element. |
protected String |
localName
The attribute's local name. |
protected String |
namespaceURI
The attribute's namespace URI. |
protected AbstractSVGNumberList |
numbers
SVGNumberList |
Constructor Summary | |
SVGOMAnimatedNumberList(AbstractElement elt,
String ns,
String ln,
String defaultValue)
|
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. |
SVGNumberList |
getAnimVal()
|
SVGNumberList |
getBaseVal()
return the SVGNumberList mapping the static attribute of the element |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected AbstractElement element
protected String namespaceURI
protected String localName
protected boolean changing
protected AbstractSVGNumberList numbers
protected String defaultValue
Constructor Detail |
public SVGOMAnimatedNumberList(AbstractElement elt, String ns, String ln, String defaultValue)
Method Detail |
public SVGNumberList getBaseVal()
getBaseVal
in interface SVGAnimatedNumberList
public SVGNumberList getAnimVal()
getAnimVal
in interface SVGAnimatedNumberList
public void attrAdded(Attr node, String newv)
attrAdded
in interface LiveAttributeValue
public void attrModified(Attr node, String oldv, String newv)
attrModified
in interface LiveAttributeValue
public void attrRemoved(Attr node, String oldv)
attrRemoved
in interface LiveAttributeValue
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |