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)
           Defines first value of offset.
 void setValue1(float value)
           Defines second value of offset.
 void setValue2(float value)
           Defines third value of offset.
 
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)

Defines first value of offset. Read/write float.

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)

Defines second value of offset. Read/write float.

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)

Defines third value of offset. Read/write float.

Specified by:
setValue2 in interface IColorOffset


Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.