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