public class CTTLAnimateMotionBehavior extends java.lang.Object implements Child
Java class for CT_TLAnimateMotionBehavior complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_TLAnimateMotionBehavior">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="cBhvr" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLCommonBehaviorData"/>
<element name="by" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLPoint" minOccurs="0"/>
<element name="from" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLPoint" minOccurs="0"/>
<element name="to" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLPoint" minOccurs="0"/>
<element name="rCtr" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLPoint" minOccurs="0"/>
</sequence>
<attribute name="origin" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_TLAnimateMotionBehaviorOrigin" />
<attribute name="path" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="pathEditMode" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_TLAnimateMotionPathEditMode" />
<attribute name="rAng" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_Angle" />
<attribute name="ptsTypes" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTTLPoint |
by |
protected CTTLCommonBehaviorData |
cBhvr |
protected CTTLPoint |
from |
protected STTLAnimateMotionBehaviorOrigin |
origin |
protected java.lang.String |
path |
protected STTLAnimateMotionPathEditMode |
pathEditMode |
protected java.lang.String |
ptsTypes |
protected java.lang.Integer |
rAng |
protected CTTLPoint |
rCtr |
protected CTTLPoint |
to |
| Constructor and Description |
|---|
CTTLAnimateMotionBehavior() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
CTTLPoint |
getBy()
Gets the value of the by property.
|
CTTLCommonBehaviorData |
getCBhvr()
Gets the value of the cBhvr property.
|
CTTLPoint |
getFrom()
Gets the value of the from property.
|
STTLAnimateMotionBehaviorOrigin |
getOrigin()
Gets the value of the origin property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
java.lang.String |
getPath()
Gets the value of the path property.
|
STTLAnimateMotionPathEditMode |
getPathEditMode()
Gets the value of the pathEditMode property.
|
java.lang.String |
getPtsTypes()
Gets the value of the ptsTypes property.
|
java.lang.Integer |
getRAng()
Gets the value of the rAng property.
|
CTTLPoint |
getRCtr()
Gets the value of the rCtr property.
|
CTTLPoint |
getTo()
Gets the value of the to property.
|
void |
setBy(CTTLPoint value)
Sets the value of the by property.
|
void |
setCBhvr(CTTLCommonBehaviorData value)
Sets the value of the cBhvr property.
|
void |
setFrom(CTTLPoint value)
Sets the value of the from property.
|
void |
setOrigin(STTLAnimateMotionBehaviorOrigin value)
Sets the value of the origin property.
|
void |
setParent(java.lang.Object parent) |
void |
setPath(java.lang.String value)
Sets the value of the path property.
|
void |
setPathEditMode(STTLAnimateMotionPathEditMode value)
Sets the value of the pathEditMode property.
|
void |
setPtsTypes(java.lang.String value)
Sets the value of the ptsTypes property.
|
void |
setRAng(java.lang.Integer value)
Sets the value of the rAng property.
|
void |
setRCtr(CTTLPoint value)
Sets the value of the rCtr property.
|
void |
setTo(CTTLPoint value)
Sets the value of the to property.
|
protected CTTLCommonBehaviorData cBhvr
protected CTTLPoint by
protected CTTLPoint from
protected CTTLPoint to
protected CTTLPoint rCtr
protected STTLAnimateMotionBehaviorOrigin origin
protected java.lang.String path
protected STTLAnimateMotionPathEditMode pathEditMode
protected java.lang.Integer rAng
protected java.lang.String ptsTypes
public CTTLCommonBehaviorData getCBhvr()
CTTLCommonBehaviorDatapublic void setCBhvr(CTTLCommonBehaviorData value)
value - allowed object is
CTTLCommonBehaviorDatapublic CTTLPoint getBy()
CTTLPointpublic void setBy(CTTLPoint value)
value - allowed object is
CTTLPointpublic CTTLPoint getFrom()
CTTLPointpublic void setFrom(CTTLPoint value)
value - allowed object is
CTTLPointpublic CTTLPoint getTo()
CTTLPointpublic void setTo(CTTLPoint value)
value - allowed object is
CTTLPointpublic CTTLPoint getRCtr()
CTTLPointpublic void setRCtr(CTTLPoint value)
value - allowed object is
CTTLPointpublic STTLAnimateMotionBehaviorOrigin getOrigin()
STTLAnimateMotionBehaviorOriginpublic void setOrigin(STTLAnimateMotionBehaviorOrigin value)
value - allowed object is
STTLAnimateMotionBehaviorOriginpublic java.lang.String getPath()
Stringpublic void setPath(java.lang.String value)
value - allowed object is
Stringpublic STTLAnimateMotionPathEditMode getPathEditMode()
STTLAnimateMotionPathEditModepublic void setPathEditMode(STTLAnimateMotionPathEditMode value)
value - allowed object is
STTLAnimateMotionPathEditModepublic java.lang.Integer getRAng()
Integerpublic void setRAng(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getPtsTypes()
Stringpublic void setPtsTypes(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2023. All rights reserved.