public class GetAutoCropRectReturn
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="xOffset" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="yOffset" type="{http://www.w3.org/2001/XMLSchema}int"/> <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 |
---|
GetAutoCropRectReturn() |
Modifier and Type | Method and Description |
---|---|
int |
getHeight()
Gets the value of the height property.
|
int |
getWidth()
Gets the value of the width property.
|
int |
getXOffset()
Gets the value of the xOffset property.
|
int |
getYOffset()
Gets the value of the yOffset property.
|
void |
setHeight(int value)
Sets the value of the height property.
|
void |
setWidth(int value)
Sets the value of the width property.
|
void |
setXOffset(int value)
Sets the value of the xOffset property.
|
void |
setYOffset(int value)
Sets the value of the yOffset property.
|
public int getXOffset()
public void setXOffset(int value)
public int getYOffset()
public void setYOffset(int value)
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"