public class Arc extends Shape
Arc object's information.| Constructor and Description |
|---|
Arc()
Defines a Logi Report
Arc object. |
| Modifier and Type | Method and Description |
|---|---|
int |
getArcAngle()
Gets angle of an arc object.
|
int |
getStartAngle()
Gets shape start angle.
|
void |
setArcAngle(int arcAngle)
Sets angle of an arc object.
|
void |
setStartAngle(int startAngle)
Sets the start angle of the Arc in degrees.
|
getBottomAttach, getBottomAttachX, getBottomAttachY, getShapeType, getTopAttach, getTopAttachX, getTopAttachY, setBottomAttach, setBottomAttachX, setBottomAttachY, setTopAttach, setTopAttachX, setTopAttachYpublic void setStartAngle(int startAngle)
startAngle - Value of the angle.public int getStartAngle()
public void setArcAngle(int arcAngle)
arcAngle - Value of angle.public int getArcAngle()