com.aspose.slides
Class Point

java.lang.Object
  extended by com.aspose.slides.Point
All Implemented Interfaces:
IPoint

public class Point
extends java.lang.Object
implements IPoint

Represent animation point.


Constructor Summary
Point()
           Default constructor.
Point(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�, �?� (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.
 float getTime()
           Represents 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�, �?� (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.
 void setTime(float value)
           Represents time value.
 void setValue(java.lang.Object value)
           Represents point value.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Point

public Point()

Default constructor.


Point

public Point(float time,
             java.lang.Object value,
             java.lang.String formula)

Create animation point with time, value and formula.

Parameters:
time -
value -
formula -
Method Detail

getTime

public float getTime()

Represents time value. Read/write float.

Specified by:
getTime in interface IPoint

setTime

public void setTime(float value)

Represents time value. Read/write float.

Specified by:
setTime in interface IPoint

getValue

public java.lang.Object getValue()

Represents point value. Only: bool, ColorFormat, float, int, string. Read/write Object.

Specified by:
getValue in interface IPoint

setValue

public void setValue(java.lang.Object value)

Represents point value. Only: bool, ColorFormat, float, int, string. Read/write Object.

Specified by:
setValue in interface IPoint

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-$)" Read/write String.

Specified by:
getFormula in interface IPoint

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-$)" Read/write String.

Specified by:
setFormula in interface IPoint


Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.