Package com.google.earth.kml._2
Class ColorStyleType
java.lang.Object
com.google.earth.kml._2.ObjectType
com.google.earth.kml._2.ColorStyleType
- Direct Known Subclasses:
IconStyleType,LabelStyleType,LineStyleType,PolyStyleType
<p>Java class for ColorStyleType complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<complexType name="ColorStyleType">
<complexContent>
<extension base="{http://earth.google.com/kml/2.1}ObjectType">
<sequence>
<element name="color" type="{http://earth.google.com/kml/2.1}color" minOccurs="0"/>
<element name="colorMode" type="{http://earth.google.com/kml/2.1}colorModeEnum" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
}</pre>
-
Field Summary
FieldsFields inherited from class com.google.earth.kml._2.ObjectType
id, targetId -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]getColor()Gets the value of the color property.Gets the value of the colorMode property.voidsetColor(byte[] value) Sets the value of the color property.voidsetColorMode(ColorModeEnum value) Sets the value of the colorMode property.Methods inherited from class com.google.earth.kml._2.ObjectType
getId, getTargetId, setId, setTargetId
-
Field Details
-
color
protected byte[] color -
colorMode
-
-
Constructor Details
-
ColorStyleType
public ColorStyleType()
-
-
Method Details
-
getColor
public byte[] getColor()Gets the value of the color property.- Returns:
- possible object is
String
-
setColor
public void setColor(byte[] value) Sets the value of the color property.- Parameters:
value- allowed object isString
-
getColorMode
Gets the value of the colorMode property.- Returns:
- possible object is
ColorModeEnum
-
setColorMode
Sets the value of the colorMode property.- Parameters:
value- allowed object isColorModeEnum
-