org.w3c.dom.svg

Interface SVGPathElement

public interface SVGPathElement extends SVGElement, SVGTests, SVGLangSpace, SVGExternalResourcesRequired, SVGStylable, SVGTransformable, EventTarget, SVGAnimatedPathData

Method Summary
SVGPathSegArcAbscreateSVGPathSegArcAbs(float x, float y, float r1, float r2, float angle, boolean largeArcFlag, boolean sweepFlag)
SVGPathSegArcRelcreateSVGPathSegArcRel(float x, float y, float r1, float r2, float angle, boolean largeArcFlag, boolean sweepFlag)
SVGPathSegClosePathcreateSVGPathSegClosePath()
SVGPathSegCurvetoCubicAbscreateSVGPathSegCurvetoCubicAbs(float x, float y, float x1, float y1, float x2, float y2)
SVGPathSegCurvetoCubicRelcreateSVGPathSegCurvetoCubicRel(float x, float y, float x1, float y1, float x2, float y2)
SVGPathSegCurvetoCubicSmoothAbscreateSVGPathSegCurvetoCubicSmoothAbs(float x, float y, float x2, float y2)
SVGPathSegCurvetoCubicSmoothRelcreateSVGPathSegCurvetoCubicSmoothRel(float x, float y, float x2, float y2)
SVGPathSegCurvetoQuadraticAbscreateSVGPathSegCurvetoQuadraticAbs(float x, float y, float x1, float y1)
SVGPathSegCurvetoQuadraticRelcreateSVGPathSegCurvetoQuadraticRel(float x, float y, float x1, float y1)
SVGPathSegCurvetoQuadraticSmoothAbscreateSVGPathSegCurvetoQuadraticSmoothAbs(float x, float y)
SVGPathSegCurvetoQuadraticSmoothRelcreateSVGPathSegCurvetoQuadraticSmoothRel(float x, float y)
SVGPathSegLinetoAbscreateSVGPathSegLinetoAbs(float x, float y)
SVGPathSegLinetoHorizontalAbscreateSVGPathSegLinetoHorizontalAbs(float x)
SVGPathSegLinetoHorizontalRelcreateSVGPathSegLinetoHorizontalRel(float x)
SVGPathSegLinetoRelcreateSVGPathSegLinetoRel(float x, float y)
SVGPathSegLinetoVerticalAbscreateSVGPathSegLinetoVerticalAbs(float y)
SVGPathSegLinetoVerticalRelcreateSVGPathSegLinetoVerticalRel(float y)
SVGPathSegMovetoAbscreateSVGPathSegMovetoAbs(float x, float y)
SVGPathSegMovetoRelcreateSVGPathSegMovetoRel(float x, float y)
SVGAnimatedNumbergetPathLength()
intgetPathSegAtLength(float distance)
SVGPointgetPointAtLength(float distance)
floatgetTotalLength()

Method Detail

createSVGPathSegArcAbs

public SVGPathSegArcAbs createSVGPathSegArcAbs(float x, float y, float r1, float r2, float angle, boolean largeArcFlag, boolean sweepFlag)

createSVGPathSegArcRel

public SVGPathSegArcRel createSVGPathSegArcRel(float x, float y, float r1, float r2, float angle, boolean largeArcFlag, boolean sweepFlag)

createSVGPathSegClosePath

public SVGPathSegClosePath createSVGPathSegClosePath()

createSVGPathSegCurvetoCubicAbs

public SVGPathSegCurvetoCubicAbs createSVGPathSegCurvetoCubicAbs(float x, float y, float x1, float y1, float x2, float y2)

createSVGPathSegCurvetoCubicRel

public SVGPathSegCurvetoCubicRel createSVGPathSegCurvetoCubicRel(float x, float y, float x1, float y1, float x2, float y2)

createSVGPathSegCurvetoCubicSmoothAbs

public SVGPathSegCurvetoCubicSmoothAbs createSVGPathSegCurvetoCubicSmoothAbs(float x, float y, float x2, float y2)

createSVGPathSegCurvetoCubicSmoothRel

public SVGPathSegCurvetoCubicSmoothRel createSVGPathSegCurvetoCubicSmoothRel(float x, float y, float x2, float y2)

createSVGPathSegCurvetoQuadraticAbs

public SVGPathSegCurvetoQuadraticAbs createSVGPathSegCurvetoQuadraticAbs(float x, float y, float x1, float y1)

createSVGPathSegCurvetoQuadraticRel

public SVGPathSegCurvetoQuadraticRel createSVGPathSegCurvetoQuadraticRel(float x, float y, float x1, float y1)

createSVGPathSegCurvetoQuadraticSmoothAbs

public SVGPathSegCurvetoQuadraticSmoothAbs createSVGPathSegCurvetoQuadraticSmoothAbs(float x, float y)

createSVGPathSegCurvetoQuadraticSmoothRel

public SVGPathSegCurvetoQuadraticSmoothRel createSVGPathSegCurvetoQuadraticSmoothRel(float x, float y)

createSVGPathSegLinetoAbs

public SVGPathSegLinetoAbs createSVGPathSegLinetoAbs(float x, float y)

createSVGPathSegLinetoHorizontalAbs

public SVGPathSegLinetoHorizontalAbs createSVGPathSegLinetoHorizontalAbs(float x)

createSVGPathSegLinetoHorizontalRel

public SVGPathSegLinetoHorizontalRel createSVGPathSegLinetoHorizontalRel(float x)

createSVGPathSegLinetoRel

public SVGPathSegLinetoRel createSVGPathSegLinetoRel(float x, float y)

createSVGPathSegLinetoVerticalAbs

public SVGPathSegLinetoVerticalAbs createSVGPathSegLinetoVerticalAbs(float y)

createSVGPathSegLinetoVerticalRel

public SVGPathSegLinetoVerticalRel createSVGPathSegLinetoVerticalRel(float y)

createSVGPathSegMovetoAbs

public SVGPathSegMovetoAbs createSVGPathSegMovetoAbs(float x, float y)

createSVGPathSegMovetoRel

public SVGPathSegMovetoRel createSVGPathSegMovetoRel(float x, float y)

getPathLength

public SVGAnimatedNumber getPathLength()

getPathSegAtLength

public int getPathSegAtLength(float distance)

getPointAtLength

public SVGPoint getPointAtLength(float distance)

getTotalLength

public float getTotalLength()