IMotionCmdPath
public interface IMotionCmdPath
Represent one command of a path.
Methods
Method | Description |
---|---|
getPoints() | Specifies points of command. |
setPoints(PointF[] value) | Specifies points of command. |
getCommandType() | Specifies command type. |
setCommandType(int value) | Specifies command type. |
isRelative() | Determine command coordinates relative or not. |
setRelative(boolean value) | Determine command coordinates relative or not. |
getPointsType() | Specifies command points type Read/write MotionPathPointsType. |
setPointsType(int value) | Specifies command points type Read/write MotionPathPointsType. |
getPoints()
public abstract PointF[] getPoints()
Specifies points of command. Read/write android.graphics.PointF[].
Returns: android.graphics.PointF[]
setPoints(PointF[] value)
public abstract void setPoints(PointF[] value)
Specifies points of command. Read/write android.graphics.PointF[].
Parameters:
Parameter | Type | Description |
---|---|---|
value | android.graphics.PointF[] |
getCommandType()
public abstract int getCommandType()
Specifies command type. Read/write MotionCommandPathType.
Returns: int
setCommandType(int value)
public abstract void setCommandType(int value)
Specifies command type. Read/write MotionCommandPathType.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
isRelative()
public abstract boolean isRelative()
Determine command coordinates relative or not. Read/write boolean.
Returns: boolean
setRelative(boolean value)
public abstract void setRelative(boolean value)
Determine command coordinates relative or not. Read/write boolean.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
getPointsType()
public abstract int getPointsType()
Specifies command points type Read/write MotionPathPointsType.
Returns: int
setPointsType(int value)
public abstract void setPointsType(int value)
Specifies command points type Read/write MotionPathPointsType.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |