| Constructor and Description |
|---|
KmlPolygonStyle(java.lang.String id,
java.lang.String color,
boolean fill,
boolean outline) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isFill() |
boolean |
isOutline() |
void |
setFill(boolean fill)
If true, polygon is filled.
|
void |
setOutline(boolean outline)
If true, uses current lineStyle to outline polygon.
|
void |
write(XmlBuilder writer)
Object writes itself to the passed writer in the correct format for
the object based on it's fields.
|
getColor, getIconStyle, getId, getLineStyle, getPolyStyle, setColor, setIconStyle, setId, setLineStyle, setPolygonStylepublic KmlPolygonStyle(java.lang.String id,
java.lang.String color,
boolean fill,
boolean outline)
id - color - fill - outline - public boolean isFill()
public void setFill(boolean fill)
fill - public boolean isOutline()
public void setOutline(boolean outline)
outline - public void write(XmlBuilder writer) throws java.io.IOException
KmlObject