|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.pptx.animation.ColorOffsetEx
public class ColorOffsetEx
Relative color offset value of a color animation
Constructor Summary | |
---|---|
ColorOffsetEx()
|
Method Summary | |
---|---|
float |
getValue0()
Returns the first value of an offset. |
float |
getValue1()
Returns the second value of an offset. |
float |
getValue2()
Returns the third value of an offset. |
void |
setValue0(float value)
Sets the first value of an offset. |
void |
setValue1(float value)
Sets the second value of an offset. |
void |
setValue2(float value)
Sets the third value of an offset. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ColorOffsetEx()
Method Detail |
---|
public float getValue0()
public void setValue0(float value)
value
- new first value of an offset.public float getValue1()
public void setValue1(float value)
value
- new second value of an offset.public float getValue2()
public void setValue2(float value)
value
- new third value of an offset.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |