net.sf.jasperreports.components.map
Class StandardMapComponent
java.lang.Object
net.sf.jasperreports.components.map.StandardMapComponent
- All Implemented Interfaces:
- Serializable, Cloneable, MapComponent, Component, JRChangeEventsSupport, JRCloneable
public class StandardMapComponent
- extends Object
- implements MapComponent, Serializable, JRChangeEventsSupport
- Version:
- $Id: StandardMapComponent.java 4595 2011-09-08 15:55:10Z teodord $
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
- See Also:
- Serialized Form
PROPERTY_LATITUDE_EXPRESSION
public static final String PROPERTY_LATITUDE_EXPRESSION
- See Also:
- Constant Field Values
PROPERTY_LONGITUDE_EXPRESSION
public static final String PROPERTY_LONGITUDE_EXPRESSION
- See Also:
- Constant Field Values
PROPERTY_ZOOM_EXPRESSION
public static final String PROPERTY_ZOOM_EXPRESSION
- See Also:
- Constant Field Values
PROPERTY_EVALUATION_TIME
public static final String PROPERTY_EVALUATION_TIME
- See Also:
- Constant Field Values
PROPERTY_EVALUATION_GROUP
public static final String PROPERTY_EVALUATION_GROUP
- See Also:
- Constant Field Values
StandardMapComponent
public StandardMapComponent()
StandardMapComponent
public StandardMapComponent(MapComponent map,
JRBaseObjectFactory objectFactory)
getLatitudeExpression
public JRExpression getLatitudeExpression()
- Specified by:
getLatitudeExpression in interface MapComponent
setLatitudeExpression
public void setLatitudeExpression(JRExpression latitudeExpression)
getLongitudeExpression
public JRExpression getLongitudeExpression()
- Specified by:
getLongitudeExpression in interface MapComponent
setLongitudeExpression
public void setLongitudeExpression(JRExpression longitudeExpression)
getZoomExpression
public JRExpression getZoomExpression()
- Specified by:
getZoomExpression in interface MapComponent
setZoomExpression
public void setZoomExpression(JRExpression zoomExpression)
getEvaluationTime
public EvaluationTimeEnum getEvaluationTime()
- Specified by:
getEvaluationTime in interface MapComponent
setEvaluationTime
public void setEvaluationTime(EvaluationTimeEnum evaluationTimeValue)
getEvaluationGroup
public String getEvaluationGroup()
- Specified by:
getEvaluationGroup in interface MapComponent
setEvaluationGroup
public void setEvaluationGroup(String evaluationGroup)
getEventSupport
public JRPropertyChangeSupport getEventSupport()
- Description copied from interface:
JRChangeEventsSupport
- Returns the property change support object for this instance.
- Specified by:
getEventSupport in interface JRChangeEventsSupport
- Returns:
- the property change support object for this instance
clone
public Object clone()
- Specified by:
clone in interface JRCloneable- Overrides:
clone in class Object
Copyright © 2012. All Rights Reserved.