Interface XmlElementGrid
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
XmlElementGridImpl
public interface XmlElementGrid extends java.io.SerializableThe interface Xml element grid.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetBottom()Gets bottom.intgetLeft()Gets left.intgetRight()Gets right.intgetTop()Gets top.voidsetBottom(int bottom)Sets bottom.voidsetLeft(int left)Sets left.voidsetRight(int right)Sets right.voidsetTop(int top)Sets top.
-
-
-
Method Detail
-
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
-
-