public interface org.apache.batik.dom.svg.SVGPathContext extends org.apache.batik.dom.svg.SVGContext
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: org.apache.batik.dom.svg.SVGPathContext
super_class: java.lang.Object
{
public abstract float getTotalLength();
descriptor: ()F
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract java.awt.geom.Point2D getPointAtLength(float);
descriptor: (F)Ljava/awt/geom/Point2D;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
distance
public abstract int getPathSegAtLength(float);
descriptor: (F)I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
distance
}
SourceFile: "SVGPathContext.java"