|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.batik.dom.svg.SVGOMAnimatedTransformList
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 SVGOMTransformList |
baseVal
The baseVal attribute. |
protected SVGOMElement |
element
The element this transform list is attached to. |
Constructor Summary | |
SVGOMAnimatedTransformList(SVGOMElement elt,
java.lang.String nsURI,
java.lang.String attr)
Creates a new SVGOMAnimatedTransformList object. |
Method Summary | |
DOMException |
createDOMException(short type,
java.lang.String key,
java.lang.Object[] args)
Creates a DOM exception with a localized message. |
SVGTransformList |
getAnimVal()
DOM: Implements SVGAnimatedTransformList.getAnimVal() . |
SVGTransformList |
getBaseVal()
DOM: Implements SVGAnimatedTransformList.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 SVGOMTransformList baseVal
Constructor Detail |
public SVGOMAnimatedTransformList(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 SVGTransformList getBaseVal()
SVGAnimatedTransformList.getBaseVal()
.getBaseVal
in interface SVGAnimatedTransformList
public SVGTransformList getAnimVal()
SVGAnimatedTransformList.getAnimVal()
.getAnimVal
in interface SVGAnimatedTransformList
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 |