Package com.scene7.ipsapi
Class SmartCropAdd
- java.lang.Object
-
- com.scene7.ipsapi.SmartCropAdd
-
public class SmartCropAdd extends java.lang.ObjectJava class for SmartCropAdd complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SmartCropAdd"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="cropWidth" type="{http://www.w3.org/2001/XMLSchema}double"/> <element name="cropHeight" type="{http://www.w3.org/2001/XMLSchema}double"/> <element name="cropName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="cropRect" type="{http://www.scene7.com/IpsApi/xsd/2021-04-26-beta}NormalizedCropRect"/> <element name="swatchColor" type="{http://www.scene7.com/IpsApi/xsd/2021-04-26-beta}SwatchColor" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description SmartCropAdd()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetCropHeight()Gets the value of the cropHeight property.java.lang.StringgetCropName()Gets the value of the cropName property.NormalizedCropRectgetCropRect()Gets the value of the cropRect property.doublegetCropWidth()Gets the value of the cropWidth property.SwatchColorgetSwatchColor()Gets the value of the swatchColor property.voidsetCropHeight(double value)Sets the value of the cropHeight property.voidsetCropName(java.lang.String value)Sets the value of the cropName property.voidsetCropRect(NormalizedCropRect value)Sets the value of the cropRect property.voidsetCropWidth(double value)Sets the value of the cropWidth property.voidsetSwatchColor(SwatchColor value)Sets the value of the swatchColor property.
-
-
-
Method Detail
-
getCropWidth
public double getCropWidth()
Gets the value of the cropWidth property.
-
setCropWidth
public void setCropWidth(double value)
Sets the value of the cropWidth property.
-
getCropHeight
public double getCropHeight()
Gets the value of the cropHeight property.
-
setCropHeight
public void setCropHeight(double value)
Sets the value of the cropHeight property.
-
getCropName
public java.lang.String getCropName()
Gets the value of the cropName property.- Returns:
- possible object is
String
-
setCropName
public void setCropName(java.lang.String value)
Sets the value of the cropName property.- Parameters:
value- allowed object isString
-
getCropRect
public NormalizedCropRect getCropRect()
Gets the value of the cropRect property.- Returns:
- possible object is
NormalizedCropRect
-
setCropRect
public void setCropRect(NormalizedCropRect value)
Sets the value of the cropRect property.- Parameters:
value- allowed object isNormalizedCropRect
-
getSwatchColor
public SwatchColor getSwatchColor()
Gets the value of the swatchColor property.- Returns:
- possible object is
SwatchColor
-
setSwatchColor
public void setSwatchColor(SwatchColor value)
Sets the value of the swatchColor property.- Parameters:
value- allowed object isSwatchColor
-
-