|
|||||||||
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
Color animation effect.
Constructor Summary | |
---|---|
AnimColorEffectEx()
|
Method Summary | |
---|---|
AnimColorSpaceEx |
getAnimColorSpace()
Returns the color space of a color animation. |
AnimColorOffsetEx |
getBy()
Returns the relative offset value of a color animation. |
AnimColorDirectionEx |
getDirection()
Returns the direction to cycle the Hue around the color wheel. |
ColorFormatEx |
getFrom()
Returns the starting color of a color animation. |
ColorFormatEx |
getTo()
Returns the resulting color of a color animation. |
void |
setAnimColorSpace(AnimColorSpaceEx value)
Sets the color space of a color animation. |
void |
setBy(AnimColorOffsetEx value)
Sets the relative offset value of a color animation. |
void |
setDirection(AnimColorDirectionEx value)
Sets the direction to cycle the Hue around the color wheel. |
void |
setFrom(ColorFormatEx value)
Sets the starting color of a color animation. |
void |
setTo(ColorFormatEx value)
Sets the resulting color of a color animation. |
Methods inherited from class com.aspose.slides.pptx.animation.AnimBehaviorEx |
---|
getProperties, getTiming, isAccumulate, isAdditive, 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
- new starting color.public ColorFormatEx getTo()
public void setTo(ColorFormatEx value)
value
- new resulting color.public AnimColorOffsetEx getBy()
public void setBy(AnimColorOffsetEx value)
value
- new relative offset value.public AnimColorSpaceEx getAnimColorSpace()
public void setAnimColorSpace(AnimColorSpaceEx value)
value
- new color space.public AnimColorDirectionEx getDirection()
public void setDirection(AnimColorDirectionEx value)
value
- new direction.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |