All Superinterfaces:
Area

@NonExtendable public interface PolyArea extends Area
An area of polygonic 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
    The chain of points defining the polygon.

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

    getLink, receive
  • Method Details

    • getPoints

      List<Point> getPoints()
      The chain of points defining the polygon.
      Returns:
      The polygon's points.
      Since:
      5.1.203