Uses of Interface
org.web3d.x3d.sai.HAnim.HAnimMotion

Packages that use HAnimMotion 
Package Description
org.web3d.x3d.jsail.HAnim  
org.web3d.x3d.sai.HAnim  
  • Uses of HAnimMotion in org.web3d.x3d.jsail.HAnim

    Classes in org.web3d.x3d.jsail.HAnim that implement HAnimMotion 
    Modifier and Type Class Description
    class  HAnimMotionObject
    An HAnimMotion node supports discrete frame-by-frame playback for H-Anim motion data animation.
  • Uses of HAnimMotion in org.web3d.x3d.sai.HAnim

    Methods in org.web3d.x3d.sai.HAnim that return HAnimMotion 
    Modifier and Type Method Description
    HAnimMotion HAnimMotion.setChannels​(java.lang.String[] newValue)
    Accessor method to assign String array to inputOutput MFString field named channels.
    HAnimMotion HAnimMotion.setChannelsEnabled​(boolean[] newValue)
    Accessor method to assign boolean array to inputOutput MFBool field named channelsEnabled.
    HAnimMotion HAnimMotion.setDescription​(java.lang.String newValue)
    Accessor method to assign String value to inputOutput SFString field named description.
    HAnimMotion HAnimMotion.setEnabled​(boolean newValue)
    Accessor method to assign boolean value to inputOutput SFBool field named enabled.
    HAnimMotion HAnimMotion.setEndFrame​(int newValue)
    Accessor method to assign int value to inputOutput SFInt32 field named endFrame.
    HAnimMotion HAnimMotion.setFrameDuration​(double newValue)
    Accessor method to assign double value in seconds to inputOutput SFTime field named frameDuration.
    HAnimMotion HAnimMotion.setFrameIncrement​(int newValue)
    Accessor method to assign int value to inputOutput SFInt32 field named frameIncrement.
    HAnimMotion HAnimMotion.setFrameIndex​(int newValue)
    Accessor method to assign int value to inputOutput SFInt32 field named frameIndex.
    HAnimMotion HAnimMotion.setJoints​(java.lang.String[] newValue)
    Accessor method to assign String array to inputOutput MFString field named joints.
    HAnimMotion HAnimMotion.setLoa​(int newValue)
    Accessor method to assign int value to inputOutput SFInt32 field named loa.
    HAnimMotion HAnimMotion.setLoop​(boolean newValue)
    Accessor method to assign boolean value to inputOutput SFBool field named loop.
    HAnimMotion HAnimMotion.setMetadata​(X3DMetadataObject newValue)
    Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
    HAnimMotion HAnimMotion.setStartFrame​(int newValue)
    Accessor method to assign int value to inputOutput SFInt32 field named startFrame.
    HAnimMotion HAnimMotion.setValues​(float[] newValue)
    Accessor method to assign float array to inputOutput MFFloat field named values.