com.aspose.slides
Class MotionCmdPathEx

java.lang.Object
  extended by com.aspose.ms.System.ValueType<T>
      extended by com.aspose.ms.lang.Struct<MotionCmdPathEx>
          extended by com.aspose.slides.MotionCmdPathEx

public class MotionCmdPathEx
extends com.aspose.ms.lang.Struct<MotionCmdPathEx>

Represent one command of a path.


Constructor Summary
MotionCmdPathEx()
           
 
Method Summary
 java.lang.Object clone()
           
 MotionCmdPathEx Clone()
           
 void CloneTo(MotionCmdPathEx that)
           
static boolean equals(MotionCmdPathEx obj1, MotionCmdPathEx obj2)
           
 boolean equals(java.lang.Object obj)
           
 int getCommandType()
           Specifies command type.
 int getPointsType()
           Specifies command points type Read/write MotionPathPointsTypeEx.
 boolean isRelative()
           Determine command coordinates relative or not.
 void isRelative(boolean value)
           
 void setCommandType(int value)
           
 void setPointsType(int value)
           
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MotionCmdPathEx

public MotionCmdPathEx()
Method Detail

getCommandType

public int getCommandType()

Specifies command type. Read/write MotionCommandPathTypeEx.


setCommandType

public void setCommandType(int value)

isRelative

public boolean isRelative()

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


isRelative

public void isRelative(boolean value)

getPointsType

public int getPointsType()

Specifies command points type Read/write MotionPathPointsTypeEx.


setPointsType

public void setPointsType(int value)

CloneTo

public void CloneTo(MotionCmdPathEx that)
Specified by:
CloneTo in class com.aspose.ms.System.ValueType<MotionCmdPathEx>

Clone

public MotionCmdPathEx Clone()
Specified by:
Clone in class com.aspose.ms.System.ValueType<MotionCmdPathEx>

clone

public java.lang.Object clone()
Overrides:
clone in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

equals

public static boolean equals(MotionCmdPathEx obj1,
                             MotionCmdPathEx obj2)