Package 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
-
-
Constructor Summary
Constructors Constructor Description Rectangle(LatLngBounds bounds)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LatLngBoundsgetBounds()StringgetFillColor()doublegetFillOpacity()StringgetStrokeColor()doublegetStrokeOpacity()intgetStrokeWeight()voidsetBounds(LatLngBounds bounds)voidsetFillColor(String fillColor)voidsetFillOpacity(double fillOpacity)voidsetStrokeColor(String strokeColor)voidsetStrokeOpacity(double strokeOpacity)voidsetStrokeWeight(int strokeWeight)
-
-
-
Constructor Detail
-
Rectangle
public Rectangle(LatLngBounds bounds)
-
-
Method Detail
-
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)
-
-