Class GridCellSize


  • public class GridCellSize
    extends Object
    Author:
    Lucian Chirita (lucianc@users.sourceforge.net)
    • Constructor Detail

      • GridCellSize

        public GridCellSize​(int width,
                            int height,
                            int colSpan,
                            int rowSpan)
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • getWidth

        public int getWidth()
      • getHeight

        public int getHeight()
      • getColSpan

        public int getColSpan()
      • getRowSpan

        public int getRowSpan()