public class KMLListStyle extends KMLAbstractSubStyle
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<KMLItemIcon> |
itemIcons |
MSG_BOX_CHANGED, MSG_GEOMETRY_CHANGED, MSG_LINK_CHANGED, MSG_STYLE_CHANGED, MSG_TIME_CHANGED, MSG_VIEW_CHANGEDCHARACTERS_CONTENT, fields, namespaceURI, parent| Constructor and Description |
|---|
KMLListStyle(java.lang.String namespaceURI)
Construct an instance.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
addItemIcon(KMLItemIcon o) |
void |
applyChange(KMLAbstractObject sourceValues) |
protected void |
doAddEventContent(java.lang.Object o,
XMLEventParserContext ctx,
javax.xml.stream.events.XMLEvent event,
java.lang.Object... args) |
java.lang.String |
getBgColor() |
java.util.List<KMLItemIcon> |
getItemIcons() |
java.lang.String |
getListItemType() |
java.lang.Integer |
getMaxSnippetLines() |
protected void |
mergeItemIcons(KMLListStyle sourceStyle)
Merge a list of incoming item icons with the current list.
|
getId, getRoot, getTargetId, onChange, onMessageallocate, doAddCharacters, doAddEventAttribute, doParseEventAttributes, doParseEventContent, freeResources, getAConstructor, getCharacters, getField, getField, getFields, getNamespaceURI, getParent, hasField, hasField, hasFields, mergeFields, newInstance, overrideFields, parse, parseCharacterContent, removeField, setField, setField, setFields, setNamespaceURI, setParentprotected java.util.List<KMLItemIcon> itemIcons
public KMLListStyle(java.lang.String namespaceURI)
namespaceURI - the qualifying namespace URI. May be null to indicate no namespace qualification.protected void addItemIcon(KMLItemIcon o)
public void applyChange(KMLAbstractObject sourceValues)
applyChange in class KMLAbstractSubStyleprotected void doAddEventContent(java.lang.Object o,
XMLEventParserContext ctx,
javax.xml.stream.events.XMLEvent event,
java.lang.Object... args)
throws javax.xml.stream.XMLStreamException
doAddEventContent in class AbstractXMLEventParserjavax.xml.stream.XMLStreamExceptionpublic java.lang.String getBgColor()
public java.util.List<KMLItemIcon> getItemIcons()
public java.lang.String getListItemType()
public java.lang.Integer getMaxSnippetLines()
protected void mergeItemIcons(KMLListStyle sourceStyle)
sourceStyle - the incoming item icons.