public class GoogleMapPolygon extends GoogleMapPolyline
Copyright 2009 Partner Software, Inc.
| Constructor and Description |
|---|
GoogleMapPolygon()
Empty constructor.
|
GoogleMapPolygon(java.lang.String lineColor,
XyPolyline line,
int lineWidth,
double lineOpacity,
java.lang.String fillColor,
double fillOpacity)
Creates a new GoogleMapPolygon.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFillColor() |
double |
getFillOpacity() |
void |
setFillColor(java.lang.String fillColor) |
void |
setFillOpacity(double fillOpacity)
Fill Opacity for polygon, should be between 0 and 1.
|
getLine, getLineColor, getLineOpacity, getLineWidth, setLine, setLineColor, setLineOpacity, setLineWidthpublic GoogleMapPolygon()
public GoogleMapPolygon(java.lang.String lineColor,
XyPolyline line,
int lineWidth,
double lineOpacity,
java.lang.String fillColor,
double fillOpacity)
lineColor - - Hexadecimal color of outlineline - - XyPolyline of longitude latitude points describing outlinelineWidth - - width of outlinelineOpacity - - Opacity of outlinefillColor - - Hexadecimal color to fill polygon withfillOpacity - - Opacity of fill, see setFillOpacity() for detailspublic java.lang.String getFillColor()
public void setFillColor(java.lang.String fillColor)
fillColor - the fillColor to setpublic double getFillOpacity()
public void setFillOpacity(double fillOpacity)
fillOpacity - the fillOpacity to set