Package com.google.earth.kml._2
Class IconType
java.lang.Object
com.google.earth.kml._2.ObjectType
com.google.earth.kml._2.LinkType
com.google.earth.kml._2.IconType
<p>Java class for IconType complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<complexType name="IconType">
<complexContent>
<extension base="{http://earth.google.com/kml/2.1}LinkType">
<sequence>
<element name="x" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="y" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="w" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="h" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</extension>
</complexContent>
</complexType>
}</pre>
-
Field Summary
FieldsFields inherited from class com.google.earth.kml._2.LinkType
href, httpQuery, refreshInterval, refreshMode, viewBoundScale, viewFormat, viewRefreshMode, viewRefreshTimeFields inherited from class com.google.earth.kml._2.ObjectType
id, targetId -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetH()Gets the value of the h property.intgetW()Gets the value of the w property.intgetX()Gets the value of the x property.intgetY()Gets the value of the y property.voidsetH(int value) Sets the value of the h property.voidsetW(int value) Sets the value of the w property.voidsetX(int value) Sets the value of the x property.voidsetY(int value) Sets the value of the y property.Methods inherited from class com.google.earth.kml._2.LinkType
getHref, getHttpQuery, getRefreshInterval, getRefreshMode, getViewBoundScale, getViewFormat, getViewRefreshMode, getViewRefreshTime, setHref, setHttpQuery, setRefreshInterval, setRefreshMode, setViewBoundScale, setViewFormat, setViewRefreshMode, setViewRefreshTimeMethods inherited from class com.google.earth.kml._2.ObjectType
getId, getTargetId, setId, setTargetId
-
Field Details
-
x
protected int x -
y
protected int y -
w
protected int w -
h
protected int h
-
-
Constructor Details
-
IconType
public IconType()
-
-
Method Details
-
getX
public int getX()Gets the value of the x property. -
setX
public void setX(int value) Sets the value of the x property. -
getY
public int getY()Gets the value of the y property. -
setY
public void setY(int value) Sets the value of the y property. -
getW
public int getW()Gets the value of the w property. -
setW
public void setW(int value) Sets the value of the w property. -
getH
public int getH()Gets the value of the h property. -
setH
public void setH(int value) Sets the value of the h property.
-