public final class MapPrintElement extends Object
Modifier and Type | Field and Description |
---|---|
static Float |
DEFAULT_LATITUDE |
static Float |
DEFAULT_LONGITUDE |
static MapTypeEnum |
DEFAULT_MAP_TYPE |
static OnErrorTypeEnum |
DEFAULT_ON_ERROR_TYPE |
static Integer |
DEFAULT_ZOOM |
static String |
MAP_ELEMENT_NAME
The name of map generic elements.
|
static JRGenericElementType |
MAP_ELEMENT_TYPE
The qualified type of Flash generic elements.
|
static String |
PARAMETER_CACHE_RENDERER
The cached image renderer.
|
static String |
PARAMETER_IMAGE_TYPE
The name of the parameter that provides the map image format.
|
static String |
PARAMETER_LANGUAGE
The name of the parameter that provides the map language.
|
static String |
PARAMETER_LATITUDE
The name of the parameter that provides the latitude.
|
static String |
PARAMETER_LONGITUDE
The name of the parameter that provides the longitude.
|
static String |
PARAMETER_MAP_SCALE
The name of the parameter that provides the map scale.
|
static String |
PARAMETER_MAP_TYPE
The name of the parameter that provides the map type.
|
static String |
PARAMETER_MARKER_COLOR
The name of the parameter that provides the color for default markers.
|
static String |
PARAMETER_MARKER_ICON
The name of the parameter that provides the marker icon url.
|
static String |
PARAMETER_MARKER_ICON_URL
The name of the parameter that provides the marker icon url.
|
static String |
PARAMETER_MARKER_LABEL
The name of the parameter that provides the label for default markers.
|
static String |
PARAMETER_MARKER_SIZE
The name of the parameter that provides the marker size.
|
static String |
PARAMETER_MARKERS
The name of the parameter that provides the list of marker objects for the map.
|
static String |
PARAMETER_ON_ERROR_TYPE
The name of the parameter that provides the onErrorType attribute.
|
static String |
PARAMETER_PATH_FILL_COLOR
The name of the parameter that provides the fill color for polygons.
|
static String |
PARAMETER_PATH_FILL_OPACITY
The name of the parameter that provides the fill opacity as a numerical fractional value between 0.0 and 1.0.
|
static String |
PARAMETER_PATH_IS_POLYGON
The name of the flag parameter that specifies whether the path is a polygon or a polyline.
|
static String |
PARAMETER_PATH_LOCATIONS
The name of the parameter that provides the path locations.
|
static String |
PARAMETER_PATH_STROKE_COLOR
The name of the parameter that provides the stroke color.
|
static String |
PARAMETER_PATH_STROKE_OPACITY
The name of the parameter that provides the stroke opacity as a numerical fractional value between 0.0 and 1.0.
|
static String |
PARAMETER_PATH_STROKE_WEIGHT
The name of the parameter that provides the stroke thickness, in pixels.
|
static String |
PARAMETER_PATHS
The name of the flag parameter that specifies paths on the map
|
static String |
PARAMETER_REQ_PARAMS
The name of the parameter that provides the Google API map request parameters.
|
static String |
PARAMETER_ZOOM
The name of the parameter that provides the zoom.
|
public static final String MAP_ELEMENT_NAME
public static final JRGenericElementType MAP_ELEMENT_TYPE
public static final String PARAMETER_LATITUDE
public static final String PARAMETER_LONGITUDE
public static final String PARAMETER_ZOOM
public static final String PARAMETER_MAP_TYPE
public static final String PARAMETER_ON_ERROR_TYPE
public static final String PARAMETER_MAP_SCALE
public static final String PARAMETER_IMAGE_TYPE
public static final String PARAMETER_MARKERS
public static final String PARAMETER_LANGUAGE
public static final String PARAMETER_CACHE_RENDERER
public static final String PARAMETER_MARKER_ICON
public static final String PARAMETER_MARKER_ICON_URL
public static final String PARAMETER_MARKER_SIZE
public static final String PARAMETER_MARKER_COLOR
public static final String PARAMETER_MARKER_LABEL
public static final String PARAMETER_REQ_PARAMS
public static final String PARAMETER_PATHS
public static final String PARAMETER_PATH_IS_POLYGON
false
public static final String PARAMETER_PATH_STROKE_WEIGHT
public static final String PARAMETER_PATH_STROKE_COLOR
public static final String PARAMETER_PATH_STROKE_OPACITY
public static final String PARAMETER_PATH_FILL_COLOR
public static final String PARAMETER_PATH_FILL_OPACITY
public static final String PARAMETER_PATH_LOCATIONS
public static final Float DEFAULT_LATITUDE
public static final Float DEFAULT_LONGITUDE
public static final Integer DEFAULT_ZOOM
public static final MapTypeEnum DEFAULT_MAP_TYPE
public static final OnErrorTypeEnum DEFAULT_ON_ERROR_TYPE
Copyright © 2015. All rights reserved.