Class ColorType


  • public class ColorType
    extends Object

    Java class for ColorType complex type.

    The following schema fragment specifies the expected content contained within this class.

    
     <complexType name="ColorType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="r" default="0">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}float">
                 <minInclusive value="0"/>
                 <maxInclusive value="1"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="b" default="0">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}float">
                 <minInclusive value="0"/>
                 <maxInclusive value="1"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="g" default="0">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}float">
                 <minInclusive value="0"/>
                 <maxInclusive value="1"/>
               </restriction>
             </simpleType>
           </attribute>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • ColorType

        public ColorType()
    • Method Detail

      • getR

        public float getR()
        Gets the value of the r property.
        Returns:
        possible object is Float
      • setR

        public void setR​(float value)
        Sets the value of the r property.
        Parameters:
        value - allowed object is Float
      • isSetR

        public boolean isSetR()
      • unsetR

        public void unsetR()
      • getB

        public float getB()
        Gets the value of the b property.
        Returns:
        possible object is Float
      • setB

        public void setB​(float value)
        Sets the value of the b property.
        Parameters:
        value - allowed object is Float
      • isSetB

        public boolean isSetB()
      • unsetB

        public void unsetB()
      • getG

        public float getG()
        Gets the value of the g property.
        Returns:
        possible object is Float
      • setG

        public void setG​(float value)
        Sets the value of the g property.
        Parameters:
        value - allowed object is Float
      • isSetG

        public boolean isSetG()
      • unsetG

        public void unsetG()