com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Interface IPoint

  • All Known Implementing Classes:
    Point


    public interface IPoint

    Represent animation point.

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      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.
    • Method Detail

      • getTime

        float getTime()

        Represents time value. Read/write float.

      • setTime

        void setTime(float value)

        Represents time value. Read/write float.

      • getValue

        java.lang.Object getValue()

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

      • setValue

        void setValue(java.lang.Object value)

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

      • getFormula

        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.

      • setFormula

        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.