org.primefaces.model.map
Class DefaultMapModel

java.lang.Object
  extended by org.primefaces.model.map.DefaultMapModel
All Implemented Interfaces:
Serializable, MapModel

public class DefaultMapModel
extends Object
implements MapModel, Serializable

See Also:
Serialized Form

Constructor Summary
DefaultMapModel()
           
 
Method Summary
 void addOverlay(Overlay overlay)
           
 Overlay findOverlay(String id)
           
 List<Circle> getCircles()
           
 List<Marker> getMarkers()
           
 List<Polygon> getPolygons()
           
 List<Polyline> getPolylines()
           
 List<Rectangle> getRectangles()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultMapModel

public DefaultMapModel()
Method Detail

getMarkers

public List<Marker> getMarkers()
Specified by:
getMarkers in interface MapModel

getPolylines

public List<Polyline> getPolylines()
Specified by:
getPolylines in interface MapModel

getPolygons

public List<Polygon> getPolygons()
Specified by:
getPolygons in interface MapModel

getCircles

public List<Circle> getCircles()
Specified by:
getCircles in interface MapModel

getRectangles

public List<Rectangle> getRectangles()
Specified by:
getRectangles in interface MapModel

addOverlay

public void addOverlay(Overlay overlay)
Specified by:
addOverlay in interface MapModel

findOverlay

public Overlay findOverlay(String id)
Specified by:
findOverlay in interface MapModel


Copyright © 2013. All rights reserved.