Package com.scene7.ipsapi
Class SmartCropAdd
- java.lang.Object
-
- com.scene7.ipsapi.SmartCropAdd
-
public class SmartCropAdd extends java.lang.Object
Java 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 double
getCropHeight()
Gets the value of the cropHeight property.java.lang.String
getCropName()
Gets the value of the cropName property.NormalizedCropRect
getCropRect()
Gets the value of the cropRect property.double
getCropWidth()
Gets the value of the cropWidth property.SwatchColor
getSwatchColor()
Gets the value of the swatchColor property.void
setCropHeight(double value)
Sets the value of the cropHeight property.void
setCropName(java.lang.String value)
Sets the value of the cropName property.void
setCropRect(NormalizedCropRect value)
Sets the value of the cropRect property.void
setCropWidth(double value)
Sets the value of the cropWidth property.void
setSwatchColor(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
-
-