public class ArcToPathSegment extends PathSegment
PathSegment.TypeEnum| Constructor and Description |
|---|
ArcToPathSegment() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Double |
getHeight()
Height of the rectangle
|
Double |
getStartAngle()
Start angle
|
Double |
getSweepAngle()
Sweep angle
|
Double |
getWidth()
Width of the rectangle
|
int |
hashCode() |
ArcToPathSegment |
height(Double height) |
void |
setHeight(Double height) |
void |
setStartAngle(Double startAngle) |
void |
setSweepAngle(Double sweepAngle) |
void |
setWidth(Double width) |
ArcToPathSegment |
startAngle(Double startAngle) |
ArcToPathSegment |
sweepAngle(Double sweepAngle) |
String |
toString() |
ArcToPathSegment |
width(Double width) |
getType, setTypepublic ArcToPathSegment width(Double width)
public Double getWidth()
public void setWidth(Double width)
public ArcToPathSegment height(Double height)
public Double getHeight()
public void setHeight(Double height)
public ArcToPathSegment startAngle(Double startAngle)
public Double getStartAngle()
public void setStartAngle(Double startAngle)
public ArcToPathSegment sweepAngle(Double sweepAngle)
public Double getSweepAngle()
public void setSweepAngle(Double sweepAngle)
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.