public class JsSVGPathSegCurvetoCubicSmoothRel extends JsSVGPathSeg implements SVGPathSegCurvetoCubicSmoothRel
PATHSEG_ARC_ABS, PATHSEG_ARC_REL, PATHSEG_CLOSEPATH, PATHSEG_CURVETO_CUBIC_ABS, PATHSEG_CURVETO_CUBIC_REL, PATHSEG_CURVETO_CUBIC_SMOOTH_ABS, PATHSEG_CURVETO_CUBIC_SMOOTH_REL, PATHSEG_CURVETO_QUADRATIC_ABS, PATHSEG_CURVETO_QUADRATIC_REL, PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS, PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL, PATHSEG_LINETO_ABS, PATHSEG_LINETO_HORIZONTAL_ABS, PATHSEG_LINETO_HORIZONTAL_REL, PATHSEG_LINETO_REL, PATHSEG_LINETO_VERTICAL_ABS, PATHSEG_LINETO_VERTICAL_REL, PATHSEG_MOVETO_ABS, PATHSEG_MOVETO_REL, PATHSEG_UNKNOWN
SVG_ZOOMANDPAN_DISABLE, SVG_ZOOMANDPAN_MAGNIFY, SVG_ZOOMANDPAN_UNKNOWN
Modifier | Constructor and Description |
---|---|
protected |
JsSVGPathSegCurvetoCubicSmoothRel() |
Modifier and Type | Method and Description |
---|---|
float |
getX() |
float |
getX2() |
float |
getY() |
float |
getY2() |
void |
setX(float param_x) |
void |
setX2(float param_x2) |
void |
setY(float param_y) |
void |
setY2(float param_y2) |
getPathSegType, getPathSegTypeAsLetter
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
getPathSegType, getPathSegTypeAsLetter
intAt, length
numberAt
public final float getX()
getX
in interface SVGPathSegCurvetoCubicSmoothRel
public final void setX(float param_x)
setX
in interface SVGPathSegCurvetoCubicSmoothRel
public final float getX2()
getX2
in interface SVGPathSegCurvetoCubicSmoothRel
public final void setX2(float param_x2)
setX2
in interface SVGPathSegCurvetoCubicSmoothRel
public final float getY()
getY
in interface SVGPathSegCurvetoCubicSmoothRel
public final void setY(float param_y)
setY
in interface SVGPathSegCurvetoCubicSmoothRel
public final float getY2()
getY2
in interface SVGPathSegCurvetoCubicSmoothRel
public final void setY2(float param_y2)
setY2
in interface SVGPathSegCurvetoCubicSmoothRel
Copyright © 2018. All rights reserved.