All Superinterfaces:
Area

@NonExtendable public interface RectArea extends Area
An area of rectangular 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
    @NotNull Point
    Provides the left top coordinate.
    @NotNull Point
    Provides the right bottom coordinate.

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

    getLink, receive
  • Method Details

    • getLeftTop

      @NotNull @NotNull Point getLeftTop()
      Provides the left top coordinate.
      Returns:
      The left top point.
      Since:
      5.1.203
    • getRightBottom

      @NotNull @NotNull Point getRightBottom()
      Provides the right bottom coordinate.
      Returns:
      The right bottom point.
      Since:
      5.1.203