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

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

AnimColorEffectEx

public AnimColorEffectEx()
Method Detail

getFrom

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


setFrom

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

Parameters:
value -

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 -

getBy

public AnimColorOffsetEx getBy()
Returns the relative offset value for the color animation.


setBy

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

Parameters:
value -

getAnimColorSpace

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


setAnimColorSpace

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

Parameters:
value -

getDirection

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


setDirection

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

Parameters:
value -