Class LineStyleType


public class LineStyleType extends ColorStyleType
<p>Java class for LineStyleType complex type</p>. <p>The following schema fragment specifies the expected content contained within this class.</p> <pre>{@code <complexType name="LineStyleType"> <complexContent> <extension base="{http://earth.google.com/kml/2.1}ColorStyleType"> <sequence> <element name="width" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> }</pre>
  • Field Details

    • width

      protected Float width
  • Constructor Details

    • LineStyleType

      public LineStyleType()
  • Method Details

    • getWidth

      public Float getWidth()
      Gets the value of the width property.
      Returns:
      possible object is Float
    • setWidth

      public void setWidth(Float value)
      Sets the value of the width property.
      Parameters:
      value - allowed object is Float