public class VideoSmartCropAspectRatio extends Object
Java class for VideoSmartCropAspectRatio complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VideoSmartCropAspectRatio">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="width" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="height" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
VideoSmartCropAspectRatio() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getHeight()
Gets the value of the height property.
|
Integer |
getWidth()
Gets the value of the width property.
|
void |
setHeight(Integer value)
Sets the value of the height property.
|
void |
setWidth(Integer value)
Sets the value of the width property.
|
public Integer getWidth()
Integerpublic void setWidth(Integer value)
value - allowed object is
Integerpublic Integer getHeight()
IntegerCopyright © 2010 - 2020 Adobe. All Rights Reserved