public interface org.w3c.dom.svg.SVGAnimationElement extends org.w3c.dom.svg.SVGElement, org.w3c.dom.svg.SVGTests, org.w3c.dom.svg.SVGExternalResourcesRequired, org.w3c.dom.smil.ElementTimeControl, org.w3c.dom.events.EventTarget
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: org.w3c.dom.svg.SVGAnimationElement
super_class: java.lang.Object
{
public abstract org.w3c.dom.svg.SVGElement getTargetElement();
descriptor: ()Lorg/w3c/dom/svg/SVGElement;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract float getStartTime();
descriptor: ()F
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract float getCurrentTime();
descriptor: ()F
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract float getSimpleDuration();
descriptor: ()F
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws org.w3c.dom.DOMException
}
SourceFile: "SVGAnimationElement.java"