net.sf.jasperreports.components.map
Class MapPrintElement

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

public final class MapPrintElement
extends java.lang.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 java.lang.Float DEFAULT_LATITUDE
           
static java.lang.Float DEFAULT_LONGITUDE
           
static java.lang.Integer DEFAULT_ZOOM
           
static java.lang.String MAP_ELEMENT_NAME
          The name of map generic elements.
static JRGenericElementType MAP_ELEMENT_TYPE
          The qualified type of Flash generic elements.
static java.lang.String PARAMETER_CACHE_RENDERER
          The cached image renderer.
static java.lang.String PARAMETER_LATITUDE
          The name of the parameter that provides the latitude.
static java.lang.String PARAMETER_LONGITUDE
          The name of the parameter that provides the longitude.
static java.lang.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 java.lang.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 java.lang.String PARAMETER_LATITUDE
The name of the parameter that provides the latitude.

See Also:
Constant Field Values

PARAMETER_LONGITUDE

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

See Also:
Constant Field Values

PARAMETER_ZOOM

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

See Also:
Constant Field Values

PARAMETER_CACHE_RENDERER

public static final java.lang.String PARAMETER_CACHE_RENDERER
The cached image renderer.

See Also:
Constant Field Values

DEFAULT_LATITUDE

public static final java.lang.Float DEFAULT_LATITUDE

DEFAULT_LONGITUDE

public static final java.lang.Float DEFAULT_LONGITUDE

DEFAULT_ZOOM

public static final java.lang.Integer DEFAULT_ZOOM


© 2001-2010 Jaspersoft Corporation www.jaspersoft.com