public class MoveToPathSegment extends PathSegment
PathSegment.TypeEnum| Constructor and Description |
|---|
MoveToPathSegment() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Double |
getX()
X coordinate of the point.
|
Double |
getY()
Y coordinate of the point.
|
int |
hashCode() |
void |
setX(Double x) |
void |
setY(Double y) |
String |
toString() |
MoveToPathSegment |
x(Double x) |
MoveToPathSegment |
y(Double y) |
getType, setTypepublic MoveToPathSegment x(Double x)
public Double getX()
public void setX(Double x)
public MoveToPathSegment y(Double y)
public Double getY()
public void setY(Double y)
public boolean equals(Object o)
equals in class PathSegmentpublic int hashCode()
hashCode in class PathSegmentpublic String toString()
toString in class PathSegmentCopyright © 2025. All rights reserved.