|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.pptx.animation.AnimMotionCmdPathEx
public class AnimMotionCmdPathEx
Single motion command of a path.
Constructor Summary | |
---|---|
AnimMotionCmdPathEx(AnimMotionCommandPathTypeEx type,
java.awt.geom.Point2D.Float[] pts,
AnimMotionPathPointsTypeEx typePts,
boolean bRelCoord)
Creates new motion sub path. |
Method Summary | |
---|---|
AnimMotionCommandPathTypeEx |
getCommandType()
Returns the type of a motion sub path. |
java.awt.geom.Point2D.Float[] |
getPoints()
Returns the points of a motion sub path. |
AnimMotionPathPointsTypeEx |
getPointsType()
Returns the points type of a sub path. |
boolean |
isRelative()
Determines whether the sub path coordinates are relative. |
void |
setCommandType(AnimMotionCommandPathTypeEx 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(AnimMotionPathPointsTypeEx 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 AnimMotionCmdPathEx(AnimMotionCommandPathTypeEx type, java.awt.geom.Point2D.Float[] pts, AnimMotionPathPointsTypeEx 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 AnimMotionCommandPathTypeEx getCommandType()
public void setCommandType(AnimMotionCommandPathTypeEx value)
value
- new type of a motion sub path.public boolean isRelative()
public void setRelative(boolean value)
public AnimMotionPathPointsTypeEx getPointsType()
public void setPointsType(AnimMotionPathPointsTypeEx value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |