|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.pptx.animation.BehaviorEx
com.aspose.slides.pptx.animation.ColorEffectEx
public class ColorEffectEx
Color animation effect.
Constructor Summary | |
---|---|
ColorEffectEx()
|
Method Summary | |
---|---|
ColorSpaceEx |
getAnimColorSpace()
Returns the color space of a color animation. |
ColorOffsetEx |
getBy()
Returns the relative offset value of a color animation. |
ColorDirectionEx |
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(ColorSpaceEx value)
Sets the color space of a color animation. |
void |
setBy(ColorOffsetEx value)
Sets the relative offset value of a color animation. |
void |
setDirection(ColorDirectionEx 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.BehaviorEx |
---|
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 ColorEffectEx()
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 ColorOffsetEx getBy()
public void setBy(ColorOffsetEx value)
value
- new relative offset value.public ColorSpaceEx getAnimColorSpace()
public void setAnimColorSpace(ColorSpaceEx value)
value
- new color space.public ColorDirectionEx getDirection()
public void setDirection(ColorDirectionEx value)
value
- new direction.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |