com.aspose.slides
Class ColorOffset

java.lang.Object
  extended by com.aspose.slides.ColorOffset
All Implemented Interfaces:
IColorOffset

public class ColorOffset
extends java.lang.Object
implements IColorOffset

Represent color offset.


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

ColorOffset

public ColorOffset()
Method Detail

getValue0

public float getValue0()

Defines first value of offset. Read/write float.

Specified by:
getValue0 in interface IColorOffset

setValue0

public void setValue0(float value)
Specified by:
setValue0 in interface IColorOffset

getValue1

public float getValue1()

Defines second value of offset. Read/write float.

Specified by:
getValue1 in interface IColorOffset

setValue1

public void setValue1(float value)
Specified by:
setValue1 in interface IColorOffset

getValue2

public float getValue2()

Defines third value of offset. Read/write float.

Specified by:
getValue2 in interface IColorOffset

setValue2

public void setValue2(float value)
Specified by:
setValue2 in interface IColorOffset