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