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 and Description |
---|
NormalizedCropRect() |
Modifier and Type | Method and 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.
|
public double getLeftN()
public void setLeftN(double value)
public double getTopN()
public void setTopN(double value)
public double getWidthN()
public void setWidthN(double value)
public double getHeightN()
public void setHeightN(double value)
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"