@DOMObjectAttribute @DOMNameAttribute(name="SVGPathSegCurvetoCubicSmoothAbs") public class SVGPathSegCurvetoCubicSmoothAbs extends SVGPathSeg
The SVGPathSegCurvetoCubicSmoothAbs interface corresponds to an "absolute smooth cubic curveto" (S) path data command.
SVGPathSegPATHSEG_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_UNKNOWNflagsPropertyChanged, PropertyChangedDelegate| Constructor and Description |
|---|
SVGPathSegCurvetoCubicSmoothAbs(float x,
float y,
float x2,
float y2) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
deepClone()
Creates a new object that is a copy of the current instance.
|
float |
getX()
The absolute X coordinate for the end point of this path segment.
|
float |
getX2()
The absolute X coordinate for the second control point.
|
float |
getY()
The absolute Y coordinate for the end point of this path segment.
|
float |
getY2()
The absolute Y coordinate for the second control point.
|
void |
setX(float value)
The absolute X coordinate for the end point of this path segment.
|
void |
setX2(float value)
The absolute X coordinate for the second control point.
|
void |
setY(float value)
The absolute Y coordinate for the end point of this path segment.
|
void |
setY2(float value)
The absolute Y coordinate for the second control point.
|
SVGPathSegCurvetoCubicSmoothAbs |
toCurvetoCubicSmoothAbs() |
getPathSegType, getPathSegTypeAsLetter, toArcAbs, toArcRel, toClosePath, toCurvetoCubicAbs, toCurvetoCubicRel, toCurvetoCubicSmoothRel, toCurvetoQuadraticAbs, toCurvetoQuadraticRel, toCurvetoQuadraticSmoothAbs, toCurvetoQuadraticSmoothRel, toLinetoAbs, toLinetoHorizontalAbs, toLinetoHorizontalRel, toLinetoRel, toLinetoVerticalAbs, toLinetoVerticalRel, toMovetoAbs, toMovetoRelasReadOnly, dispose, dispose, getKey, isDetached, isObserverSuppressed, isReadOnly, notifyPropertyChanged, setDetached, setObserverSuppressed, toStringfireNotifyPropertyChanged, getCurrentValues, getRuntimesBinding, setCurrentValues, setField, setRuntimesBindingpublic SVGPathSegCurvetoCubicSmoothAbs(float x,
float y,
float x2,
float y2)
@DOMNameAttribute(name="x") public float getX()
The absolute X coordinate for the end point of this path segment.
DOMException - Code DOMException.NO_MODIFICATION_ALLOWED_ERR.
Raised on an attempt to change the value of a read only attribute.
Value:
The relative Y coordinate.@DOMNameAttribute(name="x") public void setX(float value)
The absolute X coordinate for the end point of this path segment.
DOMException - Code DOMException.NO_MODIFICATION_ALLOWED_ERR.
Raised on an attempt to change the value of a read only attribute.
Value:
The relative Y coordinate.@DOMNameAttribute(name="y") public float getY()
The absolute Y coordinate for the end point of this path segment.
DOMException - Code DOMException.NO_MODIFICATION_ALLOWED_ERR.
Raised on an attempt to change the value of a read only attribute.
Value:
The relative Y coordinate.@DOMNameAttribute(name="y") public void setY(float value)
The absolute Y coordinate for the end point of this path segment.
DOMException - Code DOMException.NO_MODIFICATION_ALLOWED_ERR.
Raised on an attempt to change the value of a read only attribute.
Value:
The relative Y coordinate.@DOMNameAttribute(name="x2") public float getX2()
The absolute X coordinate for the second control point.
DOMException - Code DOMException.NO_MODIFICATION_ALLOWED_ERR.
Raised on an attempt to change the value of a read only attribute.
Value:
The absolute X coordinate.@DOMNameAttribute(name="x2") public void setX2(float value)
The absolute X coordinate for the second control point.
DOMException - Code DOMException.NO_MODIFICATION_ALLOWED_ERR.
Raised on an attempt to change the value of a read only attribute.
Value:
The absolute X coordinate.@DOMNameAttribute(name="y2") public float getY2()
The absolute Y coordinate for the second control point.
DOMException - Code DOMException.NO_MODIFICATION_ALLOWED_ERR.
Raised on an attempt to change the value of a read only attribute.
Value:
The absolute Y coordinate.@DOMNameAttribute(name="y2") public void setY2(float value)
The absolute Y coordinate for the second control point.
DOMException - Code DOMException.NO_MODIFICATION_ALLOWED_ERR.
Raised on an attempt to change the value of a read only attribute.
Value:
The absolute Y coordinate.public java.lang.Object deepClone()
Creates a new object that is a copy of the current instance.
deepClone in class SVGValueTypepublic SVGPathSegCurvetoCubicSmoothAbs toCurvetoCubicSmoothAbs()
toCurvetoCubicSmoothAbs in class SVGPathSeg