com.spire.presentation.drawing.animation
Class MotionCmdPathEx

java.lang.Object
  extended by com.spire.presentation.drawing.animation.MotionCmdPathEx

public final class MotionCmdPathEx
extends java.lang.Object

Represent one command of a path.


Constructor Summary
MotionCmdPathEx()
           
MotionCmdPathEx(MotionCommandPathType type, com.spire.ms.System.Drawing.PointF[] pts, MotionPathPointsType typePts, boolean bRelCoord)
           
 
Method Summary
 MotionCommandPathType getCommandType()
          Specifies command type.
 java.awt.geom.Point2D[] getMotionPoints()
          Specifies points of command.
 

Constructor Detail

MotionCmdPathEx

public MotionCmdPathEx()

MotionCmdPathEx

public MotionCmdPathEx(MotionCommandPathType type,
                       com.spire.ms.System.Drawing.PointF[] pts,
                       MotionPathPointsType typePts,
                       boolean bRelCoord)
Method Detail

getMotionPoints

public java.awt.geom.Point2D[] getMotionPoints()
Specifies points of command. Read/write [].


getCommandType

public MotionCommandPathType getCommandType()
Specifies command type. Read/write .