public class CTGroupTransform2D extends Object implements Child
Java class for CT_GroupTransform2D complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_GroupTransform2D">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="off" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_Point2D" minOccurs="0"/>
<element name="ext" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_PositiveSize2D" minOccurs="0"/>
<element name="chOff" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_Point2D" minOccurs="0"/>
<element name="chExt" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_PositiveSize2D" minOccurs="0"/>
</sequence>
<attribute name="rot" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_Angle" default="0" />
<attribute name="flipH" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="flipV" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTPositiveSize2D |
chExt |
protected CTPoint2D |
chOff |
protected CTPositiveSize2D |
ext |
protected Boolean |
flipH |
protected Boolean |
flipV |
protected CTPoint2D |
off |
protected Integer |
rot |
| Constructor and Description |
|---|
CTGroupTransform2D() |
| 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.
|
CTPositiveSize2D |
getChExt()
Gets the value of the chExt property.
|
CTPoint2D |
getChOff()
Gets the value of the chOff property.
|
CTPositiveSize2D |
getExt()
Gets the value of the ext property.
|
CTPoint2D |
getOff()
Gets the value of the off property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
int |
getRot()
Gets the value of the rot property.
|
boolean |
isFlipH()
Gets the value of the flipH property.
|
boolean |
isFlipV()
Gets the value of the flipV property.
|
void |
setChExt(CTPositiveSize2D value)
Sets the value of the chExt property.
|
void |
setChOff(CTPoint2D value)
Sets the value of the chOff property.
|
void |
setExt(CTPositiveSize2D value)
Sets the value of the ext property.
|
void |
setFlipH(Boolean value)
Sets the value of the flipH property.
|
void |
setFlipV(Boolean value)
Sets the value of the flipV property.
|
void |
setOff(CTPoint2D value)
Sets the value of the off property.
|
void |
setParent(Object parent) |
void |
setRot(Integer value)
Sets the value of the rot property.
|
protected CTPoint2D off
protected CTPositiveSize2D ext
protected CTPoint2D chOff
protected CTPositiveSize2D chExt
protected Integer rot
protected Boolean flipH
protected Boolean flipV
public CTPoint2D getOff()
CTPoint2Dpublic void setOff(CTPoint2D value)
value - allowed object is
CTPoint2Dpublic CTPositiveSize2D getExt()
CTPositiveSize2Dpublic void setExt(CTPositiveSize2D value)
value - allowed object is
CTPositiveSize2Dpublic CTPoint2D getChOff()
CTPoint2Dpublic void setChOff(CTPoint2D value)
value - allowed object is
CTPoint2Dpublic CTPositiveSize2D getChExt()
CTPositiveSize2Dpublic void setChExt(CTPositiveSize2D value)
value - allowed object is
CTPositiveSize2Dpublic int getRot()
Integerpublic void setRot(Integer value)
value - allowed object is
Integerpublic boolean isFlipH()
Booleanpublic void setFlipH(Boolean value)
value - allowed object is
Booleanpublic boolean isFlipV()
Booleanpublic void setFlipV(Boolean value)
value - allowed object is
Booleanpublic 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-2019. All Rights Reserved.