org.primefaces.model.map
Class Rectangle
java.lang.Object
org.primefaces.model.map.Overlay
org.primefaces.model.map.Rectangle
- All Implemented Interfaces:
- Serializable
public class Rectangle
- extends Overlay
- See Also:
- Serialized Form
Rectangle
public Rectangle(LatLngBounds bounds)
getBounds
public LatLngBounds getBounds()
setBounds
public void setBounds(LatLngBounds bounds)
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.