Class EdgesImpl

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

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

      • EdgesImpl

        public EdgesImpl()
    • Method Detail

      • getAll

        public Edge getAll()
        Description copied from interface: Edges
        Gets the all.
        Specified by:
        getAll in interface Edges
        Returns:
        the all
        See Also:
        Edge
      • setAll

        public void setAll​(Edge all)
        Description copied from interface: Edges
        Sets the all.
        Specified by:
        setAll in interface Edges
        Parameters:
        all - the new all
        See Also:
        Edge
      • getLeftTop

        public Edge getLeftTop()
        Description copied from interface: Edges
        Gets the left top.
        Specified by:
        getLeftTop in interface Edges
        Returns:
        the left top
        See Also:
        Edge
      • setLeftTop

        public void setLeftTop​(Edge leftTop)
        Description copied from interface: Edges
        Sets the left top.
        Specified by:
        setLeftTop in interface Edges
        Parameters:
        leftTop - the new left top
        See Also:
        Edge
      • getRightTop

        public Edge getRightTop()
        Description copied from interface: Edges
        Gets the right top.
        Specified by:
        getRightTop in interface Edges
        Returns:
        the right top
        See Also:
        Edge
      • setRightTop

        public void setRightTop​(Edge rightTop)
        Description copied from interface: Edges
        Sets the right top.
        Specified by:
        setRightTop in interface Edges
        Parameters:
        rightTop - the new right top
        See Also:
        Edge
      • getLeftBottom

        public Edge getLeftBottom()
        Description copied from interface: Edges
        Gets the left bottom.
        Specified by:
        getLeftBottom in interface Edges
        Returns:
        the left bottom
        See Also:
        Edge
      • setLeftBottom

        public void setLeftBottom​(Edge leftBottom)
        Description copied from interface: Edges
        Sets the left bottom.
        Specified by:
        setLeftBottom in interface Edges
        Parameters:
        leftBottom - the new left bottom
        See Also:
        Edge
      • getRightBottom

        public Edge getRightBottom()
        Description copied from interface: Edges
        Gets the right bottom.
        Specified by:
        getRightBottom in interface Edges
        Returns:
        the right bottom
        See Also:
        Edge
      • setRightBottom

        public void setRightBottom​(Edge rightBottom)
        Description copied from interface: Edges
        Sets the right bottom.
        Specified by:
        setRightBottom in interface Edges
        Parameters:
        rightBottom - the new right bottom
        See Also:
        Edge