Class AutoTransparentCropOptions


  • public class AutoTransparentCropOptions
    extends java.lang.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>
     
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double getTolerance()
      Gets the value of the tolerance property.
      void setTolerance​(double value)
      Sets the value of the tolerance property.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.