public class CTTLAnimateColorBehavior extends Object implements Child
Java class for CT_TLAnimateColorBehavior complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_TLAnimateColorBehavior">
<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_TLByAnimateColorTransform" minOccurs="0"/>
<element name="from" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_Color" minOccurs="0"/>
<element name="to" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_Color" minOccurs="0"/>
</sequence>
<attribute name="clrSpc" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_TLAnimateColorSpace" />
<attribute name="dir" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_TLAnimateColorDirection" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTTLByAnimateColorTransform |
by |
protected CTTLCommonBehaviorData |
cBhvr |
protected STTLAnimateColorSpace |
clrSpc |
protected STTLAnimateColorDirection |
dir |
protected CTColor |
from |
protected CTColor |
to |
| Constructor and Description |
|---|
CTTLAnimateColorBehavior() |
| 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.
|
CTTLByAnimateColorTransform |
getBy()
Gets the value of the by property.
|
CTTLCommonBehaviorData |
getCBhvr()
Gets the value of the cBhvr property.
|
STTLAnimateColorSpace |
getClrSpc()
Gets the value of the clrSpc property.
|
STTLAnimateColorDirection |
getDir()
Gets the value of the dir property.
|
CTColor |
getFrom()
Gets the value of the from property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTColor |
getTo()
Gets the value of the to property.
|
void |
setBy(CTTLByAnimateColorTransform value)
Sets the value of the by property.
|
void |
setCBhvr(CTTLCommonBehaviorData value)
Sets the value of the cBhvr property.
|
void |
setClrSpc(STTLAnimateColorSpace value)
Sets the value of the clrSpc property.
|
void |
setDir(STTLAnimateColorDirection value)
Sets the value of the dir property.
|
void |
setFrom(CTColor value)
Sets the value of the from property.
|
void |
setParent(Object parent) |
void |
setTo(CTColor value)
Sets the value of the to property.
|
protected CTTLCommonBehaviorData cBhvr
protected CTTLByAnimateColorTransform by
protected CTColor from
protected CTColor to
protected STTLAnimateColorSpace clrSpc
protected STTLAnimateColorDirection dir
public CTTLCommonBehaviorData getCBhvr()
CTTLCommonBehaviorDatapublic void setCBhvr(CTTLCommonBehaviorData value)
value - allowed object is
CTTLCommonBehaviorDatapublic CTTLByAnimateColorTransform getBy()
CTTLByAnimateColorTransformpublic void setBy(CTTLByAnimateColorTransform value)
value - allowed object is
CTTLByAnimateColorTransformpublic CTColor getFrom()
CTColorpublic void setFrom(CTColor value)
value - allowed object is
CTColorpublic void setTo(CTColor value)
value - allowed object is
CTColorpublic STTLAnimateColorSpace getClrSpc()
STTLAnimateColorSpacepublic void setClrSpc(STTLAnimateColorSpace value)
value - allowed object is
STTLAnimateColorSpacepublic STTLAnimateColorDirection getDir()
STTLAnimateColorDirectionpublic void setDir(STTLAnimateColorDirection value)
value - allowed object is
STTLAnimateColorDirectionpublic 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-2022. All Rights Reserved.