|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.batik.dom.svg.SVGOMAnimatedLength
This class implements SVGAnimatedLength
.
Field Summary | |
protected java.lang.String |
attributeName
The associated attribute name. |
protected java.lang.String |
attributeNsURI
The asociated attribute namespace URI. |
protected SVGOMLength |
baseVal
The baseVal attribute. |
protected SVGOMElement |
element
The element this length is attached to. |
Constructor Summary | |
SVGOMAnimatedLength(SVGOMElement elt,
java.lang.String nsURI,
java.lang.String attr)
Creates a new SVGOMAnimatedLength object. |
Method Summary | |
DOMException |
createDOMException(short type,
java.lang.String key,
java.lang.Object[] args)
Creates a DOM exception with a localized message. |
SVGLength |
getAnimVal()
DOM: Implements SVGAnimatedLength.getAnimVal() . |
SVGLength |
getBaseVal()
DOM: Implements SVGAnimatedLength.getBaseVal() . |
SVGElement |
getSVGElement()
Returns the associated element. |
void |
setAttributeValue(java.lang.String value)
Implements AttributeModifier.setAttributeValue(String) . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected SVGOMElement element
protected java.lang.String attributeNsURI
protected java.lang.String attributeName
protected SVGOMLength baseVal
Constructor Detail |
public SVGOMAnimatedLength(SVGOMElement elt, java.lang.String nsURI, java.lang.String attr)
elt
- The owner element.nsURI
- The associated attribute namespace URI.attr
- The associated attribute name.Method Detail |
public SVGElement getSVGElement()
getSVGElement
in interface AttributeModifier
public SVGLength getBaseVal()
SVGAnimatedLength.getBaseVal()
.getBaseVal
in interface SVGAnimatedLength
public SVGLength getAnimVal()
SVGAnimatedLength.getAnimVal()
.getAnimVal
in interface SVGAnimatedLength
public void setAttributeValue(java.lang.String value)
AttributeModifier.setAttributeValue(String)
.setAttributeValue
in interface AttributeModifier
public DOMException createDOMException(short type, java.lang.String key, java.lang.Object[] args)
createDOMException
in interface AttributeModifier
type
- The DOM exception type.key
- The key of the message in the resource bundle.args
- The message arguments.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |