|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.dom.svg.SVGOMAnimatedBoolean
This class implements the SVGAnimatedBoolean
interface.
Field Summary | |
protected boolean |
baseVal
The actual boolean value. |
protected String |
defaultValue
The default's attribute value. |
protected AbstractElement |
element
The associated element. |
protected String |
localName
The attribute's local name. |
protected boolean |
mutate
Whether the mutation comes from this object. |
protected String |
namespaceURI
The attribute's namespace URI. |
Constructor Summary | |
SVGOMAnimatedBoolean(AbstractElement elt,
String ns,
String ln,
Attr attr,
String val)
Creates a new SVGOMAnimatedBoolean. |
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. |
boolean |
getAnimVal()
DOM: Implements SVGAnimatedBoolean.getAnimVal() . |
boolean |
getBaseVal()
DOM: Implements SVGAnimatedBoolean.getBaseVal() . |
void |
setBaseVal(boolean baseVal)
DOM: Implements SVGAnimatedBoolean.setBaseVal(boolean) . |
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 baseVal
protected String defaultValue
protected boolean mutate
Constructor Detail |
public SVGOMAnimatedBoolean(AbstractElement elt, String ns, String ln, Attr attr, String val)
elt
- The associated element.ns
- The attribute's namespace URI.ln
- The attribute's local name.attr
- The attribute node, if any.val
- The default attribute value, if missing.Method Detail |
public boolean getBaseVal()
SVGAnimatedBoolean.getBaseVal()
.
getBaseVal
in interface SVGAnimatedBoolean
public void setBaseVal(boolean baseVal) throws DOMException
SVGAnimatedBoolean.setBaseVal(boolean)
.
setBaseVal
in interface SVGAnimatedBoolean
DOMException
public boolean getAnimVal()
SVGAnimatedBoolean.getAnimVal()
.
getAnimVal
in interface SVGAnimatedBoolean
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 |