Interface Area

All Superinterfaces:
Serializable
All Known Implementing Classes:
AreaImpl

public interface Area extends Serializable
The Interface Area.
  • Method Details

    • getPathpoint

      List<PathPoint> getPathpoint()
      Gets the pathpoint.
      Returns:
      the pathpoint
      See Also:
    • setPathpoint

      void setPathpoint(List<PathPoint> pathpoint)
      Sets the pathpoint.
      Parameters:
      pathpoint - the new pathpoint
      See Also:
    • getPathpoints

      List<PathPoint> getPathpoints()

      Same as getPathpoint()

      included in interface and implementation for backward compatibility

      Returns:
      the pathpoints
    • setPathpoints

      void setPathpoints(List<PathPoint> pathpoint)

      Same as setPathpoint(List)

      included in interface and implementation for backward compatibility

      Parameters:
      pathpoint - (list of) pathpoint to set