public class VideoSmartCropAspectRatio
extends java.lang.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 |
---|---|
java.lang.Integer |
getHeight()
Gets the value of the height property.
|
java.lang.Integer |
getWidth()
Gets the value of the width property.
|
void |
setHeight(java.lang.Integer value)
Sets the value of the height property.
|
void |
setWidth(java.lang.Integer value)
Sets the value of the width property.
|
public java.lang.Integer getWidth()
Integer
public void setWidth(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getHeight()
Integer
public void setHeight(java.lang.Integer value)
value
- allowed object is
Integer
Copyright © 2010 - 2023 Adobe. All Rights Reserved