org.primefaces.model.map
Class Polyline

java.lang.Object
  extended by org.primefaces.model.map.Overlay
      extended by org.primefaces.model.map.Polyline
All Implemented Interfaces:
Serializable

public class Polyline
extends Overlay

See Also:
Serialized Form

Constructor Summary
Polyline()
           
Polyline(List<LatLng> paths)
           
Polyline(List<LatLng> paths, Object data)
           
 
Method Summary
 List<LatLng> getPaths()
           
 String getStrokeColor()
           
 double getStrokeOpacity()
           
 int getStrokeWeight()
           
 void setPaths(List<LatLng> paths)
           
 void setStrokeColor(String strokeColor)
           
 void setStrokeOpacity(double strokeOpacity)
           
 void setStrokeWeight(int strokeWeight)
           
 
Methods inherited from class org.primefaces.model.map.Overlay
equals, getData, getId, getZindex, hashCode, setData, setId, setZindex
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Polyline

public Polyline()

Polyline

public Polyline(List<LatLng> paths)

Polyline

public Polyline(List<LatLng> paths,
                Object data)
Method Detail

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.