Class ColorBinding

  • All Implemented Interfaces:
    Binding, SimpleBinding

    public class ColorBinding
    extends AbstractSimpleBinding
    Binding object for the type http://earth.google.com/kml/2.1:color.

             
      <simpleType name="color">
          <annotation>
              <documentation><![CDATA[
    
              aabbggrr
    
              ffffffff: opaque white
              ff000000: opaque black
    
              ]]></documentation>
          </annotation>
          <restriction base="hexBinary">
              <length value="4"/>
          </restriction>
      </simpleType>