public class OMSVGPathSegCurvetoCubicRel extends OMSVGPathSeg
OMSVGPathSegCurvetoCubicRel interface
corresponds to a "relative cubic Bézier curveto" (c) path data command.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| Modifier | Constructor and Description |
|---|---|
protected |
OMSVGPathSegCurvetoCubicRel() |
| Modifier and Type | Method and Description |
|---|---|
float |
getX()
The relative X coordinate for the end point of this path segment.
|
float |
getX1()
The relative X coordinate for the first control point.
|
float |
getX2()
The relative X coordinate for the second control point.
|
float |
getY()
The relative Y coordinate for the end point of this path segment.
|
float |
getY1()
The relative Y coordinate for the first control point.
|
float |
getY2()
The relative Y coordinate for the second control point.
|
void |
setX(float value)
The relative X coordinate for the end point of this path segment.
|
void |
setX1(float value)
The relative X coordinate for the first control point.
|
void |
setX2(float value)
The relative X coordinate for the second control point.
|
void |
setY(float value)
The relative Y coordinate for the end point of this path segment.
|
void |
setY1(float value)
The relative Y coordinate for the first control point.
|
void |
setY2(float value)
The relative Y coordinate for the second control point.
|
getPathSegType, getPathSegTypeAsLetterpublic final float getX()
public final void setX(float value)
throws com.google.gwt.core.client.JavaScriptException
DOMException(NO_MODIFICATION_ALLOWED_ERR) - Raised on an attempt
to change the value of a read only
attribute.com.google.gwt.core.client.JavaScriptExceptionpublic final float getY()
public final void setY(float value)
throws com.google.gwt.core.client.JavaScriptException
DOMException(NO_MODIFICATION_ALLOWED_ERR) - Raised on an attempt
to change the value of a read only
attribute.com.google.gwt.core.client.JavaScriptExceptionpublic final float getX1()
public final void setX1(float value)
throws com.google.gwt.core.client.JavaScriptException
DOMException(NO_MODIFICATION_ALLOWED_ERR) - Raised on an attempt
to change the value of a read only
attribute.com.google.gwt.core.client.JavaScriptExceptionpublic final float getY1()
public final void setY1(float value)
throws com.google.gwt.core.client.JavaScriptException
DOMException(NO_MODIFICATION_ALLOWED_ERR) - Raised on an attempt
to change the value of a read only
attribute.com.google.gwt.core.client.JavaScriptExceptionpublic final float getX2()
public final void setX2(float value)
throws com.google.gwt.core.client.JavaScriptException
DOMException(NO_MODIFICATION_ALLOWED_ERR) - Raised on an attempt
to change the value of a read only
attribute.com.google.gwt.core.client.JavaScriptExceptionpublic final float getY2()
public final void setY2(float value)
throws com.google.gwt.core.client.JavaScriptException
DOMException(NO_MODIFICATION_ALLOWED_ERR) - Raised on an attempt
to change the value of a read only
attribute.com.google.gwt.core.client.JavaScriptExceptionCopyright © 2018. All Rights Reserved.