com.aspose.slides.pptx.animation
Class PointEx

java.lang.Object
  extended by com.aspose.slides.pptx.animation.PointEx

public class PointEx
extends java.lang.Object

Animation point.


Constructor Summary
PointEx()
          Default constructor.
PointEx(float time, java.lang.Object value, java.lang.String formula)
          Creates animation point using 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()
          Returns the time value.
 java.lang.Object getValue()
          Returns the 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)
          Sets the point value.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PointEx

public PointEx()
Default constructor.


PointEx

public PointEx(float time,
               java.lang.Object value,
               java.lang.String formula)
Creates animation point using time, value and formula.

Method Detail

getTime

public float getTime()
Returns the time value.


setTime

public void setTime(float value)
Sets the time value.


getValue

public java.lang.Object getValue()
Returns the point value. Only: Boolean, ColorFormatEx, Float, Integer, String.


setValue

public void setValue(java.lang.Object value)
Sets the point value. Only: Boolean, ColorFormatEx, Float, Integer, String.


getFormula

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-$)"


setFormula

public 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’, ‘?’ (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-$)"