Class CornersImpl
java.lang.Object
com.priint.pubserver.metadata.xml.element.CornersImpl
- All Implemented Interfaces:
Corners,Serializable
- See Also:
-
Constructor Summary
Constructors -
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.
-
Constructor Details
-
CornersImpl
public CornersImpl()
-
-
Method Details
-
getSimple
Description copied from interface:CornersCornerGets the simple corner. -
setSimple
Description copied from interface:CornersCornerSets the simple corner. -
getLefttop
Description copied from interface:CornersCornerGets the left top corner.- Specified by:
getLefttopin interfaceCorners- Returns:
- the left top corner
- See Also:
-
setLefttop
Description copied from interface:CornersCornerSets the left top corner.- Specified by:
setLefttopin interfaceCorners- Parameters:
lefttop- the left top corner- See Also:
-
getRighttop
Description copied from interface:CornersCornerGets the right top corner.- Specified by:
getRighttopin interfaceCorners- Returns:
- the right top corner
- See Also:
-
setRighttop
Description copied from interface:CornersCornerSets the right top corner.- Specified by:
setRighttopin interfaceCorners- Parameters:
righttop- the right top corner- See Also:
-
getLeftbottom
Description copied from interface:CornersCornerGets the left bottom corner.- Specified by:
getLeftbottomin interfaceCorners- Returns:
- the left bottom corner
- See Also:
-
setLeftbottom
Description copied from interface:CornersCornerSets the left bottom corner.- Specified by:
setLeftbottomin interfaceCorners- Parameters:
leftbottom- the left bottom corner- See Also:
-
getRightbottom
Description copied from interface:CornersCornerGets the right bottom corner.- Specified by:
getRightbottomin interfaceCorners- Returns:
- the right bottom corner
- See Also:
-
setRightbottom
Description copied from interface:CornersCornerSets the right bottom corner.- Specified by:
setRightbottomin interfaceCorners- Parameters:
rightbottom- the right bottom corner- See Also:
-