|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.PointEx
public class PointEx
Represent animation point.
Constructor Summary | |
---|---|
PointEx()
Default constructor. |
|
PointEx(float time,
java.lang.Object value,
java.lang.String formula)
Create animation point with time, value and formula. |
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()
Represents time value. |
java.lang.Object |
getValue()
Represents point value. |
void |
setFormula(java.lang.String value)
|
void |
setTime(float 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 PointEx()
Default constructor.
public PointEx(float time, java.lang.Object value, java.lang.String formula)
Create animation point with time, value and formula.
time
- value
- formula
- Method Detail |
---|
public float getTime()
Represents time value.
Read/write float
.
public void setTime(float value)
public java.lang.Object getValue()
Represents point value. Only: bool, ColorFormatEx, float, int, string.
public void setValue(java.lang.Object value)
public 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�, �?� (if)
Comparison operators: '==', '>=', '', '!=', '!'
Trigonometric operators: �sin()�, �cos()�, �tan()�, �asin()�, �acos()�, �atan()�
Natural logarithm �ln()�
Property references (host supported properties)
for example: "#ppt_x+(cos(-2*pi*(1-$))*-#ppt_x-sin(-2*pi*(1-$))*(1-#ppt_y))*(1-$)"
Read/write string
.
public void setFormula(java.lang.String value)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |