public interface X3DDamperNode extends X3DFollowerNode
| Modifier and Type | Method and Description |
|---|---|
boolean |
getIsActive()
Provide boolean value from outputOnly SFBool field named isActive.
|
X3DMetadataObject |
getMetadata()
Provide X3DMetadataObject instance (using a properly typed node) from inputOutput SFNode field metadata.
|
int |
getOrder()
Provide int value within allowed range of [0,5] from initializeOnly SFInt32 field named order.
|
double |
getTau()
Provide double value in seconds within allowed range of [0,infinity) from inputOutput SFTime field named tau.
|
float |
getTolerance()
Provide float value from inputOutput SFFloat field named tolerance.
|
X3DDamperNode |
setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
X3DDamperNode |
setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
X3DDamperNode |
setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
X3DDamperNode |
setOrder(int newValue)
Assign int value within allowed range of [0,5] to initializeOnly SFInt32 field named order.
|
X3DDamperNode |
setTau(double newValue)
Assign double value in seconds within allowed range of [0,infinity) to inputOutput SFTime field named tau.
|
X3DDamperNode |
setTolerance(float newValue)
Assign float value to inputOutput SFFloat field named tolerance.
|
X3DDamperNode |
setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
boolean getIsActive()
getIsActive in interface X3DFollowerNodeX3DMetadataObject getMetadata()
getMetadata in interface X3DChildNodegetMetadata in interface X3DFollowerNodegetMetadata in interface X3DNodeX3DDamperNode setMetadata(X3DMetadataObject newValue)
setMetadata in interface X3DChildNodesetMetadata in interface X3DFollowerNodesetMetadata in interface X3DNodenewValue - is new value for the metadata field.X3DDamperNode - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).int getOrder()
X3DDamperNode setOrder(int newValue)
newValue - is new value for the order field.X3DDamperNode - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).double getTau()
X3DDamperNode setTau(double newValue)
newValue - is new value for the tau field.X3DDamperNode - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).float getTolerance()
X3DDamperNode setTolerance(float newValue)
newValue - is new value for the tolerance field.X3DDamperNode - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).X3DDamperNode setDEF(java.lang.String newValue)
setDEF in interface X3DChildNodesetDEF in interface X3DFollowerNodesetDEF in interface X3DNodenewValue - is new value for the DEF field.X3DDamperNode - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).X3DDamperNode 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 X3DChildNodesetUSE in interface X3DFollowerNodesetUSE in interface X3DNodenewValue - is new value for the USE field.X3DDamperNode - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).X3DDamperNode setCssClass(java.lang.String newValue)
setCssClass in interface X3DChildNodesetCssClass in interface X3DFollowerNodesetCssClass in interface X3DNodenewValue - is new value for the class field.X3DDamperNode - 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.