Package org.loboevolution.html.dom.svg
Interface SVGAnimatedBoolean
public interface SVGAnimatedBoolean
SVGAnimatedBoolean interface.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getAnimVal.boolean
getBaseVal.void
setBaseVal
(boolean baseVal) setBaseVal.
-
Method Details
-
getBaseVal
boolean getBaseVal()getBaseVal.
- Returns:
- a boolean.
-
setBaseVal
void setBaseVal(boolean baseVal) setBaseVal.
- Parameters:
baseVal
- a boolean.- Throws:
DOMException
- if any.
-
getAnimVal
boolean getAnimVal()getAnimVal.
- Returns:
- a boolean.
-