Package com.scene7.ipsapi
Class AutoTransparentCropOptions
java.lang.Object
com.scene7.ipsapi.AutoTransparentCropOptions
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 -
Method Summary
Modifier and TypeMethodDescriptiondoubleGets the value of the tolerance property.voidsetTolerance(double value) Sets the value of the tolerance property.
-
Constructor Details
-
AutoTransparentCropOptions
public AutoTransparentCropOptions()
-
-
Method Details
-
getTolerance
public double getTolerance()Gets the value of the tolerance property. -
setTolerance
public void setTolerance(double value) Sets the value of the tolerance property.
-