|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.BehaviorEx
com.aspose.slides.ColorEffectEx
public class ColorEffectEx
Represents a color effect for an animation behavior.
Constructor Summary | |
---|---|
ColorEffectEx()
|
Method Summary | |
---|---|
ColorOffsetEx |
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. |
ColorFormatEx |
getFrom()
This value is used to specify the starting color of behavior. |
ColorFormatEx |
getTo()
Describes resulting color for the animation color change. |
void |
setBy(ColorOffsetEx value)
|
void |
setColorSpace(int value)
|
void |
setDirection(int value)
|
void |
setFrom(ColorFormatEx value)
|
void |
setTo(ColorFormatEx value)
|
Methods inherited from class com.aspose.slides.BehaviorEx |
---|
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 |
---|
public ColorEffectEx()
Method Detail |
---|
public ColorFormatEx getFrom()
This value is used to specify the starting color of behavior.
Read/write ColorFormatEx
.
public void setFrom(ColorFormatEx value)
public ColorFormatEx getTo()
Describes resulting color for the animation color change.
Read/write ColorFormatEx
.
public void setTo(ColorFormatEx value)
public ColorOffsetEx getBy()
Describes the relative offset value for the color animation.
Read/write ColorFormatEx
.
public void setBy(ColorOffsetEx value)
public int getColorSpace()
Represent color space of behavior.
Read/write ColorSpaceEx
.
public void setColorSpace(int value)
public int getDirection()
Specifies which direction to cycle the hue around the color wheel.
Read/write ColorDirectionEx
.
public void setDirection(int value)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |