Class 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 Detail

      • ManualCropOptions

        public ManualCropOptions()
    • 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.