| Constructor and Description |
|---|
KmlLineStyle() |
KmlLineStyle(java.lang.String id,
java.lang.String color,
double lineWidth) |
| Modifier and Type | Method and Description |
|---|---|
double |
getLineWidth() |
void |
setLineWidth(double lineWidth)
Width of line in pixels.
|
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 KmlLineStyle(java.lang.String id,
java.lang.String color,
double lineWidth)
id - color - lineWidth - public KmlLineStyle()
public void write(XmlBuilder writer) throws java.io.IOException
KmlObjectpublic double getLineWidth()
public void setLineWidth(double lineWidth)
lineWidth -