All Superinterfaces:
Area

@NonExtendable public interface CircleArea extends 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

    Modifier and Type
    Method
    Description
    Provide the center coordinate of the circle.
    int
    Provide the radious of the circle.

    Methods inherited from interface de.espirit.firstspirit.access.editor.value.imagemap.Area

    getLink, receive
  • 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