| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| Point2D | GetCenter
()
Get method for attribute "Center" Center of the circle. |
| double | GetRadius
()
Get method for attribute "Radius" Radius of the circle. |
| void | SetCenter
(Point2D value)
Set method for attribute "Center" Center of the circle. |
| void | SetRadius
(double value)
Set method for attribute "Radius" Radius of the circle. |
| Methods Inherited from Interface com.ptc.wfc.wfcSection.SectionEntity |
|---|
| GetSectionEntityType |
| Method Detail |
|---|
| GetCenter/SetCenter |
|---|
| Point2D | GetCenter | () |
| void | SetCenter | (Point2D value) |
Center of the circle.
|
| GetRadius/SetRadius |
|---|
| double | GetRadius | () |
| void | SetRadius | (double value) |
Radius of the circle.
|