com.aspose.slides.pptx.animation
Class AnimColorEffectEx

java.lang.Object
  extended by com.aspose.slides.pptx.animation.AnimBehaviorEx
      extended by com.aspose.slides.pptx.animation.AnimColorEffectEx

public class AnimColorEffectEx
extends AnimBehaviorEx

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

AnimColorEffectEx

public AnimColorEffectEx()
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 AnimColorOffsetEx getBy()
Returns the relative offset value of a color animation.


setBy

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

Parameters:
value - new relative offset value.

getAnimColorSpace

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


setAnimColorSpace

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

Parameters:
value - new color space.

getDirection

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


setDirection

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

Parameters:
value - new direction.