public interface Constants
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Constants.Style
Style related constants.
|
| Modifier and Type | Field and Description |
|---|---|
static java.nio.charset.Charset |
DEFAULT_CHARSET
The default charset.
|
static java.lang.String |
DEFAULT_ENCODING
The default encoding to use throughout the system.
|
static double |
INCH_TO_MM
Used to convert inches in mm.
|
static java.lang.String |
JSON_LAYOUT_KEY
The layout tag in the json spec file.
|
static double |
OGC_DPI
The OGC standard dpi.
|
static double |
OGC_PIXEL_SIZE
The OGC standard pixel size in mm.
|
static double |
OPACITY_PRECISION
The amount of precision to use when comparing opacity levels.
|
static java.lang.String |
OUTPUT_FILENAME_KEY
The output filename in the json spec file.
|
static double |
PDF_DPI
The DPI of a PDF according to the spec.
|
static final java.lang.String JSON_LAYOUT_KEY
static final java.lang.String OUTPUT_FILENAME_KEY
static final java.lang.String DEFAULT_ENCODING
static final java.nio.charset.Charset DEFAULT_CHARSET
DEFAULT_ENCODING.static final double PDF_DPI
static final double INCH_TO_MM
static final double OGC_PIXEL_SIZE
static final double OGC_DPI
static final double OPACITY_PRECISION