public class MotionCmdPath extends java.lang.Object implements IMotionCmdPath
Represent one command of a path.
| Modifier and Type | Method and Description |
|---|---|
int |
getCommandType()
Specifies command type.
|
android.graphics.PointF[] |
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(android.graphics.PointF[] 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.
|
public final android.graphics.PointF[] getPoints()
Specifies points of command.
Read/write android.graphics.PointF[].
getPoints in interface IMotionCmdPathpublic final void setPoints(android.graphics.PointF[] value)
Specifies points of command.
Read/write android.graphics.PointF[].
setPoints in interface IMotionCmdPathpublic final int getCommandType()
Specifies command type.
Read/write MotionCommandPathType.
getCommandType in interface IMotionCmdPathpublic final void setCommandType(int value)
Specifies command type.
Read/write MotionCommandPathType.
setCommandType in interface IMotionCmdPathpublic final boolean isRelative()
Determine command coordinates relative or not.
Read/write boolean.
isRelative in interface IMotionCmdPathpublic final void setRelative(boolean value)
Determine command coordinates relative or not.
Read/write boolean.
setRelative in interface IMotionCmdPathpublic final int getPointsType()
Specifies command points type
Read/write MotionPathPointsType.
getPointsType in interface IMotionCmdPathpublic final void setPointsType(int value)
Specifies command points type
Read/write MotionPathPointsType.
setPointsType in interface IMotionCmdPathCopyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.