com.jidesoft.marker
Class AbstractMarkerSupport
java.lang.Object
com.jidesoft.marker.AbstractMarkerSupport
- All Implemented Interfaces:
- MarkerSupport
- Direct Known Subclasses:
- AbstractRowMarkerSupport
public abstract class AbstractMarkerSupport
- extends Object
- implements MarkerSupport
AbstractMarkerSupport
implements getMarkerModel
to provide a MarkerModel
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractMarkerSupport
public AbstractMarkerSupport()
createMarkerModel
protected MarkerModel createMarkerModel()
- Creates the MarkerModel.
- Returns:
- a new MarkerModel.
getMarkerModel
public MarkerModel getMarkerModel()
- Description copied from interface:
MarkerSupport
- Gets the marker model. The marker model stores a list of markers.
- Specified by:
getMarkerModel
in interface MarkerSupport
- Returns:
- the marker model