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