|
||||||||
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 |
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 |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.awt.geom.Point2D.Float[] getPoints()
Specifies points of command.
Read/write PointF
[].
getPoints
in interface IMotionCmdPath
public void setPoints(java.awt.geom.Point2D.Float[] value)
setPoints
in interface IMotionCmdPath
public int getCommandType()
Specifies command type.
Read/write MotionCommandPathType
.
getCommandType
in interface IMotionCmdPath
public void setCommandType(int value)
setCommandType
in interface IMotionCmdPath
public boolean isRelative()
Determine command coordinates relative or not.
Read/write bool
.
isRelative
in interface IMotionCmdPath
public void isRelative(boolean value)
isRelative
in interface IMotionCmdPath
public int getPointsType()
Specifies command points type
Read/write MotionPathPointsType
.
getPointsType
in interface IMotionCmdPath
public void setPointsType(int value)
setPointsType
in interface IMotionCmdPath
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |