public class CTTransform2D extends Object
Java class for CT_Transform2D complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Transform2D">
<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"/>
</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>
| Constructor and Description |
|---|
CTTransform2D() |
| Modifier and Type | Method and Description |
|---|---|
CTPositiveSize2D |
getExt()
Gets the value of the ext property.
|
CTPoint2D |
getOff()
Gets the value of the off property.
|
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.
|
boolean |
isSetExt() |
boolean |
isSetFlipH() |
boolean |
isSetFlipV() |
boolean |
isSetOff() |
boolean |
isSetRot() |
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 |
setRot(int value)
Sets the value of the rot property.
|
void |
unsetFlipH() |
void |
unsetFlipV() |
void |
unsetRot() |
public CTPoint2D getOff()
CTPoint2Dpublic void setOff(CTPoint2D value)
value - allowed object is
CTPoint2Dpublic boolean isSetOff()
public CTPositiveSize2D getExt()
CTPositiveSize2Dpublic void setExt(CTPositiveSize2D value)
value - allowed object is
CTPositiveSize2Dpublic boolean isSetExt()
public int getRot()
Integerpublic void setRot(int value)
value - allowed object is
Integerpublic boolean isSetRot()
public void unsetRot()
public boolean isFlipH()
Booleanpublic void setFlipH(boolean value)
value - allowed object is
Booleanpublic boolean isSetFlipH()
public void unsetFlipH()
public boolean isFlipV()
Booleanpublic void setFlipV(boolean value)
value - allowed object is
Booleanpublic boolean isSetFlipV()
public void unsetFlipV()
Copyright © 2010 - 2020 Adobe. All Rights Reserved