public final class Parameters
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static boolean |
FRAME_BUFFER_HA2
If true the
FrameBufferHA2 will be used instead of default FrameBufferHA . |
static int |
MAXIMUM_BUFFER_SIZE
Maximum buffer size for map files.
|
static int |
NUMBER_OF_THREADS
The default number of threads is one greater than the number of processors, as one thread is
likely to be blocked on I/O reading map data.
|
static boolean |
SQUARE_FRAME_BUFFER
If square frame buffer is enabled, the frame buffer allocated for drawing will be
large enough for drawing in either orientation, so no change is needed when the device
orientation changes.
|
public static boolean FRAME_BUFFER_HA2
FrameBufferHA2
will be used instead of default FrameBufferHA
.public static int MAXIMUM_BUFFER_SIZE
public static int NUMBER_OF_THREADS
public static boolean SQUARE_FRAME_BUFFER