|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.formats.google.GoogleMapPolyline
com.partnersoft.formats.google.GoogleMapPolygon
public class GoogleMapPolygon
Data for a Google map polygon.
Copyright 2009 Partner Software, Inc.
| Constructor Summary | |
|---|---|
GoogleMapPolygon()
Empty constructor. |
|
GoogleMapPolygon(java.lang.String lineColor,
XyPolyline line,
int lineWidth,
double lineOpacity,
java.lang.String fillColor,
double fillOpacity)
Creates a new GoogleMapPolygon. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class com.partnersoft.formats.google.GoogleMapPolyline |
|---|
getLine, getLineColor, getLineOpacity, getLineWidth, setLine, setLineColor, setLineOpacity, setLineWidth |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GoogleMapPolygon()
public GoogleMapPolygon(java.lang.String lineColor,
XyPolyline line,
int lineWidth,
double lineOpacity,
java.lang.String fillColor,
double fillOpacity)
lineColor - line - lineWidth - lineOpacity - | Method Detail |
|---|
public 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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||