Interface Corners

All Superinterfaces:
Serializable
All Known Implementing Classes:
CornersImpl

public interface Corners extends Serializable
The Interface Corners.
  • Method Details

    • getSimple

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

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

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

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

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

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

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

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

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

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