org.boehn.kmlframework.kml
Class Style
java.lang.Object
org.boehn.kmlframework.kml.KmlObject
org.boehn.kmlframework.kml.StyleSelector
org.boehn.kmlframework.kml.Style
public class Style
- extends StyleSelector
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Style
public Style()
Style
public Style(IconStyle iconStyle,
LabelStyle labelStyle,
LineStyle lineStyle,
PolyStyle polyStyle,
BallonStyle ballonStyle,
ListStyle listStyle)
getIconStyle
public IconStyle getIconStyle()
setIconStyle
public void setIconStyle(IconStyle iconStyle)
getLabelStyle
public LabelStyle getLabelStyle()
setLabelStyle
public void setLabelStyle(LabelStyle labelStyle)
getLineStyle
public LineStyle getLineStyle()
setLineStyle
public void setLineStyle(LineStyle lineStyle)
getPolyStyle
public PolyStyle getPolyStyle()
setPolyStyle
public void setPolyStyle(PolyStyle polyStyle)
getBallonStyle
public BallonStyle getBallonStyle()
setBallonStyle
public void setBallonStyle(BallonStyle ballonStyle)
getListStyle
public ListStyle getListStyle()
setListStyle
public void setListStyle(ListStyle listStyle)
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