|
|||||||||
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
Represent one command of a path.
Constructor Summary | |
---|---|
AnimMotionCmdPathEx(AnimMotionCommandPathTypeEx type,
java.awt.geom.Point2D.Float[] pts,
AnimMotionPathPointsTypeEx typePts,
boolean bRelCoord)
|
Method Summary | |
---|---|
AnimMotionCommandPathTypeEx |
getCommandType()
Returns the command type. |
java.awt.geom.Point2D.Float[] |
getPoints()
Returns the points of a command. |
AnimMotionPathPointsTypeEx |
getPointsType()
Returns the command points type. |
boolean |
isRelative()
Determines whether the command coordinates are relative. |
void |
setCommandType(AnimMotionCommandPathTypeEx value)
Sets the command type. |
void |
setPoints(java.awt.geom.Point2D.Float[] value)
Sets the points of a command. |
void |
setPointsType(AnimMotionPathPointsTypeEx value)
Sets the command points type. |
void |
setRelative(boolean value)
Sets whether the command 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)
Method Detail |
---|
public java.awt.geom.Point2D.Float[] getPoints()
public void setPoints(java.awt.geom.Point2D.Float[] value)
value
- public AnimMotionCommandPathTypeEx getCommandType()
public void setCommandType(AnimMotionCommandPathTypeEx value)
value
- public boolean isRelative()
public void setRelative(boolean value)
value
- public AnimMotionPathPointsTypeEx getPointsType()
public void setPointsType(AnimMotionPathPointsTypeEx value)
value
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |