Interface Edges
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
EdgesImpl
public interface Edges extends java.io.SerializableThe Interface Edges.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EdgegetAll()Gets the all.EdgegetLeftBottom()Gets the left bottom.EdgegetLeftTop()Gets the left top.EdgegetRightBottom()Gets the right bottom.EdgegetRightTop()Gets the right top.voidsetAll(Edge all)Sets 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 Detail
-
setLeftTop
void setLeftTop(Edge leftTop)
Sets the left top.- Parameters:
leftTop- the new left top- See Also:
Edge
-
setRightTop
void setRightTop(Edge rightTop)
Sets the right top.- Parameters:
rightTop- the new right top- See Also:
Edge
-
setLeftBottom
void setLeftBottom(Edge leftBottom)
Sets the left bottom.- Parameters:
leftBottom- the new left bottom- See Also:
Edge
-
getRightBottom
Edge getRightBottom()
Gets the right bottom.- Returns:
- the right bottom
- See Also:
Edge
-
-