Interface Edges

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

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

      • getAll

        Edge getAll()
        Gets the all.
        Returns:
        the all
        See Also:
        Edge
      • setAll

        void setAll​(Edge all)
        Sets the all.
        Parameters:
        all - the new all
        See Also:
        Edge
      • getLeftTop

        Edge getLeftTop()
        Gets the left top.
        Returns:
        the left top
        See Also:
        Edge
      • setLeftTop

        void setLeftTop​(Edge leftTop)
        Sets the left top.
        Parameters:
        leftTop - the new left top
        See Also:
        Edge
      • getRightTop

        Edge getRightTop()
        Gets the right top.
        Returns:
        the right top
        See Also:
        Edge
      • setRightTop

        void setRightTop​(Edge rightTop)
        Sets the right top.
        Parameters:
        rightTop - the new right top
        See Also:
        Edge
      • getLeftBottom

        Edge getLeftBottom()
        Gets the left bottom.
        Returns:
        the left bottom
        See Also:
        Edge
      • setLeftBottom

        void setLeftBottom​(Edge leftBottom)
        Sets the left bottom.
        Parameters:
        leftBottom - the new left bottom
        See Also:
        Edge
      • getRightBottom

        Edge getRightBottom()
        Gets the right bottom.
        Returns:
        the right bottom
        See Also:
        Edge
      • setRightBottom

        void setRightBottom​(Edge rightBottom)
        Sets the right bottom.
        Parameters:
        rightBottom - the new right bottom
        See Also:
        Edge