Package com.google.earth.kml._2
Class StyleType
java.lang.Object
com.google.earth.kml._2.ObjectType
com.google.earth.kml._2.StyleSelectorType
com.google.earth.kml._2.StyleType
<p>Java class for StyleType complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<complexType name="StyleType">
<complexContent>
<extension base="{http://earth.google.com/kml/2.1}StyleSelectorType">
<sequence>
<element ref="{http://earth.google.com/kml/2.1}IconStyle" minOccurs="0"/>
<element ref="{http://earth.google.com/kml/2.1}LabelStyle" minOccurs="0"/>
<element ref="{http://earth.google.com/kml/2.1}LineStyle" minOccurs="0"/>
<element ref="{http://earth.google.com/kml/2.1}PolyStyle" minOccurs="0"/>
<element ref="{http://earth.google.com/kml/2.1}BalloonStyle" minOccurs="0"/>
<element ref="{http://earth.google.com/kml/2.1}ListStyle" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
}</pre>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BalloonStyleTypeprotected IconStyleTypeprotected LabelStyleTypeprotected LineStyleTypeprotected ListStyleTypeprotected PolyStyleTypeFields inherited from class com.google.earth.kml._2.ObjectType
id, targetId -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the balloonStyle property.Gets the value of the iconStyle property.Gets the value of the labelStyle property.Gets the value of the lineStyle property.Gets the value of the listStyle property.Gets the value of the polyStyle property.voidsetBalloonStyle(BalloonStyleType value) Sets the value of the balloonStyle property.voidsetIconStyle(IconStyleType value) Sets the value of the iconStyle property.voidsetLabelStyle(LabelStyleType value) Sets the value of the labelStyle property.voidsetLineStyle(LineStyleType value) Sets the value of the lineStyle property.voidsetListStyle(ListStyleType value) Sets the value of the listStyle property.voidsetPolyStyle(PolyStyleType value) Sets the value of the polyStyle property.Methods inherited from class com.google.earth.kml._2.ObjectType
getId, getTargetId, setId, setTargetId
-
Field Details
-
iconStyle
-
labelStyle
-
lineStyle
-
polyStyle
-
balloonStyle
-
listStyle
-
-
Constructor Details
-
StyleType
public StyleType()
-
-
Method Details
-
getIconStyle
Gets the value of the iconStyle property.- Returns:
- possible object is
IconStyleType
-
setIconStyle
Sets the value of the iconStyle property.- Parameters:
value- allowed object isIconStyleType
-
getLabelStyle
Gets the value of the labelStyle property.- Returns:
- possible object is
LabelStyleType
-
setLabelStyle
Sets the value of the labelStyle property.- Parameters:
value- allowed object isLabelStyleType
-
getLineStyle
Gets the value of the lineStyle property.- Returns:
- possible object is
LineStyleType
-
setLineStyle
Sets the value of the lineStyle property.- Parameters:
value- allowed object isLineStyleType
-
getPolyStyle
Gets the value of the polyStyle property.- Returns:
- possible object is
PolyStyleType
-
setPolyStyle
Sets the value of the polyStyle property.- Parameters:
value- allowed object isPolyStyleType
-
getBalloonStyle
Gets the value of the balloonStyle property.- Returns:
- possible object is
BalloonStyleType
-
setBalloonStyle
Sets the value of the balloonStyle property.- Parameters:
value- allowed object isBalloonStyleType
-
getListStyle
Gets the value of the listStyle property.- Returns:
- possible object is
ListStyleType
-
setListStyle
Sets the value of the listStyle property.- Parameters:
value- allowed object isListStyleType
-