Class AutoTransparentCropOptions


  • public class AutoTransparentCropOptions
    extends Object

    Java class for AutoTransparentCropOptions complex type.

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

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

      • AutoTransparentCropOptions

        public AutoTransparentCropOptions()
    • Method Detail

      • getTolerance

        public double getTolerance()
        Gets the value of the tolerance property.
      • setTolerance

        public void setTolerance​(double value)
        Sets the value of the tolerance property.