|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.aspose.slides.pptx.animation.AnimPointEx
public class AnimPointEx
| Constructor Summary | |
|---|---|
AnimPointEx()
|
|
AnimPointEx(float tm,
java.lang.Object val,
java.lang.String f)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getFormula()
Formulas within values, from, to, by attributes can be made up of these: Standard arithmetic operators: +, -, *, /, ^, % (mod) Constants: pi e Conditional operators: abs, min, max, ? |
float |
getTime()
Returns the time value. |
java.lang.Object |
getValue()
Represents point value. |
void |
setFormula(java.lang.String value)
Formulas within values, from, to, by attributes can be made up of these: Standard arithmetic operators: +, -, *, /, ^, % (mod) Constants: pi e Conditional operators: abs, min, max, ? |
void |
setTime(float value)
Sets the time value. |
void |
setValue(java.lang.Object value)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AnimPointEx()
public AnimPointEx(float tm,
java.lang.Object val,
java.lang.String f)
| Method Detail |
|---|
public float getTime()
public void setTime(float value)
value - public java.lang.Object getValue()
public void setValue(java.lang.Object value)
public java.lang.String getFormula()
public void setFormula(java.lang.String value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||