public class AutoColorCropOptions
extends java.lang.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 and Description | 
|---|
AutoColorCropOptions()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getCorner()
Gets the value of the corner property. 
 | 
double | 
getTolerance()
Gets the value of the tolerance property. 
 | 
void | 
setCorner(java.lang.String value)
Sets the value of the corner property. 
 | 
void | 
setTolerance(double value)
Sets the value of the tolerance property. 
 | 
public java.lang.String getCorner()
Stringpublic void setCorner(java.lang.String value)
value - allowed object is
     Stringpublic double getTolerance()
public void setTolerance(double value)
Copyright © 2010 - 2023 Adobe. All Rights Reserved