Class TiffImageData.Tiles

    • Field Detail

      • tileWidth

        private final int tileWidth
      • tileLength

        private final int tileLength
    • Method Detail

      • getTileWidth

        public int getTileWidth()
        Get the width of individual tiles. Note that if the overall image width is not a multiple of the tile width, then the last column of tiles may extend beyond the image width.
        Returns:
        an integer value greater than zero
      • getTileHeight

        public int getTileHeight()
        Get the height of individual tiles. Note that if the overall image height is not a multiple of the tile height, then the last row of tiles may extend beyond the image height.
        Returns:
        an integer value greater than zero