public class CubicBezierToPathSegment extends PathSegment
PathSegment.TypeEnum
Constructor and Description |
---|
CubicBezierToPathSegment() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Double |
getX1()
X coordinate of the first direction point
|
Double |
getX2()
X coordinate of the second direction point
|
Double |
getX3()
X coordinate of end point
|
Double |
getY1()
Y coordinate of the first direction point
|
Double |
getY2()
Y coordinate of the second direction point
|
Double |
getY3()
Y coordinate of end point
|
int |
hashCode() |
void |
setX1(Double x1) |
void |
setX2(Double x2) |
void |
setX3(Double x3) |
void |
setY1(Double y1) |
void |
setY2(Double y2) |
void |
setY3(Double y3) |
String |
toString() |
CubicBezierToPathSegment |
x1(Double x1) |
CubicBezierToPathSegment |
x2(Double x2) |
CubicBezierToPathSegment |
x3(Double x3) |
CubicBezierToPathSegment |
y1(Double y1) |
CubicBezierToPathSegment |
y2(Double y2) |
CubicBezierToPathSegment |
y3(Double y3) |
getType, setType
public CubicBezierToPathSegment x1(Double x1)
public Double getX1()
public void setX1(Double x1)
public CubicBezierToPathSegment y1(Double y1)
public Double getY1()
public void setY1(Double y1)
public CubicBezierToPathSegment x2(Double x2)
public Double getX2()
public void setX2(Double x2)
public CubicBezierToPathSegment y2(Double y2)
public Double getY2()
public void setY2(Double y2)
public CubicBezierToPathSegment x3(Double x3)
public Double getX3()
public void setX3(Double x3)
public CubicBezierToPathSegment y3(Double y3)
public Double getY3()
public void setY3(Double y3)
public boolean equals(Object o)
equals
in class PathSegment
public int hashCode()
hashCode
in class PathSegment
public String toString()
toString
in class PathSegment
Copyright © 2023. All rights reserved.