Package com.scene7.ipsapi
Class NormalizedCropRect
- java.lang.Object
-
- com.scene7.ipsapi.NormalizedCropRect
-
public class NormalizedCropRect extends java.lang.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 NormalizedCropRect()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getHeightN()
Gets the value of the heightN property.double
getLeftN()
Gets the value of the leftN property.double
getTopN()
Gets the value of the topN property.double
getWidthN()
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.
-
-
-
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.
-
-