public class CTTLAnimateMotionBehavior extends Object
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 String |
path |
protected STTLAnimateMotionPathEditMode |
pathEditMode |
protected String |
ptsTypes |
protected Integer |
rAng |
protected CTTLPoint |
rCtr |
protected CTTLPoint |
to |
Constructor and Description |
---|
CTTLAnimateMotionBehavior() |
Modifier and Type | Method and Description |
---|---|
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.
|
String |
getPath()
Gets the value of the path property.
|
STTLAnimateMotionPathEditMode |
getPathEditMode()
Gets the value of the pathEditMode property.
|
String |
getPtsTypes()
Gets the value of the ptsTypes property.
|
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 |
setPath(String value)
Sets the value of the path property.
|
void |
setPathEditMode(STTLAnimateMotionPathEditMode value)
Sets the value of the pathEditMode property.
|
void |
setPtsTypes(String value)
Sets the value of the ptsTypes property.
|
void |
setRAng(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 String path
protected STTLAnimateMotionPathEditMode pathEditMode
protected Integer rAng
protected String ptsTypes
public CTTLCommonBehaviorData getCBhvr()
CTTLCommonBehaviorData
public void setCBhvr(CTTLCommonBehaviorData value)
value
- allowed object is
CTTLCommonBehaviorData
public CTTLPoint getBy()
CTTLPoint
public void setBy(CTTLPoint value)
value
- allowed object is
CTTLPoint
public CTTLPoint getFrom()
CTTLPoint
public void setFrom(CTTLPoint value)
value
- allowed object is
CTTLPoint
public CTTLPoint getTo()
CTTLPoint
public void setTo(CTTLPoint value)
value
- allowed object is
CTTLPoint
public CTTLPoint getRCtr()
CTTLPoint
public void setRCtr(CTTLPoint value)
value
- allowed object is
CTTLPoint
public STTLAnimateMotionBehaviorOrigin getOrigin()
STTLAnimateMotionBehaviorOrigin
public void setOrigin(STTLAnimateMotionBehaviorOrigin value)
value
- allowed object is
STTLAnimateMotionBehaviorOrigin
public String getPath()
String
public void setPath(String value)
value
- allowed object is
String
public STTLAnimateMotionPathEditMode getPathEditMode()
STTLAnimateMotionPathEditMode
public void setPathEditMode(STTLAnimateMotionPathEditMode value)
value
- allowed object is
STTLAnimateMotionPathEditMode
public Integer getRAng()
Integer
public void setRAng(Integer value)
value
- allowed object is
Integer
public String getPtsTypes()
String
Copyright © 2007-2019. All Rights Reserved.