Interface XmlElementGrid
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
XmlElementGridImpl
The interface Xml element grid.
-
Method Summary
-
Method Details
-
getLeft
int getLeft()Gets left.- Returns:
- the left
-
setLeft
void setLeft(int left) Sets left.- Parameters:
left- the left
-
getTop
int getTop()Gets top.- Returns:
- the top
-
setTop
void setTop(int top) Sets top.- Parameters:
top- the top
-
getRight
int getRight()Gets right.- Returns:
- the right
-
setRight
void setRight(int right) Sets right.- Parameters:
right- the right
-
getBottom
int getBottom()Gets bottom.- Returns:
- the bottom
-
setBottom
void setBottom(int bottom) Sets bottom.- Parameters:
bottom- the bottom
-