public class ZoomTargetDefinition
extends java.lang.Object
Java class for ZoomTargetDefinition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ZoomTargetDefinition"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="xPosition" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="yPosition" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="width" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="height" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="userData" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
ZoomTargetDefinition() |
Modifier and Type | Method and Description |
---|---|
int |
getHeight()
Gets the value of the height property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getUserData()
Gets the value of the userData property.
|
int |
getWidth()
Gets the value of the width property.
|
int |
getXPosition()
Gets the value of the xPosition property.
|
int |
getYPosition()
Gets the value of the yPosition property.
|
void |
setHeight(int value)
Sets the value of the height property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setUserData(java.lang.String value)
Sets the value of the userData property.
|
void |
setWidth(int value)
Sets the value of the width property.
|
void |
setXPosition(int value)
Sets the value of the xPosition property.
|
void |
setYPosition(int value)
Sets the value of the yPosition property.
|
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public int getXPosition()
public void setXPosition(int value)
public int getYPosition()
public void setYPosition(int value)
public int getWidth()
public void setWidth(int value)
public int getHeight()
public void setHeight(int value)
public java.lang.String getUserData()
String
public void setUserData(java.lang.String value)
value
- allowed object is
String
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"