Uses of Class
org.boehn.kmlframework.kml.ListItemTypeEnum

Packages that use ListItemTypeEnum
org.boehn.kmlframework.kml   
 

Uses of ListItemTypeEnum in org.boehn.kmlframework.kml
 

Methods in org.boehn.kmlframework.kml that return ListItemTypeEnum
 ListItemTypeEnum ListStyle.getListItemType()
           
static ListItemTypeEnum ListItemTypeEnum.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ListItemTypeEnum[] ListItemTypeEnum.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.boehn.kmlframework.kml with parameters of type ListItemTypeEnum
 void ListStyle.setListItemType(ListItemTypeEnum listItemType)
           
 

Constructors in org.boehn.kmlframework.kml with parameters of type ListItemTypeEnum
ListStyle(ListItemTypeEnum listItemType, java.lang.String bgColor, java.lang.String itemIconState, java.lang.String href)