| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| Point2D | GetCenter
()
Get method for attribute "Center" Center of the arc. |
| double | GetEndAngle
()
Get method for attribute "EndAngle" End angle of the arc. |
| double | GetRadius
()
Get method for attribute "Radius" Radius of the arc. |
| double | GetStartAngle
()
Get method for attribute "StartAngle" Start angle of the arc. |
| void | SetCenter
(Point2D value)
Set method for attribute "Center" Center of the arc. |
| void | SetEndAngle
(double value)
Set method for attribute "EndAngle" End angle of the arc. |
| void | SetRadius
(double value)
Set method for attribute "Radius" Radius of the arc. |
| void | SetStartAngle
(double value)
Set method for attribute "StartAngle" Start angle of the arc. |
| Methods Inherited from Interface com.ptc.wfc.wfcSection.SectionEntity |
|---|
| GetSectionEntityType |
| Method Detail |
|---|
| GetCenter/SetCenter |
|---|
| Point2D | GetCenter | () |
| void | SetCenter | (Point2D value) |
Center of the arc.
|
| GetStartAngle/SetStartAngle |
|---|
| double | GetStartAngle | () |
| void | SetStartAngle | (double value) |
Start angle of the arc.
|
| GetEndAngle/SetEndAngle |
|---|
| double | GetEndAngle | () |
| void | SetEndAngle | (double value) |
End angle of the arc.
|
| GetRadius/SetRadius |
|---|
| double | GetRadius | () |
| void | SetRadius | (double value) |
Radius of the arc.
|