Class KnockoutBackgroundOptions


  • public class KnockoutBackgroundOptions
    extends Object

    Java class for KnockoutBackgroundOptions complex type.

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

     <complexType name="KnockoutBackgroundOptions">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="corner" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="tolerance" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
             <element name="fillMethod" type="{http://www.w3.org/2001/XMLSchema}string"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • KnockoutBackgroundOptions

        public KnockoutBackgroundOptions()
    • Method Detail

      • getCorner

        public String getCorner()
        Gets the value of the corner property.
        Returns:
        possible object is String
      • setCorner

        public void setCorner​(String value)
        Sets the value of the corner property.
        Parameters:
        value - allowed object is String
      • getTolerance

        public Double getTolerance()
        Gets the value of the tolerance property.
        Returns:
        possible object is Double
      • setTolerance

        public void setTolerance​(Double value)
        Sets the value of the tolerance property.
        Parameters:
        value - allowed object is Double
      • getFillMethod

        public String getFillMethod()
        Gets the value of the fillMethod property.
        Returns:
        possible object is String
      • setFillMethod

        public void setFillMethod​(String value)
        Sets the value of the fillMethod property.
        Parameters:
        value - allowed object is String