Package com.google.earth.kml._2
Class IconStyleType
java.lang.Object
com.google.earth.kml._2.ObjectType
com.google.earth.kml._2.ColorStyleType
com.google.earth.kml._2.IconStyleType
<p>Java class for IconStyleType complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<complexType name="IconStyleType">
<complexContent>
<extension base="{http://earth.google.com/kml/2.1}ColorStyleType">
<sequence>
<element name="scale" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
<element name="heading" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
<element name="Icon" type="{http://earth.google.com/kml/2.1}IconStyleIconType" minOccurs="0"/>
<element name="hotSpot" type="{http://earth.google.com/kml/2.1}vec2Type" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
}</pre>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Floatprotected Vec2Typeprotected IconStyleIconTypeprotected FloatFields inherited from class com.google.earth.kml._2.ColorStyleType
color, colorModeFields inherited from class com.google.earth.kml._2.ObjectType
id, targetId -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the heading property.Gets the value of the hotSpot property.getIcon()Gets the value of the icon property.getScale()Gets the value of the scale property.voidsetHeading(Float value) Sets the value of the heading property.voidsetHotSpot(Vec2Type value) Sets the value of the hotSpot property.voidsetIcon(IconStyleIconType value) Sets the value of the icon property.voidSets the value of the scale property.Methods inherited from class com.google.earth.kml._2.ColorStyleType
getColor, getColorMode, setColor, setColorModeMethods inherited from class com.google.earth.kml._2.ObjectType
getId, getTargetId, setId, setTargetId
-
Field Details
-
scale
-
heading
-
icon
-
hotSpot
-
-
Constructor Details
-
IconStyleType
public IconStyleType()
-
-
Method Details
-
getScale
Gets the value of the scale property.- Returns:
- possible object is
Float
-
setScale
Sets the value of the scale property.- Parameters:
value- allowed object isFloat
-
getHeading
Gets the value of the heading property.- Returns:
- possible object is
Float
-
setHeading
Sets the value of the heading property.- Parameters:
value- allowed object isFloat
-
getIcon
Gets the value of the icon property.- Returns:
- possible object is
IconStyleIconType
-
setIcon
Sets the value of the icon property.- Parameters:
value- allowed object isIconStyleIconType
-
getHotSpot
Gets the value of the hotSpot property.- Returns:
- possible object is
Vec2Type
-
setHotSpot
Sets the value of the hotSpot property.- Parameters:
value- allowed object isVec2Type
-