public class JsSVGPathSegCurvetoCubicAbs extends JsSVGPathSeg implements SVGPathSegCurvetoCubicAbs
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 |
JsSVGPathSegCurvetoCubicAbs() |
Modifier and Type | Method and Description |
---|---|
float |
getX() |
float |
getX1() |
float |
getX2() |
float |
getY() |
float |
getY1() |
float |
getY2() |
void |
setX(float param_x) |
void |
setX1(float param_x1) |
void |
setX2(float param_x2) |
void |
setY(float param_y) |
void |
setY1(float param_y1) |
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 SVGPathSegCurvetoCubicAbs
public final void setX(float param_x)
setX
in interface SVGPathSegCurvetoCubicAbs
public final float getX1()
getX1
in interface SVGPathSegCurvetoCubicAbs
public final void setX1(float param_x1)
setX1
in interface SVGPathSegCurvetoCubicAbs
public final float getX2()
getX2
in interface SVGPathSegCurvetoCubicAbs
public final void setX2(float param_x2)
setX2
in interface SVGPathSegCurvetoCubicAbs
public final float getY()
getY
in interface SVGPathSegCurvetoCubicAbs
public final void setY(float param_y)
setY
in interface SVGPathSegCurvetoCubicAbs
public final float getY1()
getY1
in interface SVGPathSegCurvetoCubicAbs
public final void setY1(float param_y1)
setY1
in interface SVGPathSegCurvetoCubicAbs
public final float getY2()
getY2
in interface SVGPathSegCurvetoCubicAbs
public final void setY2(float param_y2)
setY2
in interface SVGPathSegCurvetoCubicAbs
Copyright © 2018. All rights reserved.