org.primefaces.model.map
Class Circle

java.lang.Object
  extended by org.primefaces.model.map.Overlay
      extended by org.primefaces.model.map.Circle
All Implemented Interfaces:
Serializable

public class Circle
extends Overlay

See Also:
Serialized Form

Constructor Summary
Circle(LatLng center, double radius)
           
 
Method Summary
 LatLng getCenter()
           
 String getFillColor()
           
 double getFillOpacity()
           
 double getRadius()
           
 String getStrokeColor()
           
 double getStrokeOpacity()
           
 int getStrokeWeight()
           
 void setCenter(LatLng center)
           
 void setFillColor(String fillColor)
           
 void setFillOpacity(double fillOpacity)
           
 void setRadius(double radius)
           
 void setStrokeColor(String strokeColor)
           
 void setStrokeOpacity(double strokeOpacity)
           
 void setStrokeWeight(int strokeWeight)
           
 
Methods inherited from class org.primefaces.model.map.Overlay
equals, getData, getId, getZindex, hashCode, setData, setId, setZindex
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Circle

public Circle(LatLng center,
              double radius)
Method Detail

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.