Package com.google.earth.kml._2
Class PolyStyleType
java.lang.Object
com.google.earth.kml._2.ObjectType
com.google.earth.kml._2.ColorStyleType
com.google.earth.kml._2.PolyStyleType
<p>Java class for PolyStyleType complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<complexType name="PolyStyleType">
<complexContent>
<extension base="{http://earth.google.com/kml/2.1}ColorStyleType">
<sequence>
<element name="fill" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="outline" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
}</pre>
-
Field Summary
FieldsFields 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
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
-
fill
-
outline
-
-
Constructor Details
-
PolyStyleType
public PolyStyleType()
-
-
Method Details
-
isFill
Gets the value of the fill property.- Returns:
- possible object is
Boolean
-
setFill
Sets the value of the fill property.- Parameters:
value- allowed object isBoolean
-
isOutline
Gets the value of the outline property.- Returns:
- possible object is
Boolean
-
setOutline
Sets the value of the outline property.- Parameters:
value- allowed object isBoolean
-