Class IconType


public class IconType extends LinkType
<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 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.