org.boehn.kmlframework.kml
Class ListStyle
java.lang.Object
org.boehn.kmlframework.kml.KmlObject
org.boehn.kmlframework.kml.ListStyle
public class ListStyle
- extends KmlObject
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListStyle
public ListStyle()
ListStyle
public ListStyle(ListItemTypeEnum listItemType,
java.lang.String bgColor,
java.lang.String itemIconState,
java.lang.String href)
getListItemType
public ListItemTypeEnum getListItemType()
setListItemType
public void setListItemType(ListItemTypeEnum listItemType)
getBgColor
public java.lang.String getBgColor()
setBgColor
public void setBgColor(java.lang.String bgColor)
getItemIconState
public java.lang.String getItemIconState()
setItemIconState
public void setItemIconState(java.lang.String itemIconState)
getHref
public java.lang.String getHref()
setHref
public void setHref(java.lang.String href)
write
public void write(Kml kml)
throws KmlException
- Specified by:
write
in class KmlObject
- Throws:
KmlException
writeDelete
public void writeDelete(Kml kml)
throws KmlException
- Specified by:
writeDelete
in class KmlObject
- Throws:
KmlException