Interface Corners
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
CornersImpl
The Interface Corners.
-
Method Summary
Modifier and TypeMethodDescriptionCornerGets the left bottom corner.CornerGets the left top corner.CornerGets the right bottom corner.CornerGets the right top corner.CornerGets the simple corner.voidsetLeftbottom(Corner leftbottom) CornerSets the left bottom corner.voidsetLefttop(Corner lefttop) CornerSets the left top corner.voidsetRightbottom(Corner rightbottom) CornerSets the right bottom corner.voidsetRighttop(Corner righttop) CornerSets the right top corner.voidCornerSets the simple corner.
-
Method Details
-
getSimple
Corner getSimple()CornerGets the simple corner.- Returns:
- the simple corner
- See Also:
-
setSimple
CornerSets the simple corner.- Parameters:
simple- corner- See Also:
-
getLefttop
Corner getLefttop()CornerGets the left top corner.- Returns:
- the left top corner
- See Also:
-
setLefttop
CornerSets the left top corner.- Parameters:
lefttop- the left top corner- See Also:
-
getRighttop
Corner getRighttop()CornerGets the right top corner.- Returns:
- the right top corner
- See Also:
-
setRighttop
CornerSets the right top corner.- Parameters:
righttop- the right top corner- See Also:
-
getLeftbottom
Corner getLeftbottom()CornerGets the left bottom corner.- Returns:
- the left bottom corner
- See Also:
-
setLeftbottom
CornerSets the left bottom corner.- Parameters:
leftbottom- the left bottom corner- See Also:
-
getRightbottom
Corner getRightbottom()CornerGets the right bottom corner.- Returns:
- the right bottom corner
- See Also:
-
setRightbottom
CornerSets the right bottom corner.- Parameters:
rightbottom- the right bottom corner- See Also:
-