net.sf.jasperreports.components.map
Class MapPrintElement

java.lang.Object
  extended by net.sf.jasperreports.components.map.MapPrintElement

public final class MapPrintElement
extends Object

Utility class that creates generic print elements of map type.

Version:
$Id: MapPrintElement.java 4595 2011-09-08 15:55:10Z teodord $
Author:
Teodor Danciu (teodord@users.sourceforge.net)

Field Summary
static Float DEFAULT_LATITUDE
           
static Float DEFAULT_LONGITUDE
           
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_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_ZOOM
          The name of the parameter that provides the zoom.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAP_ELEMENT_NAME

public static final String MAP_ELEMENT_NAME
The name of map generic elements.

See Also:
Constant Field Values

MAP_ELEMENT_TYPE

public static final JRGenericElementType MAP_ELEMENT_TYPE
The qualified type of Flash generic elements.


PARAMETER_LATITUDE

public static final String PARAMETER_LATITUDE
The name of the parameter that provides the latitude.

See Also:
Constant Field Values

PARAMETER_LONGITUDE

public static final String PARAMETER_LONGITUDE
The name of the parameter that provides the longitude.

See Also:
Constant Field Values

PARAMETER_ZOOM

public static final String PARAMETER_ZOOM
The name of the parameter that provides the zoom.

See Also:
Constant Field Values

PARAMETER_CACHE_RENDERER

public static final String PARAMETER_CACHE_RENDERER
The cached image renderer.

See Also:
Constant Field Values

DEFAULT_LATITUDE

public static final Float DEFAULT_LATITUDE

DEFAULT_LONGITUDE

public static final Float DEFAULT_LONGITUDE

DEFAULT_ZOOM

public static final Integer DEFAULT_ZOOM


Copyright © 2012. All Rights Reserved.