Package com.scene7.ipsapi
Class AutoColorCropOptions
- java.lang.Object
-
- com.scene7.ipsapi.AutoColorCropOptions
-
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 Summary
Constructors Constructor Description AutoColorCropOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
getCorner
public java.lang.String getCorner()
Gets the value of the corner property.- Returns:
- possible object is
String
-
setCorner
public void setCorner(java.lang.String value)
Sets the value of the corner property.- Parameters:
value
- allowed object isString
-
getTolerance
public double getTolerance()
Gets the value of the tolerance property.
-
setTolerance
public void setTolerance(double value)
Sets the value of the tolerance property.
-
-