Interface Corners

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

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

      • getSimple

        Corner getSimple()
        Corner Gets the simple corner.
        Returns:
        the simple corner
        See Also:
        Corner
      • setSimple

        void setSimple​(Corner simple)
        Corner Sets the simple corner.
        Parameters:
        simple - corner
        See Also:
        Corner
      • getLefttop

        Corner getLefttop()
        Corner Gets the left top corner.
        Returns:
        the left top corner
        See Also:
        Corner
      • setLefttop

        void setLefttop​(Corner lefttop)
        Corner Sets the left top corner.
        Parameters:
        lefttop - the left top corner
        See Also:
        Corner
      • getRighttop

        Corner getRighttop()
        Corner Gets the right top corner.
        Returns:
        the right top corner
        See Also:
        Corner
      • setRighttop

        void setRighttop​(Corner righttop)
        Corner Sets the right top corner.
        Parameters:
        righttop - the right top corner
        See Also:
        Corner
      • getLeftbottom

        Corner getLeftbottom()
        Corner Gets the left bottom corner.
        Returns:
        the left bottom corner
        See Also:
        Corner
      • setLeftbottom

        void setLeftbottom​(Corner leftbottom)
        Corner Sets the left bottom corner.
        Parameters:
        leftbottom - the left bottom corner
        See Also:
        Corner
      • getRightbottom

        Corner getRightbottom()
        Corner Gets the right bottom corner.
        Returns:
        the right bottom corner
        See Also:
        Corner
      • setRightbottom

        void setRightbottom​(Corner rightbottom)
        Corner Sets the right bottom corner.
        Parameters:
        rightbottom - the right bottom corner
        See Also:
        Corner