public class SmartCrop
extends java.lang.Object
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/2017-10-29-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 and Description |
---|
SmartCrop() |
Modifier and Type | Method and Description |
---|---|
NormalizedCropRect |
getCropRect()
Gets the value of the cropRect property.
|
int |
getHeight()
Gets the value of the height property.
|
int |
getWidth()
Gets the value of the width property.
|
void |
setCropRect(NormalizedCropRect value)
Sets the value of the cropRect property.
|
void |
setHeight(int value)
Sets the value of the height property.
|
void |
setWidth(int value)
Sets the value of the width property.
|
public NormalizedCropRect getCropRect()
NormalizedCropRect
public void setCropRect(NormalizedCropRect value)
value
- allowed object is
NormalizedCropRect
public int getWidth()
public void setWidth(int value)
public int getHeight()
public void setHeight(int value)
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"