Package org.primefaces.model.map
Class Polyline<T>
java.lang.Object
org.primefaces.model.map.Overlay<T>
org.primefaces.model.map.Polyline<T>
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetIcons()getPaths()doubleintvoidvoidvoidsetStrokeColor(String strokeColor) voidsetStrokeOpacity(double strokeOpacity) voidsetStrokeWeight(int strokeWeight)
-
Constructor Details
-
Polyline
public Polyline() -
Polyline
-
Polyline
-
-
Method Details
-
getPaths
-
setPaths
-
getStrokeColor
-
setStrokeColor
-
getStrokeOpacity
public double getStrokeOpacity() -
setStrokeOpacity
public void setStrokeOpacity(double strokeOpacity) -
getStrokeWeight
public int getStrokeWeight() -
setStrokeWeight
public void setStrokeWeight(int strokeWeight) -
getIcons
-
setIcons
-