public interface SliderJoint extends X3DRigidJointNode
| Modifier and Type | Method and Description |
|---|---|
float[] |
getAxis()
Provide array of 3-tuple float results from inputOutput SFVec3f field named axis.
|
RigidBody |
getBody1()
Provide RigidBody instance (using a properly typed node) from inputOutput SFNode field body1.
|
RigidBody |
getBody2()
Provide RigidBody instance (using a properly typed node) from inputOutput SFNode field body2.
|
java.lang.String[] |
getForceOutput()
Provide array of String enumeration results ['"ALL"'|'"NONE"'|'"etc."'] from inputOutput MFString field named forceOutput.
|
float |
getMaxSeparation()
Provide float value from inputOutput SFFloat field named maxSeparation.
|
X3DMetadataObject |
getMetadata()
Provide X3DMetadataObject instance (using a properly typed node) from inputOutput SFNode field metadata.
|
float |
getMinSeparation()
Provide float value from inputOutput SFFloat field named minSeparation.
|
float |
getSeparation()
Provide float value from outputOnly SFFloat field named separation.
|
float |
getSeparationRate()
Provide float value from outputOnly SFFloat field named separationRate.
|
float |
getSliderForce()
Provide float value from inputOutput SFFloat field named sliderForce.
|
float |
getStopBounce()
Provide float value from inputOutput SFFloat field named stopBounce.
|
float |
getStopErrorCorrection()
Provide float value from inputOutput SFFloat field named stopErrorCorrection.
|
SliderJoint |
setAxis(float[] newValue)
Assign 3-tuple float array to inputOutput SFVec3f field named axis.
|
SliderJoint |
setBody1(RigidBody newValue)
Assign RigidBody instance (using a properly typed node) to inputOutput SFNode field body1.
|
SliderJoint |
setBody2(RigidBody newValue)
Assign RigidBody instance (using a properly typed node) to inputOutput SFNode field body2.
|
SliderJoint |
setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
SliderJoint |
setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
SliderJoint |
setForceOutput(java.lang.String[] newValue)
Assign String enumeration array (""ALL""|""NONE"") ['"ALL"'|'"NONE"'|'"etc."'] to inputOutput MFString field named forceOutput.
|
SliderJoint |
setMaxSeparation(float newValue)
Assign float value to inputOutput SFFloat field named maxSeparation.
|
SliderJoint |
setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
SliderJoint |
setMinSeparation(float newValue)
Assign float value to inputOutput SFFloat field named minSeparation.
|
SliderJoint |
setSliderForce(float newValue)
Assign float value to inputOutput SFFloat field named sliderForce.
|
SliderJoint |
setStopBounce(float newValue)
Assign float value to inputOutput SFFloat field named stopBounce.
|
SliderJoint |
setStopErrorCorrection(float newValue)
Assign float value to inputOutput SFFloat field named stopErrorCorrection.
|
SliderJoint |
setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
float[] getAxis()
SliderJoint setAxis(float[] newValue)
newValue - is new value for the axis field.SliderJoint - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).RigidBody getBody1()
getBody1 in interface X3DRigidJointNodeSliderJoint setBody1(RigidBody newValue)
setBody1 in interface X3DRigidJointNodenewValue - is new value for the body1 field.SliderJoint - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).RigidBody getBody2()
getBody2 in interface X3DRigidJointNodeSliderJoint setBody2(RigidBody newValue)
setBody2 in interface X3DRigidJointNodenewValue - is new value for the body2 field.SliderJoint - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).java.lang.String[] getForceOutput()
getForceOutput in interface X3DRigidJointNodeSliderJoint setForceOutput(java.lang.String[] newValue)
setForceOutput in interface X3DRigidJointNodenewValue - is new value for the forceOutput field.SliderJoint - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).float getMaxSeparation()
SliderJoint setMaxSeparation(float newValue)
newValue - is new value for the maxSeparation field.SliderJoint - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).X3DMetadataObject getMetadata()
getMetadata in interface X3DNodegetMetadata in interface X3DRigidJointNodeSliderJoint setMetadata(X3DMetadataObject newValue)
setMetadata in interface X3DNodesetMetadata in interface X3DRigidJointNodenewValue - is new value for the metadata field.SliderJoint - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).float getMinSeparation()
SliderJoint setMinSeparation(float newValue)
newValue - is new value for the minSeparation field.SliderJoint - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).float getSeparation()
float getSeparationRate()
float getSliderForce()
SliderJoint setSliderForce(float newValue)
newValue - is new value for the sliderForce field.SliderJoint - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).float getStopBounce()
SliderJoint setStopBounce(float newValue)
newValue - is new value for the stopBounce field.SliderJoint - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).float getStopErrorCorrection()
SliderJoint setStopErrorCorrection(float newValue)
newValue - is new value for the stopErrorCorrection field.SliderJoint - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).SliderJoint setDEF(java.lang.String newValue)
setDEF in interface X3DNodesetDEF in interface X3DRigidJointNodenewValue - is new value for the DEF field.SliderJoint - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).SliderJoint setUSE(java.lang.String newValue)
USE node is still an independent object, with the USE value matching the DEF value in the preceding object.
setUSE() method on this node resets all other fields to their default values (except for containerField) and also releases all child nodes.setUSE in interface X3DNodesetUSE in interface X3DRigidJointNodenewValue - is new value for the USE field.SliderJoint - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).SliderJoint setCssClass(java.lang.String newValue)
setCssClass in interface X3DNodesetCssClass in interface X3DRigidJointNodenewValue - is new value for the class field.SliderJoint - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.