Class PolyStyleType


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

  • Constructor Details

    • PolyStyleType

      public PolyStyleType()
  • Method Details

    • isFill

      public Boolean isFill()
      Gets the value of the fill property.
      Returns:
      possible object is Boolean
    • setFill

      public void setFill(Boolean value)
      Sets the value of the fill property.
      Parameters:
      value - allowed object is Boolean
    • isOutline

      public Boolean isOutline()
      Gets the value of the outline property.
      Returns:
      possible object is Boolean
    • setOutline

      public void setOutline(Boolean value)
      Sets the value of the outline property.
      Parameters:
      value - allowed object is Boolean