|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.pptx.animation.AnimBehaviorEx
com.aspose.slides.pptx.animation.AnimColorEffectEx
public class AnimColorEffectEx
Represents a color effect of an animation behavior.
Constructor Summary | |
---|---|
AnimColorEffectEx()
|
Method Summary | |
---|---|
AnimColorSpaceEx |
getAnimColorSpace()
Returns the color space of a behavior. |
AnimColorOffsetEx |
getBy()
Returns the relative offset value for the color animation. |
AnimColorDirectionEx |
getDirection()
Returns which direction to cycle the hue around the color wheel. |
ColorFormatEx |
getFrom()
Returns the starting color of a behavior. |
ColorFormatEx |
getTo()
Returns the resulting color of a color animation. |
void |
setAnimColorSpace(AnimColorSpaceEx value)
Sets the color space of a behavior. |
void |
setBy(AnimColorOffsetEx value)
Sets the relative offset value for the color animation. |
void |
setDirection(AnimColorDirectionEx value)
Sets which direction to cycle the hue around the color wheel. |
void |
setFrom(ColorFormatEx value)
Sets the starting color of a behavior. |
void |
setTo(ColorFormatEx value)
Sets the resulting color of a color animation. |
Methods inherited from class com.aspose.slides.pptx.animation.AnimBehaviorEx |
---|
getAccumulate, getAdditive, getProperties, getTiming, setAccumulate, setAdditive, setTiming |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AnimColorEffectEx()
Method Detail |
---|
public ColorFormatEx getFrom()
public void setFrom(ColorFormatEx value)
value
- public ColorFormatEx getTo()
public void setTo(ColorFormatEx value)
value
- public AnimColorOffsetEx getBy()
public void setBy(AnimColorOffsetEx value)
value
- public AnimColorSpaceEx getAnimColorSpace()
public void setAnimColorSpace(AnimColorSpaceEx value)
value
- public AnimColorDirectionEx getDirection()
public void setDirection(AnimColorDirectionEx value)
value
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |