public class LineToPathSegment extends PathSegment
PathSegment.TypeEnum| Constructor and Description |
|---|
LineToPathSegment() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Double |
getX()
X coordinate of the end point of the line
|
Double |
getY()
Y coordinate of the end point of the line
|
int |
hashCode() |
void |
setX(Double x) |
void |
setY(Double y) |
String |
toString() |
LineToPathSegment |
x(Double x) |
LineToPathSegment |
y(Double y) |
getType, setTypepublic LineToPathSegment x(Double x)
public Double getX()
public void setX(Double x)
public LineToPathSegment 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.