com.aspose.slides.pptx.animation
Class AnimMotionCmdPathEx

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

public class AnimMotionCmdPathEx
extends java.lang.Object

Represent one command of a path.


Constructor Summary
AnimMotionCmdPathEx(AnimMotionCommandPathTypeEx type, java.awt.geom.Point2D.Float[] pts, AnimMotionPathPointsTypeEx typePts, boolean bRelCoord)
           
 
Method Summary
 AnimMotionCommandPathTypeEx getCommandType()
          Returns the command type.
 java.awt.geom.Point2D.Float[] getPoints()
          Returns the points of a command.
 AnimMotionPathPointsTypeEx getPointsType()
          Returns the command points type.
 boolean isRelative()
          Determines whether the command coordinates are relative.
 void setCommandType(AnimMotionCommandPathTypeEx value)
          Sets the command type.
 void setPoints(java.awt.geom.Point2D.Float[] value)
          Sets the points of a command.
 void setPointsType(AnimMotionPathPointsTypeEx value)
          Sets the command points type.
 void setRelative(boolean value)
          Sets whether the command coordinates are relative.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnimMotionCmdPathEx

public AnimMotionCmdPathEx(AnimMotionCommandPathTypeEx type,
                           java.awt.geom.Point2D.Float[] pts,
                           AnimMotionPathPointsTypeEx typePts,
                           boolean bRelCoord)
Method Detail

getPoints

public java.awt.geom.Point2D.Float[] getPoints()
Returns the points of a command.


setPoints

public void setPoints(java.awt.geom.Point2D.Float[] value)
Sets the points of a command.

Parameters:
value -

getCommandType

public AnimMotionCommandPathTypeEx getCommandType()
Returns the command type.


setCommandType

public void setCommandType(AnimMotionCommandPathTypeEx value)
Sets the command type.

Parameters:
value -

isRelative

public boolean isRelative()
Determines whether the command coordinates are relative.


setRelative

public void setRelative(boolean value)
Sets whether the command coordinates are relative.

Parameters:
value -

getPointsType

public AnimMotionPathPointsTypeEx getPointsType()
Returns the command points type.


setPointsType

public void setPointsType(AnimMotionPathPointsTypeEx value)
Sets the command points type.

Parameters:
value -