Interface CircleArea
- All Superinterfaces:
Area
An area of circular shape.
- Since:
- 5.1.203
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.espirit.firstspirit.access.editor.value.imagemap.Area
Area.Visitor<R>
-
Method Summary
-
Method Details
-
getCenter
Point getCenter()Provide the center coordinate of the circle.- Returns:
- The center point.
- Since:
- 5.1.203
-
getRadius
int getRadius()Provide the radious of the circle.- Returns:
- The circle's radius.
- Since:
- 5.1.203
-