public class ShiftPoint 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="CTM" type="{http://www.CIP4.org/JDFSchema_2_0}matrix" />
<attribute name="Position" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Matrix |
ctm |
protected XYPair |
position |
| Constructor and Description |
|---|
ShiftPoint() |
| Modifier and Type | Method and Description |
|---|---|
Matrix |
getCTM()
Gets the value of the ctm property.
|
XYPair |
getPosition()
Gets the value of the position property.
|
void |
setCTM(Matrix value)
Sets the value of the ctm property.
|
void |
setPosition(XYPair value)
Sets the value of the position property.
|
Copyright © 2013. All Rights Reserved.