Package 

Object Constants

    • Method Detail

      • getTHUMBNAIL_RATIO

         final Float getTHUMBNAIL_RATIO()

        Between 0 and 1, the thumbnails quality (default 0.3). Increased to 0.5 to provide better fallback during zoom transitions.

      • getPART_SIZE

         final Integer getPART_SIZE()

        The size of the rendered parts (default 256) TINY = 128 LITTLE = 192 REGULAR = 256 BIG = 384 HUGE = 512

      • getPRELOAD_OFFSET

         final Integer getPRELOAD_OFFSET()

        Part never gets transferred to memory on a separate thread (default 0).

      • getPRELOAD_PAGES

         final Integer getPRELOAD_PAGES()

        Number of pages to preload ahead/behind the current visible page. Higher values = smoother scrolling but more memory usage. 0 = only visible pages, 1 = +1 page each direction, etc.