org.primefaces.model.map
Class Polygon

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

public class Polygon
extends Overlay

See Also:
Serialized Form

Constructor Summary
Polygon()
           
Polygon(List<LatLng> paths)
           
Polygon(List<LatLng> paths, Object data)
           
 
Method Summary
 String getFillColor()
           
 double getFillOpacity()
           
 List<LatLng> getPaths()
           
 String getStrokeColor()
           
 double getStrokeOpacity()
           
 int getStrokeWeight()
           
 void setFillColor(String fillColor)
           
 void setFillOpacity(double fillOpacity)
           
 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

Polygon

public Polygon()

Polygon

public Polygon(List<LatLng> paths)

Polygon

public Polygon(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)

getFillColor

public String getFillColor()

setFillColor

public void setFillColor(String fillColor)

getFillOpacity

public double getFillOpacity()

setFillOpacity

public void setFillOpacity(double fillOpacity)


Copyright © 2012. All Rights Reserved.