Class AreaImpl
- All Implemented Interfaces:
Area,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AreaImpl
public AreaImpl()
-
-
Method Details
-
getRect
Description copied from interface:AreaGets the rectangles of this area.
Gets the rectangles of this area. If the list contains more than one rectangle, the first one describes the rectangle in normal position and the second one including transformation (such as skew or rotation).
-
setRect
Description copied from interface:AreaSets the rectangles for this area.
Sets the rectangles for this area. If the list contains more than one rectangle, the first one should describe the rectangle in normal position and the second one including transformation (such as skew or rotation).
-
getPolygon
Description copied from interface:AreaGets the polygons of this area.
Gets the polygons of this area. Usually this list should not contain more than one entry (in other words: there is no semantics for the 2nd .. nth element in the list).
- Specified by:
getPolygonin interfaceArea- Returns:
- polygon or list of polygons of this area.
-
setPolygon
Description copied from interface:AreaSets the polygons for this area.
Sets the polygons for this area. Usually this list should not contain more than one entry (in other words: there is no semantics for the 2nd .. nth element in the list).
- Specified by:
setPolygonin interfaceArea- Parameters:
polygon- or list of polygons for this area.
-