Interface Area
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
AreaImpl
The Interface Area.
-
Method Summary
Modifier and TypeMethodDescriptionGets the pathpoint.Same asgetPathpoint()voidsetPathpoint(List<PathPoint> pathpoint) Sets the pathpoint.voidsetPathpoints(List<PathPoint> pathpoint) Same assetPathpoint(List)
-
Method Details
-
getPathpoint
Gets the pathpoint.- Returns:
- the pathpoint
- See Also:
-
setPathpoint
Sets the pathpoint.- Parameters:
pathpoint- the new pathpoint- See Also:
-
getPathpoints
Same as
getPathpoint()included in interface and implementation for backward compatibility
- Returns:
- the pathpoints
-
setPathpoints
Same as
setPathpoint(List)included in interface and implementation for backward compatibility
- Parameters:
pathpoint- (list of) pathpoint to set
-