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