com.aspose.slides.pptx.animation
Class AnimColorOffsetEx

java.lang.Object
  extended by com.aspose.slides.pptx.animation.AnimColorOffsetEx

public class AnimColorOffsetEx
extends java.lang.Object

Represent color offset.


Constructor Summary
AnimColorOffsetEx()
           
 
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

AnimColorOffsetEx

public AnimColorOffsetEx()
Method Detail

getValue0

public float getValue0()
Returns the first value of an offset.


setValue0

public void setValue0(float value)
Sets the first value of an offset.

Parameters:
value -

getValue1

public float getValue1()
Returns the second value of an offset.


setValue1

public void setValue1(float value)
Sets the second value of an offset.

Parameters:
value -

getValue2

public float getValue2()
Returns the third value of an offset.


setValue2

public void setValue2(float value)
Sets the third value of an offset.

Parameters:
value -