public interface org.apache.batik.dom.svg.SVGAnimationContext extends org.apache.batik.dom.svg.SVGContext, org.w3c.dom.smil.ElementTimeControl
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: org.apache.batik.dom.svg.SVGAnimationContext
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
public abstract float getHyperlinkBeginTime();
descriptor: ()F
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "SVGAnimationContext.java"