Class XmlElementGridImpl
java.lang.Object
com.priint.pubserver.metadata.xml.w2ml.XmlElementGridImpl
- All Implemented Interfaces:
XmlElementGrid,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
XmlElementGridImpl
public XmlElementGridImpl()
-
-
Method Details
-
getLeft
public int getLeft()Description copied from interface:XmlElementGridGets left.- Specified by:
getLeftin interfaceXmlElementGrid- Returns:
- the left
-
setLeft
public void setLeft(int left) Description copied from interface:XmlElementGridSets left.- Specified by:
setLeftin interfaceXmlElementGrid- Parameters:
left- the left
-
getTop
public int getTop()Description copied from interface:XmlElementGridGets top.- Specified by:
getTopin interfaceXmlElementGrid- Returns:
- the top
-
setTop
public void setTop(int top) Description copied from interface:XmlElementGridSets top.- Specified by:
setTopin interfaceXmlElementGrid- Parameters:
top- the top
-
getRight
public int getRight()Description copied from interface:XmlElementGridGets right.- Specified by:
getRightin interfaceXmlElementGrid- Returns:
- the right
-
setRight
public void setRight(int right) Description copied from interface:XmlElementGridSets right.- Specified by:
setRightin interfaceXmlElementGrid- Parameters:
right- the right
-
getBottom
public int getBottom()Description copied from interface:XmlElementGridGets bottom.- Specified by:
getBottomin interfaceXmlElementGrid- Returns:
- the bottom
-
setBottom
public void setBottom(int bottom) Description copied from interface:XmlElementGridSets bottom.- Specified by:
setBottomin interfaceXmlElementGrid- Parameters:
bottom- the bottom
-