Class AutoColorCropOptions

java.lang.Object
com.scene7.ipsapi.AutoColorCropOptions

public class AutoColorCropOptions extends Object

Java class for AutoColorCropOptions complex type.

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

 <complexType name="AutoColorCropOptions">
   <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"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • AutoColorCropOptions

      public AutoColorCropOptions()
  • Method Details

    • 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.
    • setTolerance

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