Package com.google.earth.kml._2
Class BalloonStyleType
java.lang.Object
com.google.earth.kml._2.ObjectType
com.google.earth.kml._2.BalloonStyleType
<p>Java class for BalloonStyleType complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<complexType name="BalloonStyleType">
<complexContent>
<extension base="{http://earth.google.com/kml/2.1}ObjectType">
<sequence>
<choice>
<element name="color" type="{http://earth.google.com/kml/2.1}color" minOccurs="0"/>
<element name="bgColor" type="{http://earth.google.com/kml/2.1}color" minOccurs="0"/>
</choice>
<element name="textColor" type="{http://earth.google.com/kml/2.1}color" minOccurs="0"/>
<element name="text" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
}</pre>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected byte[]protected byte[]protected Stringprotected byte[]Fields inherited from class com.google.earth.kml._2.ObjectType
id, targetId -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]Gets the value of the bgColor property.byte[]getColor()Gets the value of the color property.getText()Gets the value of the text property.byte[]Gets the value of the textColor property.voidsetBgColor(byte[] value) Sets the value of the bgColor property.voidsetColor(byte[] value) Sets the value of the color property.voidSets the value of the text property.voidsetTextColor(byte[] value) Sets the value of the textColor property.Methods inherited from class com.google.earth.kml._2.ObjectType
getId, getTargetId, setId, setTargetId
-
Field Details
-
color
protected byte[] color -
bgColor
protected byte[] bgColor -
textColor
protected byte[] textColor -
text
-
-
Constructor Details
-
BalloonStyleType
public BalloonStyleType()
-
-
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
-
getBgColor
public byte[] getBgColor()Gets the value of the bgColor property.- Returns:
- possible object is
String
-
setBgColor
public void setBgColor(byte[] value) Sets the value of the bgColor property.- Parameters:
value- allowed object isString
-
getTextColor
public byte[] getTextColor()Gets the value of the textColor property.- Returns:
- possible object is
String
-
setTextColor
public void setTextColor(byte[] value) Sets the value of the textColor property.- Parameters:
value- allowed object isString
-
getText
Gets the value of the text property.- Returns:
- possible object is
String
-
setText
Sets the value of the text property.- Parameters:
value- allowed object isString
-