public class ManualCropOptions
extends java.lang.Object
Java class for ManualCropOptions complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ManualCropOptions"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="left" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="right" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="top" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="bottom" type="{http://www.w3.org/2001/XMLSchema}int"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
ManualCropOptions() |
Modifier and Type | Method and Description |
---|---|
int |
getBottom()
Gets the value of the bottom property.
|
int |
getLeft()
Gets the value of the left property.
|
int |
getRight()
Gets the value of the right property.
|
int |
getTop()
Gets the value of the top property.
|
void |
setBottom(int value)
Sets the value of the bottom property.
|
void |
setLeft(int value)
Sets the value of the left property.
|
void |
setRight(int value)
Sets the value of the right property.
|
void |
setTop(int value)
Sets the value of the top property.
|
public int getLeft()
public void setLeft(int value)
public int getRight()
public void setRight(int value)
public int getTop()
public void setTop(int value)
public int getBottom()
public void setBottom(int value)
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"