com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Interface IMotionCmdPath

  • All Known Implementing Classes:
    MotionCmdPath


    public interface IMotionCmdPath

    Represent one command of a path.

    • Method Detail

      • getPoints

        android.graphics.PointF[] getPoints()

        Specifies points of command. Read/write android.graphics.PointF[].

      • setPoints

        void setPoints(android.graphics.PointF[] value)

        Specifies points of command. Read/write android.graphics.PointF[].

      • setCommandType

        void setCommandType(int value)

        Specifies command type. Read/write MotionCommandPathType.

      • isRelative

        boolean isRelative()

        Determine command coordinates relative or not. Read/write boolean.

      • setRelative

        void setRelative(boolean value)

        Determine command coordinates relative or not. Read/write boolean.

      • setPointsType

        void setPointsType(int value)

        Specifies command points type Read/write MotionPathPointsType.