Class NormalizedCropRect

java.lang.Object
com.scene7.ipsapi.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 Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    Gets the value of the heightN property.
    double
    Gets the value of the leftN property.
    double
    Gets the value of the topN property.
    double
    Gets the value of the widthN property.
    void
    setHeightN(double value)
    Sets the value of the heightN property.
    void
    setLeftN(double value)
    Sets the value of the leftN property.
    void
    setTopN(double value)
    Sets the value of the topN property.
    void
    setWidthN(double value)
    Sets the value of the widthN property.

    Methods inherited from class java.lang.Object

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

    • NormalizedCropRect

      public NormalizedCropRect()
  • Method Details

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