|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.EffectEffectiveData
com.aspose.slides.ColorChangeEffectiveData
public class ColorChangeEffectiveData
Immutable object which represents a Color Change effect. Instances of FromColor are replaced with instances of ToColor.
Method Summary | |
---|---|
java.awt.Color |
getFromColor()
Returns color which will be replaced. |
java.awt.Color |
getToColor()
Returns color which will replace. |
boolean |
getUseAlpha()
Returns a boolean value which determines if alpha component should be used. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.awt.Color getFromColor()
Returns color which will be replaced.
Read-only Color
.
getFromColor
in interface IColorChangeEffectiveData
public java.awt.Color getToColor()
Returns color which will replace.
Read-only Color
.
getToColor
in interface IColorChangeEffectiveData
public boolean getUseAlpha()
Returns a boolean value which determines if alpha component should be used.
Read-only boolean
.
getUseAlpha
in interface IColorChangeEffectiveData
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |