Class Grid.RowRange

    • Field Summary

      Fields 
      Modifier and Type Field Description
      int endIndex
      index of last item in range
      int height
      height in pixels of this range (including horizontal separator between rows)
      int rows
      number of rows (i.e.
      int startIndex
      index of first item in range
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private RowRange()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • startIndex

        public int startIndex
        index of first item in range
      • endIndex

        public int endIndex
        index of last item in range
      • rows

        public int rows
        number of rows (i.e. visible items) in this range
      • height

        public int height
        height in pixels of this range (including horizontal separator between rows)
    • Constructor Detail

      • RowRange

        private RowRange()