Interface Edges
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
EdgesImpl
The Interface Edges.
-
Method Summary
Modifier and TypeMethodDescriptiongetAll()Gets the all.Gets the left bottom.Gets the left top.Gets the right bottom.Gets the right top.voidSets the all.voidsetLeftBottom(Edge leftBottom) Sets the left bottom.voidsetLeftTop(Edge leftTop) Sets the left top.voidsetRightBottom(Edge rightBottom) Sets the right bottom.voidsetRightTop(Edge rightTop) Sets the right top.
-
Method Details
-
getAll
Edge getAll()Gets the all.- Returns:
- the all
- See Also:
-
setAll
Sets the all.- Parameters:
all- the new all- See Also:
-
getLeftTop
Edge getLeftTop()Gets the left top.- Returns:
- the left top
- See Also:
-
setLeftTop
Sets the left top.- Parameters:
leftTop- the new left top- See Also:
-
getRightTop
Edge getRightTop()Gets the right top.- Returns:
- the right top
- See Also:
-
setRightTop
Sets the right top.- Parameters:
rightTop- the new right top- See Also:
-
getLeftBottom
Edge getLeftBottom()Gets the left bottom.- Returns:
- the left bottom
- See Also:
-
setLeftBottom
Sets the left bottom.- Parameters:
leftBottom- the new left bottom- See Also:
-
getRightBottom
Edge getRightBottom()Gets the right bottom.- Returns:
- the right bottom
- See Also:
-
setRightBottom
Sets the right bottom.- Parameters:
rightBottom- the new right bottom- See Also:
-