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/2022-11-01-beta}NormalizedCropRect"/> <element name="swatchColor" type="{http://www.scene7.com/IpsApi/xsd/2022-11-01-beta}SwatchColor" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
SmartCropAdd() |
Modifier and Type | Method and 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.
|
public double getCropWidth()
public void setCropWidth(double value)
public double getCropHeight()
public void setCropHeight(double value)
public java.lang.String getCropName()
String
public void setCropName(java.lang.String value)
value
- allowed object is
String
public NormalizedCropRect getCropRect()
NormalizedCropRect
public void setCropRect(NormalizedCropRect value)
value
- allowed object is
NormalizedCropRect
public SwatchColor getSwatchColor()
SwatchColor
public void setSwatchColor(SwatchColor value)
value
- allowed object is
SwatchColor
Copyright © 2010 - 2023 Adobe. All Rights Reserved