Package com.scene7.ipsapi
Class AutoTransparentCropOptions
- java.lang.Object
-
- com.scene7.ipsapi.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>
-
-
Constructor Summary
Constructors Constructor Description AutoTransparentCropOptions()
-
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.
-