Package com.scene7.ipsapi
Class SmartCrop
java.lang.Object
com.scene7.ipsapi.SmartCrop
Java class for SmartCrop complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SmartCrop">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="cropRect" type="{http://www.scene7.com/IpsApi/xsd/2024-05-30-beta}NormalizedCropRect" minOccurs="0"/>
<element name="width" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="height" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the cropRect property.intGets the value of the height property.intgetWidth()Gets the value of the width property.voidsetCropRect(NormalizedCropRect value) Sets the value of the cropRect property.voidsetHeight(int value) Sets the value of the height property.voidsetWidth(int value) Sets the value of the width property.
-
Constructor Details
-
SmartCrop
public SmartCrop()
-
-
Method Details
-
getCropRect
Gets the value of the cropRect property.- Returns:
- possible object is
NormalizedCropRect
-
setCropRect
Sets the value of the cropRect property.- Parameters:
value- allowed object isNormalizedCropRect
-
getWidth
public int getWidth()Gets the value of the width property. -
setWidth
public void setWidth(int value) Sets the value of the width property. -
getHeight
public int getHeight()Gets the value of the height property. -
setHeight
public void setHeight(int value) Sets the value of the height property.
-