Class CornersImpl

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

    public class CornersImpl
    extends java.lang.Object
    implements java.io.Serializable, Corners
    See Also:
    Serialized Form
    • Constructor Detail

      • CornersImpl

        public CornersImpl()
    • Method Detail

      • getSimple

        public Corner getSimple()
        Description copied from interface: Corners
        Corner Gets the simple corner.
        Specified by:
        getSimple in interface Corners
        Returns:
        the simple corner
        See Also:
        Corner
      • setSimple

        public void setSimple​(Corner simple)
        Description copied from interface: Corners
        Corner Sets the simple corner.
        Specified by:
        setSimple in interface Corners
        Parameters:
        simple - corner
        See Also:
        Corner
      • getLefttop

        public Corner getLefttop()
        Description copied from interface: Corners
        Corner Gets the left top corner.
        Specified by:
        getLefttop in interface Corners
        Returns:
        the left top corner
        See Also:
        Corner
      • setLefttop

        public void setLefttop​(Corner lefttop)
        Description copied from interface: Corners
        Corner Sets the left top corner.
        Specified by:
        setLefttop in interface Corners
        Parameters:
        lefttop - the left top corner
        See Also:
        Corner
      • getRighttop

        public Corner getRighttop()
        Description copied from interface: Corners
        Corner Gets the right top corner.
        Specified by:
        getRighttop in interface Corners
        Returns:
        the right top corner
        See Also:
        Corner
      • setRighttop

        public void setRighttop​(Corner righttop)
        Description copied from interface: Corners
        Corner Sets the right top corner.
        Specified by:
        setRighttop in interface Corners
        Parameters:
        righttop - the right top corner
        See Also:
        Corner
      • getLeftbottom

        public Corner getLeftbottom()
        Description copied from interface: Corners
        Corner Gets the left bottom corner.
        Specified by:
        getLeftbottom in interface Corners
        Returns:
        the left bottom corner
        See Also:
        Corner
      • setLeftbottom

        public void setLeftbottom​(Corner leftbottom)
        Description copied from interface: Corners
        Corner Sets the left bottom corner.
        Specified by:
        setLeftbottom in interface Corners
        Parameters:
        leftbottom - the left bottom corner
        See Also:
        Corner
      • getRightbottom

        public Corner getRightbottom()
        Description copied from interface: Corners
        Corner Gets the right bottom corner.
        Specified by:
        getRightbottom in interface Corners
        Returns:
        the right bottom corner
        See Also:
        Corner
      • setRightbottom

        public void setRightbottom​(Corner rightbottom)
        Description copied from interface: Corners
        Corner Sets the right bottom corner.
        Specified by:
        setRightbottom in interface Corners
        Parameters:
        rightbottom - the right bottom corner
        See Also:
        Corner