public class ImageShift extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="PositionX" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="ShiftBack" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="ShiftFront" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="PositionY" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
positionX |
protected String |
positionY |
protected XYPair |
shiftBack |
protected XYPair |
shiftFront |
| Constructor and Description |
|---|
ImageShift() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPositionX()
Gets the value of the positionX property.
|
String |
getPositionY()
Gets the value of the positionY property.
|
XYPair |
getShiftBack()
Gets the value of the shiftBack property.
|
XYPair |
getShiftFront()
Gets the value of the shiftFront property.
|
void |
setPositionX(String value)
Sets the value of the positionX property.
|
void |
setPositionY(String value)
Sets the value of the positionY property.
|
void |
setShiftBack(XYPair value)
Sets the value of the shiftBack property.
|
void |
setShiftFront(XYPair value)
Sets the value of the shiftFront property.
|
protected String positionX
protected XYPair shiftBack
protected XYPair shiftFront
protected String positionY
public String getPositionX()
Stringpublic void setPositionX(String value)
value - allowed object is
Stringpublic XYPair getShiftBack()
Stringpublic void setShiftBack(XYPair value)
value - allowed object is
Stringpublic XYPair getShiftFront()
Stringpublic void setShiftFront(XYPair value)
value - allowed object is
Stringpublic String getPositionY()
StringCopyright © 2013. All Rights Reserved.