Class AreaImpl

  • All Implemented Interfaces:
    Area, java.io.Serializable

    public class AreaImpl
    extends java.lang.Object
    implements java.io.Serializable, Area
    The type Area.
    See Also:
    Serialized Form
    • Constructor Detail

      • AreaImpl

        public AreaImpl()
    • Method Detail

      • getPathpoint

        public java.util.List<PathPoint> getPathpoint()
        Description copied from interface: Area
        Gets the pathpoint.
        Specified by:
        getPathpoint in interface Area
        Returns:
        the pathpoint
        See Also:
        PathPoint
      • setPathpoint

        public void setPathpoint​(java.util.List<PathPoint> pathpoint)
        Description copied from interface: Area
        Sets the pathpoint.
        Specified by:
        setPathpoint in interface Area
        Parameters:
        pathpoint - the new pathpoint
        See Also:
        PathPoint
      • getPathpoints

        public java.util.List<PathPoint> getPathpoints()
        Description copied from interface: Area

        Same as Area.getPathpoint()

        included in interface and implementation for backward compatibility

        Specified by:
        getPathpoints in interface Area
        Returns:
        the pathpoints
      • setPathpoints

        public void setPathpoints​(java.util.List<PathPoint> pathpoint)
        Description copied from interface: Area

        Same as Area.setPathpoint(List)

        included in interface and implementation for backward compatibility

        Specified by:
        setPathpoints in interface Area
        Parameters:
        pathpoint - (list of) pathpoint to set