com.aspose.slides.pptx.animation
Class ColorEffectEx

java.lang.Object
  extended by com.aspose.slides.pptx.animation.BehaviorEx
      extended by com.aspose.slides.pptx.animation.ColorEffectEx

public class ColorEffectEx
extends BehaviorEx

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

ColorEffectEx

public ColorEffectEx()
Method Detail

getFrom

public ColorFormatEx getFrom()
Returns the starting color of a color animation.


setFrom

public void setFrom(ColorFormatEx value)
Sets the starting color of a color animation.

Parameters:
value - new starting color.

getTo

public ColorFormatEx getTo()
Returns the resulting color of a color animation.


setTo

public void setTo(ColorFormatEx value)
Sets the resulting color of a color animation.

Parameters:
value - new resulting color.

getBy

public ColorOffsetEx getBy()
Returns the relative offset value of a color animation.


setBy

public void setBy(ColorOffsetEx value)
Sets the relative offset value of a color animation.

Parameters:
value - new relative offset value.

getAnimColorSpace

public ColorSpaceEx getAnimColorSpace()
Returns the color space of a color animation.


setAnimColorSpace

public void setAnimColorSpace(ColorSpaceEx value)
Sets the color space of a color animation.

Parameters:
value - new color space.

getDirection

public ColorDirectionEx getDirection()
Returns the direction to cycle the Hue around the color wheel.


setDirection

public void setDirection(ColorDirectionEx value)
Sets the direction to cycle the Hue around the color wheel.

Parameters:
value - new direction.