|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.MotionCmdPath
public class MotionCmdPath
Represent one command of a path.
Method Summary | |
---|---|
int |
getCommandType()
Specifies command type. |
java.awt.geom.Point2D.Float[] |
getPoints()
Specifies points of command. |
int |
getPointsType()
Specifies command points type Read/write MotionPathPointsType . |
boolean |
isRelative()
Determine command coordinates relative or not. |
void |
setCommandType(int value)
Specifies command type. |
void |
setPoints(java.awt.geom.Point2D.Float[] value)
Specifies points of command. |
void |
setPointsType(int value)
Specifies command points type Read/write MotionPathPointsType . |
void |
setRelative(boolean value)
Determine command coordinates relative or not. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.awt.geom.Point2D.Float[] getPoints()
Specifies points of command.
Read/write java.awt.geom.Point2D.Float[]
.
getPoints
in interface IMotionCmdPath
public void setPoints(java.awt.geom.Point2D.Float[] value)
Specifies points of command.
Read/write java.awt.geom.Point2D.Float[]
[].
setPoints
in interface IMotionCmdPath
public int getCommandType()
Specifies command type.
Read/write MotionCommandPathType
.
getCommandType
in interface IMotionCmdPath
public void setCommandType(int value)
Specifies command type.
Read/write MotionCommandPathType
.
setCommandType
in interface IMotionCmdPath
public boolean isRelative()
Determine command coordinates relative or not.
Read/write boolean
.
isRelative
in interface IMotionCmdPath
public void setRelative(boolean value)
Determine command coordinates relative or not.
Read/write boolean
.
setRelative
in interface IMotionCmdPath
public int getPointsType()
Specifies command points type
Read/write MotionPathPointsType
.
getPointsType
in interface IMotionCmdPath
public void setPointsType(int value)
Specifies command points type
Read/write MotionPathPointsType
.
setPointsType
in interface IMotionCmdPath
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |