Package org.primefaces.model.map
Class Polyline
- java.lang.Object
-
- org.primefaces.model.map.Overlay
-
- org.primefaces.model.map.Polyline
-
- All Implemented Interfaces:
Serializable
public class Polyline extends Overlay
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetIcons()List<LatLng>getPaths()StringgetStrokeColor()doublegetStrokeOpacity()intgetStrokeWeight()voidsetIcons(String icons)voidsetPaths(List<LatLng> paths)voidsetStrokeColor(String strokeColor)voidsetStrokeOpacity(double strokeOpacity)voidsetStrokeWeight(int strokeWeight)
-
-
-
Method Detail
-
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)
-
getIcons
public String getIcons()
-
setIcons
public void setIcons(String icons)
-
-