com.aspose.slides
Class ColorOffsetEx

java.lang.Object
  extended by com.aspose.slides.ColorOffsetEx

public class ColorOffsetEx
extends java.lang.Object

Represent color offset.


Constructor Summary
ColorOffsetEx()
           
 
Method Summary
 float getValue0()
           Defines first value of offset.
 float getValue1()
           Defines second value of offset.
 float getValue2()
           Defines third value of offset.
 void setValue0(float value)
           
 void setValue1(float value)
           
 void setValue2(float value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColorOffsetEx

public ColorOffsetEx()
Method Detail

getValue0

public float getValue0()

Defines first value of offset. Read/write float.


setValue0

public void setValue0(float value)

getValue1

public float getValue1()

Defines second value of offset. Read/write float.


setValue1

public void setValue1(float value)

getValue2

public float getValue2()

Defines third value of offset. Read/write float.


setValue2

public void setValue2(float value)