|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.pptx.animation.MotionCmdPathEx
public class MotionCmdPathEx
Single motion command of a path.
Constructor Summary | |
---|---|
MotionCmdPathEx(MotionCommandPathTypeEx type,
java.awt.geom.Point2D.Float[] pts,
MotionPathPointsTypeEx typePts,
boolean bRelCoord)
Creates new motion sub path. |
Method Summary | |
---|---|
MotionCommandPathTypeEx |
getCommandType()
Returns the type of a motion sub path. |
java.awt.geom.Point2D.Float[] |
getPoints()
Returns the points of a motion sub path. |
MotionPathPointsTypeEx |
getPointsType()
Returns the points type of a sub path. |
boolean |
isRelative()
Determines whether the sub path coordinates are relative. |
void |
setCommandType(MotionCommandPathTypeEx value)
Sets the type of a motion sub path. |
void |
setPoints(java.awt.geom.Point2D.Float[] value)
Sets the points of a motion sub path. |
void |
setPointsType(MotionPathPointsTypeEx value)
Sets the points type of a sub path. |
void |
setRelative(boolean value)
Sets whether the sub path coordinates are relative. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MotionCmdPathEx(MotionCommandPathTypeEx type, java.awt.geom.Point2D.Float[] pts, MotionPathPointsTypeEx typePts, boolean bRelCoord)
type
- pts
- typePts
- bRelCoord
- Method Detail |
---|
public java.awt.geom.Point2D.Float[] getPoints()
public void setPoints(java.awt.geom.Point2D.Float[] value)
public MotionCommandPathTypeEx getCommandType()
public void setCommandType(MotionCommandPathTypeEx value)
value
- new type of a motion sub path.public boolean isRelative()
public void setRelative(boolean value)
public MotionPathPointsTypeEx getPointsType()
public void setPointsType(MotionPathPointsTypeEx value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |