Package com.scene7.ipsapi
Class AutoColorCropOptions
java.lang.Object
com.scene7.ipsapi.AutoColorCropOptions
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 -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the corner property.doubleGets the value of the tolerance property.voidSets the value of the corner property.voidsetTolerance(double value) Sets the value of the tolerance property.
-
Constructor Details
-
AutoColorCropOptions
public AutoColorCropOptions()
-
-
Method Details
-
getCorner
Gets the value of the corner property.- Returns:
- possible object is
String
-
setCorner
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.
-