public class JsSVGPathElement extends JsSVGElement implements SVGPathElement
ALLOW_KEYBOARD_INPUT
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE
SVG_ZOOMANDPAN_DISABLE, SVG_ZOOMANDPAN_MAGNIFY, SVG_ZOOMANDPAN_UNKNOWN
Modifier | Constructor and Description |
---|---|
protected |
JsSVGPathElement() |
Modifier and Type | Method and Description |
---|---|
JsSVGPathSegArcAbs |
createSVGPathSegArcAbs(float x,
float y,
float r1,
float r2,
float angle,
boolean largeArcFlag,
boolean sweepFlag)
Returns a stand-alone, parentless
SVGPathSegArcAbs
object.Parameters: float x The absolute X coordinate for the end point of this path segment. float y The absolute Y coordinate for the end point of this path segment. float r1 The x-axis radius for the ellipse. float r2 The y-axis radius for the ellipse. float angle The rotation angle in degrees for the ellipse's x-axis relative to the x-axis of the user coordinate system. boolean largeArcFlag The value of the large-arc-flag parameter. boolean sweepFlag The value of the large-arc-flag parameter. |
JsSVGPathSegArcRel |
createSVGPathSegArcRel(float x,
float y,
float r1,
float r2,
float angle,
boolean largeArcFlag,
boolean sweepFlag)
Returns a stand-alone, parentless
SVGPathSegArcRel
object.Parameters: float x The relative X coordinate for the end point of this path segment. float y The relative Y coordinate for the end point of this path segment. float r1 The x-axis radius for the ellipse. float r2 The y-axis radius for the ellipse. float angle The rotation angle in degrees for the ellipse's x-axis relative to the x-axis of the user coordinate system. boolean largeArcFlag The value of the large-arc-flag parameter. boolean sweepFlag The value of the large-arc-flag parameter. |
JsSVGPathSegClosePath |
createSVGPathSegClosePath()
Returns a stand-alone, parentless
SVGPathSegClosePath
object. |
JsSVGPathSegCurvetoCubicAbs |
createSVGPathSegCurvetoCubicAbs(float x,
float y,
float x1,
float y1,
float x2,
float y2)
Returns a stand-alone, parentless
SVGPathSegCurvetoCubicAbs
object.Parameters: float x The absolute X coordinate for the end point of this path segment. float y The absolute Y coordinate for the end point of this path segment. float x1 The absolute X coordinate for the first control point. float y1 The absolute Y coordinate for the first control point. float x2 The absolute X coordinate for the second control point. float y2 The absolute Y coordinate for the second control point. |
JsSVGPathSegCurvetoCubicRel |
createSVGPathSegCurvetoCubicRel(float x,
float y,
float x1,
float y1,
float x2,
float y2)
Returns a stand-alone, parentless
SVGPathSegCurvetoCubicRel
object.Parameters: float x The relative X coordinate for the end point of this path segment. float y The relative Y coordinate for the end point of this path segment. float x1 The relative X coordinate for the first control point. float y1 The relative Y coordinate for the first control point. float x2 The relative X coordinate for the second control point. float y2 The relative Y coordinate for the second control point. |
JsSVGPathSegCurvetoCubicSmoothAbs |
createSVGPathSegCurvetoCubicSmoothAbs(float x,
float y,
float x2,
float y2)
Returns a stand-alone, parentless
SVGPathSegCurvetoCubicSmoothAbs
object.Parameters float x The absolute X coordinate for the end point of this path segment. float y The absolute Y coordinate for the end point of this path segment. float x2 The absolute X coordinate for the second control point. float y2 The absolute Y coordinate for the second control point. |
JsSVGPathSegCurvetoCubicSmoothRel |
createSVGPathSegCurvetoCubicSmoothRel(float x,
float y,
float x2,
float y2)
Returns a stand-alone, parentless
SVGPathSegCurvetoCubicSmoothRel
object.Parameters float x The absolute X coordinate for the end point of this path segment. float y The absolute Y coordinate for the end point of this path segment. float x2 The absolute X coordinate for the second control point. float y2 The absolute Y coordinate for the second control point. |
JsSVGPathSegCurvetoQuadraticAbs |
createSVGPathSegCurvetoQuadraticAbs(float x,
float y,
float x1,
float y1)
Returns a stand-alone, parentless
SVGPathSegCurvetoQuadraticAbs
object.Parameters: float x The absolute X coordinate for the end point of this path segment. float y The absolute Y coordinate for the end point of this path segment. float x1 The absolute X coordinate for the first control point. float y1 The absolute Y coordinate for the first control point. |
JsSVGPathSegCurvetoQuadraticRel |
createSVGPathSegCurvetoQuadraticRel(float x,
float y,
float x1,
float y1)
Returns a stand-alone, parentless
SVGPathSegCurvetoQuadraticRel
object.Parameters: float x The relative X coordinate for the end point of this path segment. float y The relative Y coordinate for the end point of this path segment. float x1 The relative X coordinate for the first control point. float y1 The relative Y coordinate for the first control point. |
JsSVGPathSegCurvetoQuadraticSmoothAbs |
createSVGPathSegCurvetoQuadraticSmoothAbs(float x,
float y)
Returns a stand-alone, parentless
SVGPathSegCurvetoQuadraticSmoothAbs
object.Parameters: float x The absolute X coordinate for the end point of this path segment. float y The absolute Y coordinate for the end point of this path segment. |
JsSVGPathSegCurvetoQuadraticSmoothRel |
createSVGPathSegCurvetoQuadraticSmoothRel(float x,
float y)
Returns a stand-alone, parentless
SVGPathSegCurvetoQuadraticSmoothRel
object.Parameters: float x The absolute X coordinate for the end point of this path segment. float y The absolute Y coordinate for the end point of this path segment. |
JsSVGPathSegLinetoAbs |
createSVGPathSegLinetoAbs(float x,
float y)
Returns a stand-alone, parentless
SVGPathSegLinetoAbs
object.Parameters: float x The absolute X coordinate for the end point of this path segment. float y The absolute Y coordinate for the end point of this path segment. |
JsSVGPathSegLinetoHorizontalAbs |
createSVGPathSegLinetoHorizontalAbs(float x)
Returns a stand-alone, parentless
SVGPathSegLinetoHorizontalAbs
object.Parameters: float x The absolute X coordinate for the end point of this path segment. |
JsSVGPathSegLinetoHorizontalRel |
createSVGPathSegLinetoHorizontalRel(float x)
Returns a stand-alone, parentless
SVGPathSegLinetoHorizontalRel
object.Parameters: float x The relative X coordinate for the end point of this path segment. |
JsSVGPathSegLinetoRel |
createSVGPathSegLinetoRel(float x,
float y)
Returns a stand-alone, parentless
SVGPathSegLinetoRel
object.Parameters: float x The relative X coordinate for the end point of this path segment. float y The relative Y coordinate for the end point of this path segment. |
JsSVGPathSegLinetoVerticalAbs |
createSVGPathSegLinetoVerticalAbs(float y)
Returns a stand-alone, parentless
SVGPathSegLinetoVerticalAbs
object.Parameters: float y The absolute Y coordinate for the end point of this path segment. |
JsSVGPathSegLinetoVerticalRel |
createSVGPathSegLinetoVerticalRel(float y)
Returns a stand-alone, parentless
SVGPathSegLinetoVerticalRel
object.Parameters: float y The relative Y coordinate for the end point of this path segment. |
JsSVGPathSegMovetoAbs |
createSVGPathSegMovetoAbs(float x,
float y)
Returns a stand-alone, parentless
SVGPathSegMovetoAbs
object.Parameters: float x The absolute X coordinate for the end point of this path segment. float y The absolute Y coordinate for the end point of this path segment. |
JsSVGPathSegMovetoRel |
createSVGPathSegMovetoRel(float x,
float y)
Returns a stand-alone, parentless
SVGPathSegMovetoRel
object.Parameters: float x The relative X coordinate for the end point of this path segment. float y The relative Y coordinate for the end point of this path segment. |
JsSVGPathSegList |
getAnimatedNormalizedPathSegList() |
JsSVGPathSegList |
getAnimatedPathSegList() |
JsSVGPathSegList |
getNormalizedPathSegList() |
JsSVGAnimatedNumber |
getPathLength()
Corresponds to attribute
pathLength on the given <path>
element. |
int |
getPathSegAtLength(float distance)
Returns the index into
pathSegList which is distance units along the path, utilizing the user agent's distance-along-a-path algorithm. |
JsSVGPathSegList |
getPathSegList() |
JsSVGPoint |
getPointAtLength(float distance)
Returns the (x,y) coordinate in user space which is distance units along the path, utilizing the browser's distance-along-a-path algorithm.
|
float |
getTotalLength()
Returns the computed value for the total length of the path using the browser's distance-along-a-path algorithm, as a distance in the current user coordinate system.
|
getOwnerSVGElement, getViewportElement, getXmlbase, setXmlbase
blur, click, focus, getAccessKey, getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getBoundingClientRect, getChildren, getClassList, getClassName, getClientHeight, getClientLeft, getClientRects, getClientTop, getClientWidth, getContentEditable, getDataset, getDir, getElementsByClassName, getElementsByTagName, getElementsByTagNameNS, getId, getInnerHTML, getInnerText, getLang, getOffsetHeight, getOffsetLeft, getOffsetParent, getOffsetTop, getOffsetWidth, getOnabort, getOnbeforecopy, getOnbeforecut, getOnbeforepaste, getOnblur, getOnchange, getOnclick, getOncontextmenu, getOncopy, getOncut, getOndblclick, getOndrag, getOndragend, getOndragenter, getOndragleave, getOndragover, getOndragstart, getOndrop, getOnerror, getOnfocus, getOninput, getOninvalid, getOnkeydown, getOnkeypress, getOnkeyup, getOnload, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getOnmousewheel, getOnpaste, getOnreset, getOnscroll, getOnsearch, getOnselect, getOnselectstart, getOnsubmit, getOntouchcancel, getOntouchend, getOntouchmove, getOntouchstart, getOnwebkitfullscreenchange, getOnwebkitfullscreenerror, getOuterHTML, getOuterText, getScrollHeight, getScrollLeft, getScrollTop, getScrollWidth, getStyle, getTabIndex, getTagName, getTitle, getWebkitdropzone, getWebkitRegionOverflow, hasAttribute, hasAttributeNS, insertAdjacentElement, insertAdjacentHTML, insertAdjacentText, isContentEditable, isDraggable, isHidden, isSpellcheck, isTranslate, removeAttribute, removeAttributeNode, removeAttributeNS, scrollByLines, scrollByPages, scrollIntoView, scrollIntoView, scrollIntoViewIfNeeded, scrollIntoViewIfNeeded, setAccessKey, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setClassName, setContentEditable, setDir, setDraggable, setHidden, setId, setInnerHTML, setInnerText, setLang, setOnabort, setOnbeforecopy, setOnbeforecut, setOnbeforepaste, setOnblur, setOnchange, setOnclick, setOncontextmenu, setOncopy, setOncut, setOndblclick, setOndrag, setOndragend, setOndragenter, setOndragleave, setOndragover, setOndragstart, setOndrop, setOnerror, setOnfocus, setOninput, setOninvalid, setOnkeydown, setOnkeypress, setOnkeyup, setOnload, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setOnmousewheel, setOnpaste, setOnreset, setOnscroll, setOnsearch, setOnselect, setOnselectstart, setOnsubmit, setOntouchcancel, setOntouchend, setOntouchmove, setOntouchstart, setOnwebkitfullscreenchange, setOnwebkitfullscreenerror, setOuterHTML, setOuterText, setScrollLeft, setScrollTop, setSpellcheck, setTabIndex, setTitle, setTranslate, setWebkitdropzone, webkitMatchesSelector, webkitRequestFullscreen, webkitRequestFullScreen
appendChild, cloneNode, compareDocumentPosition, contains, getAttributes, getBaseURI, getChildNodes, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentElement, getParentNode, getPrefix, getPreviousSibling, getTextContent, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent
addEventListener, addEventListener, beginElement, beginElementAt, dispatchEvent, endElement, endElementAt, getAnimatedClassName, getAnimatedHeight, getAnimatedHref, getAnimatedResult, getAnimatedTransform, getAnimatedWidth, getAnimatedX, getAnimatedY, getBBox, getChildElementCount, getCTM, getExternalResourcesRequired, getFarthestViewportElement, getFirstElementChild, getLastElementChild, getNearestViewportElement, getNextElementSibling, getPresentationAttribute, getPreserveAspectRatio, getPreviousElementSibling, getRequiredExtensions, getRequiredFeatures, getScreenCTM, getSvgStyle, getSystemLanguage, getTransformToElement, getViewBox, getXmllang, getXmlspace, getZoomAndPan, hasExtension, querySelector, querySelectorAll, removeEventListener, removeEventListener, setXmllang, setXmlspace, setZoomAndPan
at, at, intAt, intAt, length, numberAt, numberAt, setAt, setAt, setAt, setAt, setAt, setAt
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getId, getOwnerSVGElement, getViewportElement, getXmlbase, setId, setXmlbase
blur, click, focus, getAccessKey, getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getBoundingClientRect, getChildElementCount, getChildren, getClassList, getClassName, getClientHeight, getClientLeft, getClientRects, getClientTop, getClientWidth, getContentEditable, getDataset, getDir, getElementsByClassName, getElementsByTagName, getElementsByTagNameNS, getFirstElementChild, getInnerHTML, getInnerText, getLang, getLastElementChild, getNextElementSibling, getOffsetHeight, getOffsetLeft, getOffsetParent, getOffsetTop, getOffsetWidth, getOnabort, getOnbeforecopy, getOnbeforecut, getOnbeforepaste, getOnblur, getOnchange, getOnclick, getOncontextmenu, getOncopy, getOncut, getOndblclick, getOndrag, getOndragend, getOndragenter, getOndragleave, getOndragover, getOndragstart, getOndrop, getOnerror, getOnfocus, getOninput, getOninvalid, getOnkeydown, getOnkeypress, getOnkeyup, getOnload, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getOnmousewheel, getOnpaste, getOnreset, getOnscroll, getOnsearch, getOnselect, getOnselectstart, getOnsubmit, getOntouchcancel, getOntouchend, getOntouchmove, getOntouchstart, getOnwebkitfullscreenchange, getOnwebkitfullscreenerror, getOuterHTML, getOuterText, getPreviousElementSibling, getScrollHeight, getScrollLeft, getScrollTop, getScrollWidth, getStyle, getTabIndex, getTagName, getTitle, getWebkitdropzone, getWebkitRegionOverflow, hasAttribute, hasAttributeNS, insertAdjacentElement, insertAdjacentHTML, insertAdjacentText, isContentEditable, isDraggable, isHidden, isSpellcheck, isTranslate, querySelector, querySelectorAll, removeAttribute, removeAttributeNode, removeAttributeNS, scrollByLines, scrollByPages, scrollIntoView, scrollIntoView, scrollIntoViewIfNeeded, scrollIntoViewIfNeeded, setAccessKey, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setClassName, setContentEditable, setDir, setDraggable, setHidden, setInnerHTML, setInnerText, setLang, setOnabort, setOnbeforecopy, setOnbeforecut, setOnbeforepaste, setOnblur, setOnchange, setOnclick, setOncontextmenu, setOncopy, setOncut, setOndblclick, setOndrag, setOndragend, setOndragenter, setOndragleave, setOndragover, setOndragstart, setOndrop, setOnerror, setOnfocus, setOninput, setOninvalid, setOnkeydown, setOnkeypress, setOnkeyup, setOnload, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setOnmousewheel, setOnpaste, setOnreset, setOnscroll, setOnsearch, setOnselect, setOnselectstart, setOnsubmit, setOntouchcancel, setOntouchend, setOntouchmove, setOntouchstart, setOnwebkitfullscreenchange, setOnwebkitfullscreenerror, setOuterHTML, setOuterText, setScrollLeft, setScrollTop, setSpellcheck, setTabIndex, setTitle, setTranslate, setWebkitdropzone, webkitMatchesSelector, webkitRequestFullscreen, webkitRequestFullScreen
addEventListener, addEventListener, appendChild, cloneNode, compareDocumentPosition, contains, dispatchEvent, getAttributes, getBaseURI, getChildNodes, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentElement, getParentNode, getPrefix, getPreviousSibling, getTextContent, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, removeEventListener, removeEventListener, replaceChild, setNodeValue, setPrefix, setTextContent
getRequiredExtensions, getRequiredFeatures, getSystemLanguage, hasExtension
getXmllang, getXmlspace, setXmllang, setXmlspace
getExternalResourcesRequired
getAnimatedClassName, getPresentationAttribute, getSvgStyle
getAnimatedTransform
getBBox, getCTM, getFarthestViewportElement, getNearestViewportElement, getScreenCTM, getTransformToElement
intAt, length
numberAt
public final JsSVGPathSegList getAnimatedNormalizedPathSegList()
getAnimatedNormalizedPathSegList
in interface SVGPathElement
public final JsSVGPathSegList getAnimatedPathSegList()
getAnimatedPathSegList
in interface SVGPathElement
public final JsSVGPathSegList getNormalizedPathSegList()
getNormalizedPathSegList
in interface SVGPathElement
public final JsSVGAnimatedNumber getPathLength()
SVGPathElement
pathLength
on the given <path>
element.getPathLength
in interface SVGPathElement
public final JsSVGPathSegList getPathSegList()
getPathSegList
in interface SVGPathElement
public final JsSVGPathSegArcAbs createSVGPathSegArcAbs(float x, float y, float r1, float r2, float angle, boolean largeArcFlag, boolean sweepFlag)
SVGPathElement
SVGPathSegArcAbs
object.float x
float y
float r1
float r2
float angle
boolean largeArcFlag
boolean sweepFlag
createSVGPathSegArcAbs
in interface SVGPathElement
public final JsSVGPathSegArcRel createSVGPathSegArcRel(float x, float y, float r1, float r2, float angle, boolean largeArcFlag, boolean sweepFlag)
SVGPathElement
SVGPathSegArcRel
object.float x
float y
float r1
float r2
float angle
boolean largeArcFlag
boolean sweepFlag
createSVGPathSegArcRel
in interface SVGPathElement
public final JsSVGPathSegClosePath createSVGPathSegClosePath()
SVGPathElement
SVGPathSegClosePath
object.createSVGPathSegClosePath
in interface SVGPathElement
public final JsSVGPathSegCurvetoCubicAbs createSVGPathSegCurvetoCubicAbs(float x, float y, float x1, float y1, float x2, float y2)
SVGPathElement
SVGPathSegCurvetoCubicAbs
object.float x
float y
float x1
float y1
float x2
float y2
createSVGPathSegCurvetoCubicAbs
in interface SVGPathElement
public final JsSVGPathSegCurvetoCubicRel createSVGPathSegCurvetoCubicRel(float x, float y, float x1, float y1, float x2, float y2)
SVGPathElement
SVGPathSegCurvetoCubicRel
object.float x
float y
float x1
float y1
float x2
float y2
createSVGPathSegCurvetoCubicRel
in interface SVGPathElement
public final JsSVGPathSegCurvetoCubicSmoothAbs createSVGPathSegCurvetoCubicSmoothAbs(float x, float y, float x2, float y2)
SVGPathElement
SVGPathSegCurvetoCubicSmoothAbs
object.float x
float y
float x2
float y2
createSVGPathSegCurvetoCubicSmoothAbs
in interface SVGPathElement
public final JsSVGPathSegCurvetoCubicSmoothRel createSVGPathSegCurvetoCubicSmoothRel(float x, float y, float x2, float y2)
SVGPathElement
SVGPathSegCurvetoCubicSmoothRel
object.float x
float y
float x2
float y2
createSVGPathSegCurvetoCubicSmoothRel
in interface SVGPathElement
public final JsSVGPathSegCurvetoQuadraticAbs createSVGPathSegCurvetoQuadraticAbs(float x, float y, float x1, float y1)
SVGPathElement
SVGPathSegCurvetoQuadraticAbs
object.float x
float y
float x1
float y1
createSVGPathSegCurvetoQuadraticAbs
in interface SVGPathElement
public final JsSVGPathSegCurvetoQuadraticRel createSVGPathSegCurvetoQuadraticRel(float x, float y, float x1, float y1)
SVGPathElement
SVGPathSegCurvetoQuadraticRel
object.float x
float y
float x1
float y1
createSVGPathSegCurvetoQuadraticRel
in interface SVGPathElement
public final JsSVGPathSegCurvetoQuadraticSmoothAbs createSVGPathSegCurvetoQuadraticSmoothAbs(float x, float y)
SVGPathElement
SVGPathSegCurvetoQuadraticSmoothAbs
object.float x
float y
createSVGPathSegCurvetoQuadraticSmoothAbs
in interface SVGPathElement
public final JsSVGPathSegCurvetoQuadraticSmoothRel createSVGPathSegCurvetoQuadraticSmoothRel(float x, float y)
SVGPathElement
SVGPathSegCurvetoQuadraticSmoothRel
object.float x
float y
createSVGPathSegCurvetoQuadraticSmoothRel
in interface SVGPathElement
public final JsSVGPathSegLinetoAbs createSVGPathSegLinetoAbs(float x, float y)
SVGPathElement
SVGPathSegLinetoAbs
object.float x
float y
createSVGPathSegLinetoAbs
in interface SVGPathElement
public final JsSVGPathSegLinetoHorizontalAbs createSVGPathSegLinetoHorizontalAbs(float x)
SVGPathElement
SVGPathSegLinetoHorizontalAbs
object.float x
createSVGPathSegLinetoHorizontalAbs
in interface SVGPathElement
public final JsSVGPathSegLinetoHorizontalRel createSVGPathSegLinetoHorizontalRel(float x)
SVGPathElement
SVGPathSegLinetoHorizontalRel
object.float x
createSVGPathSegLinetoHorizontalRel
in interface SVGPathElement
public final JsSVGPathSegLinetoRel createSVGPathSegLinetoRel(float x, float y)
SVGPathElement
SVGPathSegLinetoRel
object.float x
float y
createSVGPathSegLinetoRel
in interface SVGPathElement
public final JsSVGPathSegLinetoVerticalAbs createSVGPathSegLinetoVerticalAbs(float y)
SVGPathElement
SVGPathSegLinetoVerticalAbs
object.float y
createSVGPathSegLinetoVerticalAbs
in interface SVGPathElement
public final JsSVGPathSegLinetoVerticalRel createSVGPathSegLinetoVerticalRel(float y)
SVGPathElement
SVGPathSegLinetoVerticalRel
object.float y
createSVGPathSegLinetoVerticalRel
in interface SVGPathElement
public final JsSVGPathSegMovetoAbs createSVGPathSegMovetoAbs(float x, float y)
SVGPathElement
SVGPathSegMovetoAbs
object.float x
float y
createSVGPathSegMovetoAbs
in interface SVGPathElement
public final JsSVGPathSegMovetoRel createSVGPathSegMovetoRel(float x, float y)
SVGPathElement
SVGPathSegMovetoRel
object.float x
float y
createSVGPathSegMovetoRel
in interface SVGPathElement
public final int getPathSegAtLength(float distance)
SVGPathElement
pathSegList
which is distance
units along the path, utilizing the user agent's distance-along-a-path algorithm.getPathSegAtLength
in interface SVGPathElement
public final JsSVGPoint getPointAtLength(float distance)
SVGPathElement
getPointAtLength
in interface SVGPathElement
public final float getTotalLength()
SVGPathElement
getTotalLength
in interface SVGPathElement
Copyright © 2018. All rights reserved.