public class CTTLAnimateColorBehavior extends Object
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 |
---|---|
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.
|
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 |
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()
CTTLCommonBehaviorData
public void setCBhvr(CTTLCommonBehaviorData value)
value
- allowed object is
CTTLCommonBehaviorData
public CTTLByAnimateColorTransform getBy()
CTTLByAnimateColorTransform
public void setBy(CTTLByAnimateColorTransform value)
value
- allowed object is
CTTLByAnimateColorTransform
public CTColor getFrom()
CTColor
public void setFrom(CTColor value)
value
- allowed object is
CTColor
public void setTo(CTColor value)
value
- allowed object is
CTColor
public STTLAnimateColorSpace getClrSpc()
STTLAnimateColorSpace
public void setClrSpc(STTLAnimateColorSpace value)
value
- allowed object is
STTLAnimateColorSpace
public STTLAnimateColorDirection getDir()
STTLAnimateColorDirection
public void setDir(STTLAnimateColorDirection value)
value
- allowed object is
STTLAnimateColorDirection
Copyright © 2007-2019. All Rights Reserved.