org.primefaces.model.map
Class Circle
java.lang.Object
org.primefaces.model.map.Overlay
org.primefaces.model.map.Circle
- All Implemented Interfaces:
- Serializable
public class Circle
- extends Overlay
- See Also:
- Serialized Form
Circle
public Circle(LatLng center,
double radius)
getCenter
public LatLng getCenter()
setCenter
public void setCenter(LatLng center)
getRadius
public double getRadius()
setRadius
public void setRadius(double radius)
getStrokeColor
public String getStrokeColor()
setStrokeColor
public void setStrokeColor(String strokeColor)
getStrokeOpacity
public double getStrokeOpacity()
setStrokeOpacity
public void setStrokeOpacity(double strokeOpacity)
getStrokeWeight
public int getStrokeWeight()
setStrokeWeight
public void setStrokeWeight(int strokeWeight)
getFillColor
public String getFillColor()
setFillColor
public void setFillColor(String fillColor)
getFillOpacity
public double getFillOpacity()
setFillOpacity
public void setFillOpacity(double fillOpacity)
Copyright © 2013. All Rights Reserved.