Interface Area

  • All Superinterfaces:
    java.io.Serializable
    All Known Implementing Classes:
    AreaImpl

    public interface Area
    extends java.io.Serializable
    The Interface Area.
    • Method Detail

      • getPathpoint

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

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

        java.util.List<PathPoint> getPathpoints()

        Same as getPathpoint()

        included in interface and implementation for backward compatibility

        Returns:
        the pathpoints
      • setPathpoints

        void setPathpoints​(java.util.List<PathPoint> pathpoint)

        Same as setPathpoint(List)

        included in interface and implementation for backward compatibility

        Parameters:
        pathpoint - (list of) pathpoint to set