Interface XmlElementGrid

  • All Superinterfaces:
    java.io.Serializable
    All Known Implementing Classes:
    XmlElementGridImpl

    public interface XmlElementGrid
    extends java.io.Serializable
    The interface Xml element grid.
    • 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