org.apache.batik.dom.svg
Class SVGOMAnimatedBoolean
java.lang.Object
|
+--org.apache.batik.dom.svg.SVGOMAnimatedBoolean
- All Implemented Interfaces:
- SVGAnimatedBoolean
- public class SVGOMAnimatedBoolean
- extends java.lang.Object
- implements SVGAnimatedBoolean
This class implements SVGAnimatedBoolean
.
Field Summary |
protected java.lang.String |
attributeName
The associated attribute name. |
protected java.lang.String |
attributeNsURI
The associated attribute namespace URI. |
protected Element |
element
The associated element. |
Constructor Summary |
SVGOMAnimatedBoolean(Element elt,
java.lang.String nsURI,
java.lang.String attr)
Creates a new SVGAnimatedBoolean object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
element
protected Element element
- The associated element.
attributeNsURI
protected java.lang.String attributeNsURI
- The associated attribute namespace URI.
attributeName
protected java.lang.String attributeName
- The associated attribute name.
SVGOMAnimatedBoolean
public SVGOMAnimatedBoolean(Element elt,
java.lang.String nsURI,
java.lang.String attr)
- Creates a new SVGAnimatedBoolean object.
- Parameters:
elt
- The associated element.nsURI
- the associated attribute namespace URI.attr
- The associated attribute name.
getBaseVal
public boolean getBaseVal()
- DOM: Implements
SVGAnimatedBoolean.getBaseVal()
.
- Specified by:
getBaseVal
in interface SVGAnimatedBoolean
setBaseVal
public void setBaseVal(boolean baseVal)
throws DOMException
- DOM: Implements
SVGAnimatedBoolean.getBaseVal()
.
- Specified by:
setBaseVal
in interface SVGAnimatedBoolean
getAnimVal
public boolean getAnimVal()
- DOM: Implements
SVGAnimatedBoolean.getAnimVal()
.
- Specified by:
getAnimVal
in interface SVGAnimatedBoolean
Copyright © 2000 Apache Software Foundation. All Rights Reserved.