public class StandardMapComponent extends Object implements MapComponent, Serializable, JRChangeEventsSupport
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_EVALUATION_GROUP |
static String |
PROPERTY_EVALUATION_TIME |
static String |
PROPERTY_IMAGE_TYPE |
static String |
PROPERTY_LANGUAGE_EXPRESSION |
static String |
PROPERTY_LATITUDE_EXPRESSION |
static String |
PROPERTY_LONGITUDE_EXPRESSION |
static String |
PROPERTY_MAP_SCALE |
static String |
PROPERTY_MAP_TYPE |
static String |
PROPERTY_MARKER_DATASET |
static String |
PROPERTY_ZOOM_EXPRESSION |
DEFAULT_ZOOM| Constructor and Description |
|---|
StandardMapComponent() |
StandardMapComponent(MapComponent map,
JRBaseObjectFactory objectFactory) |
public static final String PROPERTY_LATITUDE_EXPRESSION
public static final String PROPERTY_LONGITUDE_EXPRESSION
public static final String PROPERTY_ZOOM_EXPRESSION
public static final String PROPERTY_LANGUAGE_EXPRESSION
public static final String PROPERTY_EVALUATION_TIME
public static final String PROPERTY_EVALUATION_GROUP
public static final String PROPERTY_MAP_TYPE
public static final String PROPERTY_MAP_SCALE
public static final String PROPERTY_IMAGE_TYPE
public static final String PROPERTY_MARKER_DATASET
public StandardMapComponent()
public StandardMapComponent(MapComponent map, JRBaseObjectFactory objectFactory)
public JRExpression getLatitudeExpression()
getLatitudeExpression in interface MapComponentpublic void setLatitudeExpression(JRExpression latitudeExpression)
public JRExpression getLongitudeExpression()
getLongitudeExpression in interface MapComponentpublic void setLongitudeExpression(JRExpression longitudeExpression)
public JRExpression getZoomExpression()
getZoomExpression in interface MapComponentpublic void setZoomExpression(JRExpression zoomExpression)
public JRExpression getLanguageExpression()
getLanguageExpression in interface MapComponentpublic void setLanguageExpression(JRExpression languageExpression)
public EvaluationTimeEnum getEvaluationTime()
getEvaluationTime in interface MapComponentpublic void setEvaluationTime(EvaluationTimeEnum evaluationTimeValue)
public String getEvaluationGroup()
getEvaluationGroup in interface MapComponentpublic void setEvaluationGroup(String evaluationGroup)
public JRPropertyChangeSupport getEventSupport()
JRChangeEventsSupportgetEventSupport in interface JRChangeEventsSupportpublic Object clone()
clone in interface JRCloneableclone in class Objectpublic MapTypeEnum getMapType()
getMapType in interface MapComponentpublic void setMapType(MapTypeEnum mapType)
public MapScaleEnum getMapScale()
getMapScale in interface MapComponentpublic void setMapScale(MapScaleEnum mapScale)
public MapImageTypeEnum getImageType()
getImageType in interface MapComponentpublic void setImageType(MapImageTypeEnum imageType)
public MarkerDataset getMarkerDataset()
getMarkerDataset in interface MapComponentpublic void setMarkerDataset(MarkerDataset markerDataset)
Copyright © 2012. All Rights Reserved.