Interface Marker
-
- All Superinterfaces:
Cloneable,JRCloneable
- All Known Implementing Classes:
StandardMarker
public interface Marker extends JRCloneable
Deprecated.Replaced byItem.- Author:
- Sanda Zaharia (shertage@users.sourceforge.net)
-
-
Field Summary
Fields Modifier and Type Field Description static StringPROPERTY_latitudeDeprecated.Replaced byMapComponent.ITEM_PROPERTY_latitude.static StringPROPERTY_longitudeDeprecated.Replaced byMapComponent.ITEM_PROPERTY_longitude.static StringPROPERTY_titleDeprecated.Replaced byMapComponent.ITEM_PROPERTY_MARKER_title.
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description List<MarkerProperty>getProperties()Deprecated.-
Methods inherited from interface net.sf.jasperreports.engine.JRCloneable
clone
-
-
-
-
Field Detail
-
PROPERTY_latitude
static final String PROPERTY_latitude
Deprecated.Replaced byMapComponent.ITEM_PROPERTY_latitude.- See Also:
- Constant Field Values
-
PROPERTY_longitude
static final String PROPERTY_longitude
Deprecated.Replaced byMapComponent.ITEM_PROPERTY_longitude.- See Also:
- Constant Field Values
-
PROPERTY_title
static final String PROPERTY_title
Deprecated.Replaced byMapComponent.ITEM_PROPERTY_MARKER_title.- See Also:
- Constant Field Values
-
-
Method Detail
-
getProperties
List<MarkerProperty> getProperties()
Deprecated.
-
-