Interface RectangleEntry<T>

    • Method Detail

      • lower

        double[] lower()
        Returns:
        The lower left corner of the entry.
      • upper

        double[] upper()
        Returns:
        The upper right corner of the entry.
      • value

        T value()
        Returns:
        The value associated with the rectangle or point.