Package com.scene7.ipsapi
Class NormalizedCropRect
java.lang.Object
com.scene7.ipsapi.NormalizedCropRect
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 -
Method Summary
Modifier and TypeMethodDescriptiondoubleGets the value of the heightN property.doublegetLeftN()Gets the value of the leftN property.doublegetTopN()Gets the value of the topN property.doubleGets the value of the widthN property.voidsetHeightN(double value) Sets the value of the heightN property.voidsetLeftN(double value) Sets the value of the leftN property.voidsetTopN(double value) Sets the value of the topN property.voidsetWidthN(double value) Sets the value of the widthN property.
-
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.
-