Class GridCellPadding

    • Constructor Detail

      • GridCellPadding

        public GridCellPadding​(int top,
                               int right,
                               int bottom,
                               int left)
        Create
        Parameters:
        rows - height (1 means one row)
        cols - width (1 means one column)
    • Method Detail

      • toString

        public String toString()
        Overrides:
        toString in class Object
        Returns:
        string representation
      • getTop

        public int getTop()
        Returns:
        top
      • getRight

        public int getRight()
        Returns:
        right
      • getBottom

        public int getBottom()
        Returns:
        bottom
      • getLeft

        public int getLeft()
        Returns:
        left