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