public interface Constants
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Constants.Cache |
static interface |
Constants.Pinch |
| Modifier and Type | Field and Description |
|---|---|
static boolean |
DEBUG_MODE |
static int |
GRID_SIZE
The size of the grid of loaded images around the current point
|
static int |
LOADED_SIZE
Number of pages loaded (default 3)
|
static int |
MASK_ALPHA
Transparency of masks around the main page (between 0 and 255, default 50)
|
static float |
MINIMAP_MAX_SIZE
Size of the minimum, in percent of the component size
|
static float |
PART_SIZE
The size of the rendered parts (default 256)
Tinier : a little bit slower to have the whole page rendered but more reactive.
|
static float |
THUMBNAIL_RATIO
Between 0 and 1, the thumbnails quality (default 0.2)
|
static final boolean DEBUG_MODE
static final float MINIMAP_MAX_SIZE
static final int LOADED_SIZE
static final float THUMBNAIL_RATIO
static final float PART_SIZE
static final int MASK_ALPHA
static final int GRID_SIZE