Class ManualCropOptions

java.lang.Object
com.scene7.ipsapi.ManualCropOptions

public class ManualCropOptions extends 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
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Gets the value of the bottom property.
    int
    Gets the value of the left property.
    int
    Gets the value of the right property.
    int
    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.

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ManualCropOptions

      public ManualCropOptions()
  • Method Details

    • 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.