|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.ColorOffset
public class ColorOffset
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 |
---|
public ColorOffset()
Method Detail |
---|
public float getValue0()
Defines first value of offset.
Read/write float
.
getValue0
in interface IColorOffset
public void setValue0(float value)
Defines first value of offset.
Read/write float
.
setValue0
in interface IColorOffset
public float getValue1()
Defines second value of offset.
Read/write float
.
getValue1
in interface IColorOffset
public void setValue1(float value)
Defines second value of offset.
Read/write float
.
setValue1
in interface IColorOffset
public float getValue2()
Defines third value of offset.
Read/write float
.
getValue2
in interface IColorOffset
public void setValue2(float value)
Defines third value of offset.
Read/write float
.
setValue2
in interface IColorOffset
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |