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, setType
public 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 PathSegment
public int hashCode()
hashCode
in class PathSegment
public String toString()
toString
in class PathSegment
Copyright © 2022. All rights reserved.