Interface XmlElementGrid

All Superinterfaces:
Serializable
All Known Implementing Classes:
XmlElementGridImpl

public interface XmlElementGrid extends Serializable
The interface Xml element grid.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Gets bottom.
    int
    Gets left.
    int
    Gets right.
    int
    Gets top.
    void
    setBottom(int bottom)
    Sets bottom.
    void
    setLeft(int left)
    Sets left.
    void
    setRight(int right)
    Sets right.
    void
    setTop(int top)
    Sets top.
  • 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