Class vrml.Kinemation
Class vrml.Kinemation
java.lang.Object
|
+----vrml.Transform
|
+----vrml.Kinemation
- public class Kinemation
- extends Transform
This class correspond the Kinemation node in Moving World.
Method Index
- o
getFrame()
- Get current frame no of this VRML node.
- o
getFrameNum()
- Get number of kinemation frame of this VRML node.
- o
setFrame(int)
- Set kinemation frame of this VRML node.
- o
setNextPosture()
- Animate this VRML node.
- o
setPrevPosture()
- Animate this VRML node.
Methods
o
setFrame
public void setFrame(int frame)
- Set kinemation frame of this VRML node.
- Parameters:
- frame - frame no.
o
setNextPosture
public void setNextPosture()
- Animate this VRML node.
o
setPrevPosture
public void setPrevPosture()
- Animate this VRML node.
o
getFrame
public int getFrame()
- Get current frame no of this VRML node.
- Returns:
- current frame no.
o
getFrameNum
public int getFrameNum()
- Get number of kinemation frame of this VRML node.
- Returns:
- number of kinemation frame.