org.primefaces.model.map
Class Rectangle

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

public class Rectangle
extends Overlay

See Also:
Serialized Form

Constructor Summary
Rectangle(LatLngBounds bounds)
           
 
Method Summary
 LatLngBounds getBounds()
           
 String getFillColor()
           
 double getFillOpacity()
           
 String getStrokeColor()
           
 double getStrokeOpacity()
           
 int getStrokeWeight()
           
 void setBounds(LatLngBounds bounds)
           
 void setFillColor(String fillColor)
           
 void setFillOpacity(double fillOpacity)
           
 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

Rectangle

public Rectangle(LatLngBounds bounds)
Method Detail

getBounds

public LatLngBounds getBounds()

setBounds

public void setBounds(LatLngBounds bounds)

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 © 2013. All rights reserved.