com.aspose.slides
Class ColorEffect

java.lang.Object
  extended by com.aspose.slides.Behavior
      extended by com.aspose.slides.ColorEffect
All Implemented Interfaces:
IBehavior, IColorEffect

public class ColorEffect
extends Behavior
implements IColorEffect

Represents a color effect for an animation behavior.


Constructor Summary
ColorEffect()
           
 
Method Summary
 IBehavior getAsIBehavior()
           
 IColorOffset getBy()
           Describes the relative offset value for the color animation.
 int getColorSpace()
           Represent color space of behavior.
 int getDirection()
           Specifies which direction to cycle the hue around the color wheel.
 IColorFormat getFrom()
           This value is used to specify the starting color of behavior.
 IColorFormat getTo()
           Describes resulting color for the animation color change.
 void setBy(IColorOffset value)
           
 void setColorSpace(int value)
           
 void setDirection(int value)
           
 void setFrom(IColorFormat value)
           
 void setTo(IColorFormat value)
           
 
Methods inherited from class com.aspose.slides.Behavior
getAccumulate, getAdditive, getProperties, getTiming, setAccumulate, setAdditive, setTiming
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.aspose.slides.IBehavior
getAccumulate, getAdditive, getProperties, getTiming, setAccumulate, setAdditive, setTiming
 

Constructor Detail

ColorEffect

public ColorEffect()
Method Detail

getFrom

public IColorFormat getFrom()

This value is used to specify the starting color of behavior. Read/write ColorFormat.

Specified by:
getFrom in interface IColorEffect

setFrom

public void setFrom(IColorFormat value)
Specified by:
setFrom in interface IColorEffect

getTo

public IColorFormat getTo()

Describes resulting color for the animation color change. Read/write ColorFormat.

Specified by:
getTo in interface IColorEffect

setTo

public void setTo(IColorFormat value)
Specified by:
setTo in interface IColorEffect

getBy

public IColorOffset getBy()

Describes the relative offset value for the color animation. Read/write ColorFormat.

Specified by:
getBy in interface IColorEffect

setBy

public void setBy(IColorOffset value)
Specified by:
setBy in interface IColorEffect

getColorSpace

public int getColorSpace()

Represent color space of behavior. Read/write Animation.ColorSpace.

Specified by:
getColorSpace in interface IColorEffect

setColorSpace

public void setColorSpace(int value)
Specified by:
setColorSpace in interface IColorEffect

getDirection

public int getDirection()

Specifies which direction to cycle the hue around the color wheel. Read/write ColorDirection.

Specified by:
getDirection in interface IColorEffect

setDirection

public void setDirection(int value)
Specified by:
setDirection in interface IColorEffect

getAsIBehavior

public IBehavior getAsIBehavior()