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
Polyline
public Polyline()
Polyline
public Polyline(List<LatLng> paths)
Polyline
public Polyline(List<LatLng> paths,
Object data)
getPaths
public List<LatLng> getPaths()
setPaths
public void setPaths(List<LatLng> paths)
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)
Copyright © 2013. All Rights Reserved.