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
public class Polyline<T> extends Overlay<T>
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getIcons()
List<LatLng>
getPaths()
String
getStrokeColor()
double
getStrokeOpacity()
int
getStrokeWeight()
void
setIcons(String icons)
void
setPaths(List<LatLng> paths)
void
setStrokeColor(String strokeColor)
void
setStrokeOpacity(double strokeOpacity)
void
setStrokeWeight(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)
-
-