Class NormalizedCropRect


  • public class NormalizedCropRect
    extends Object

    Java class for NormalizedCropRect complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="NormalizedCropRect">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="leftN" type="{http://www.w3.org/2001/XMLSchema}double"/>
             <element name="topN" type="{http://www.w3.org/2001/XMLSchema}double"/>
             <element name="widthN" type="{http://www.w3.org/2001/XMLSchema}double"/>
             <element name="heightN" type="{http://www.w3.org/2001/XMLSchema}double"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • NormalizedCropRect

        public NormalizedCropRect()
    • Method Detail

      • getLeftN

        public double getLeftN()
        Gets the value of the leftN property.
      • setLeftN

        public void setLeftN​(double value)
        Sets the value of the leftN property.
      • getTopN

        public double getTopN()
        Gets the value of the topN property.
      • setTopN

        public void setTopN​(double value)
        Sets the value of the topN property.
      • getWidthN

        public double getWidthN()
        Gets the value of the widthN property.
      • setWidthN

        public void setWidthN​(double value)
        Sets the value of the widthN property.
      • getHeightN

        public double getHeightN()
        Gets the value of the heightN property.
      • setHeightN

        public void setHeightN​(double value)
        Sets the value of the heightN property.