public interface org.w3c.dom.svg.SVGTextPathElement extends org.w3c.dom.svg.SVGTextContentElement, org.w3c.dom.svg.SVGURIReference
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: org.w3c.dom.svg.SVGTextPathElement
super_class: java.lang.Object
{
public static final short TEXTPATH_METHODTYPE_UNKNOWN;
descriptor: S
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 0
public static final short TEXTPATH_METHODTYPE_ALIGN;
descriptor: S
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 1
public static final short TEXTPATH_METHODTYPE_STRETCH;
descriptor: S
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 2
public static final short TEXTPATH_SPACINGTYPE_UNKNOWN;
descriptor: S
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 0
public static final short TEXTPATH_SPACINGTYPE_AUTO;
descriptor: S
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 1
public static final short TEXTPATH_SPACINGTYPE_EXACT;
descriptor: S
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 2
public abstract org.w3c.dom.svg.SVGAnimatedLength getStartOffset();
descriptor: ()Lorg/w3c/dom/svg/SVGAnimatedLength;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract org.w3c.dom.svg.SVGAnimatedEnumeration getMethod();
descriptor: ()Lorg/w3c/dom/svg/SVGAnimatedEnumeration;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract org.w3c.dom.svg.SVGAnimatedEnumeration getSpacing();
descriptor: ()Lorg/w3c/dom/svg/SVGAnimatedEnumeration;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "SVGTextPathElement.java"