public class StandardMarker extends Object implements Marker, JRChangeEventsSupport, Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_MARKER_PROPERTIES |
PROPERTY_latitude, PROPERTY_longitude, PROPERTY_title| Constructor and Description |
|---|
StandardMarker() |
StandardMarker(List<MarkerProperty> properties) |
| Modifier and Type | Method and Description |
|---|---|
void |
addMarkerProperty(MarkerProperty property) |
Object |
clone() |
JRPropertyChangeSupport |
getEventSupport()
Returns the property change support object for this instance.
|
List<MarkerProperty> |
getProperties() |
void |
removeMarkerProperty(MarkerProperty property) |
public static final String PROPERTY_MARKER_PROPERTIES
public StandardMarker()
public StandardMarker(List<MarkerProperty> properties)
public JRPropertyChangeSupport getEventSupport()
JRChangeEventsSupportgetEventSupport in interface JRChangeEventsSupportpublic Object clone()
clone in interface JRCloneableclone in class Objectpublic List<MarkerProperty> getProperties()
getProperties in interface Markerpublic void addMarkerProperty(MarkerProperty property)
public void removeMarkerProperty(MarkerProperty property)
Copyright © 2012. All Rights Reserved.