public class CTTransformEffect extends Object implements Child
Java class for CT_TransformEffect complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_TransformEffect">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="sx" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_Percentage" default="100000" />
<attribute name="sy" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_Percentage" default="100000" />
<attribute name="kx" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_FixedAngle" default="0" />
<attribute name="ky" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_FixedAngle" default="0" />
<attribute name="tx" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_Coordinate" default="0" />
<attribute name="ty" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_Coordinate" default="0" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
kx |
protected Integer |
ky |
protected Integer |
sx |
protected Integer |
sy |
protected Long |
tx |
protected Long |
ty |
| Constructor and Description |
|---|
CTTransformEffect() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
int |
getKx()
Gets the value of the kx property.
|
int |
getKy()
Gets the value of the ky property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
int |
getSx()
Gets the value of the sx property.
|
int |
getSy()
Gets the value of the sy property.
|
long |
getTx()
Gets the value of the tx property.
|
long |
getTy()
Gets the value of the ty property.
|
void |
setKx(Integer value)
Sets the value of the kx property.
|
void |
setKy(Integer value)
Sets the value of the ky property.
|
void |
setParent(Object parent) |
void |
setSx(Integer value)
Sets the value of the sx property.
|
void |
setSy(Integer value)
Sets the value of the sy property.
|
void |
setTx(Long value)
Sets the value of the tx property.
|
void |
setTy(Long value)
Sets the value of the ty property.
|
protected Integer sx
protected Integer sy
protected Integer kx
protected Integer ky
protected Long tx
protected Long ty
public int getSx()
Integerpublic void setSx(Integer value)
value - allowed object is
Integerpublic int getSy()
Integerpublic void setSy(Integer value)
value - allowed object is
Integerpublic int getKx()
Integerpublic void setKx(Integer value)
value - allowed object is
Integerpublic int getKy()
Integerpublic void setKy(Integer value)
value - allowed object is
Integerpublic long getTx()
Longpublic void setTx(Long value)
value - allowed object is
Longpublic long getTy()
Longpublic void setTy(Long value)
value - allowed object is
Longpublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2020. All Rights Reserved.