Package com.scene7.ipsapi
Class ManualCropOptions
- java.lang.Object
-
- com.scene7.ipsapi.ManualCropOptions
-
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 Summary
Constructors Constructor Description ManualCropOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
getLeft
public int getLeft()
Gets the value of the left property.
-
setLeft
public void setLeft(int value)
Sets the value of the left property.
-
getRight
public int getRight()
Gets the value of the right property.
-
setRight
public void setRight(int value)
Sets the value of the right property.
-
getTop
public int getTop()
Gets the value of the top property.
-
setTop
public void setTop(int value)
Sets the value of the top property.
-
getBottom
public int getBottom()
Gets the value of the bottom property.
-
setBottom
public void setBottom(int value)
Sets the value of the bottom property.
-
-