Interface RectArea
- All Superinterfaces:
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
-
Method Details
-
getLeftTop
Provides the left top coordinate.- Returns:
- The left top point.
- Since:
- 5.1.203
-
getRightBottom
Provides the right bottom coordinate.- Returns:
- The right bottom point.
- Since:
- 5.1.203
-