|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.ms.System.ValueType<T>
com.aspose.ms.lang.Struct<MotionCmdPathEx>
com.aspose.slides.MotionCmdPathEx
public class 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. |
java.awt.geom.Point2D.Float[] |
getPoints()
|
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 |
setPoints(java.awt.geom.Point2D.Float[] value)
|
void |
setPointsType(int value)
|
Methods inherited from class java.lang.Object |
---|
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MotionCmdPathEx()
Method Detail |
---|
public java.awt.geom.Point2D.Float[] getPoints()
public void setPoints(java.awt.geom.Point2D.Float[] value)
public int getCommandType()
Specifies command type.
Read/write MotionCommandPathTypeEx
.
public void setCommandType(int value)
public boolean isRelative()
Determine command coordinates relative or not.
Read/write bool
.
public void isRelative(boolean value)
public int getPointsType()
Specifies command points type
Read/write MotionPathPointsTypeEx
.
public void setPointsType(int value)
public void CloneTo(MotionCmdPathEx that)
CloneTo
in class com.aspose.ms.System.ValueType<MotionCmdPathEx>
public MotionCmdPathEx Clone()
Clone
in class com.aspose.ms.System.ValueType<MotionCmdPathEx>
public java.lang.Object clone()
clone
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public static boolean equals(MotionCmdPathEx obj1, MotionCmdPathEx obj2)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |