|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMotionCmdPath
Method Summary | |
---|---|
int |
getCommandType()
Specifies command type. |
java.awt.geom.Point2D.Float[] |
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(java.awt.geom.Point2D.Float[] 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. |
Method Detail |
---|
java.awt.geom.Point2D.Float[] getPoints()
Specifies points of command.
Read/write PointF[]
.
void setPoints(java.awt.geom.Point2D.Float[] value)
Specifies points of command.
Read/write PointF[]
.
int getCommandType()
Specifies command type.
Read/write MotionCommandPathType
.
void setCommandType(int value)
Specifies command type.
Read/write MotionCommandPathType
.
boolean isRelative()
Determine command coordinates relative or not.
Read/write boolean
.
void setRelative(boolean value)
Determine command coordinates relative or not.
Read/write boolean
.
int getPointsType()
Specifies command points type
Read/write MotionPathPointsType
.
void setPointsType(int value)
Specifies command points type
Read/write MotionPathPointsType
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |