Class EdgesImpl
- java.lang.Object
-
- com.priint.pubserver.metadata.xml.note.EdgesImpl
-
- All Implemented Interfaces:
Edges,java.io.Serializable
public class EdgesImpl extends java.lang.Object implements java.io.Serializable, Edges
The type Edges.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EdgesImpl()
-
Method Summary
All Methods Instance Methods Concrete 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
-
getLeftTop
public Edge getLeftTop()
Description copied from interface:EdgesGets the left top.- Specified by:
getLeftTopin interfaceEdges- Returns:
- the left top
- See Also:
Edge
-
setLeftTop
public void setLeftTop(Edge leftTop)
Description copied from interface:EdgesSets the left top.- Specified by:
setLeftTopin interfaceEdges- Parameters:
leftTop- the new left top- See Also:
Edge
-
getRightTop
public Edge getRightTop()
Description copied from interface:EdgesGets the right top.- Specified by:
getRightTopin interfaceEdges- Returns:
- the right top
- See Also:
Edge
-
setRightTop
public void setRightTop(Edge rightTop)
Description copied from interface:EdgesSets the right top.- Specified by:
setRightTopin interfaceEdges- Parameters:
rightTop- the new right top- See Also:
Edge
-
getLeftBottom
public Edge getLeftBottom()
Description copied from interface:EdgesGets the left bottom.- Specified by:
getLeftBottomin interfaceEdges- Returns:
- the left bottom
- See Also:
Edge
-
setLeftBottom
public void setLeftBottom(Edge leftBottom)
Description copied from interface:EdgesSets the left bottom.- Specified by:
setLeftBottomin interfaceEdges- Parameters:
leftBottom- the new left bottom- See Also:
Edge
-
getRightBottom
public Edge getRightBottom()
Description copied from interface:EdgesGets the right bottom.- Specified by:
getRightBottomin interfaceEdges- Returns:
- the right bottom
- See Also:
Edge
-
setRightBottom
public void setRightBottom(Edge rightBottom)
Description copied from interface:EdgesSets the right bottom.- Specified by:
setRightBottomin interfaceEdges- Parameters:
rightBottom- the new right bottom- See Also:
Edge
-
-