BoundedPhysicsModel |
BoundedPhysicsModel.addComments(java.lang.String newComment) |
Add comment as String to contained commentsList.
|
BoundedPhysicsModel |
BoundedPhysicsModel.addComments(java.lang.String[] newComments) |
Add comments as String[] array to contained commentsList.
|
BoundedPhysicsModel |
BoundedPhysicsModel.addComments(CommentsBlock newCommentsBlock) |
Add CommentsBlock to contained commentsList.
|
BoundedPhysicsModel |
BoundedPhysicsModel.clearGeometry() |
Utility method to clear SFNode value of geometry field.
|
BoundedPhysicsModel |
BoundedPhysicsModel.clearIS() |
Utility method to clear SFNode value of IS field.
|
BoundedPhysicsModel |
BoundedPhysicsModel.clearMetadata() |
Utility method to clear SFNode value of metadata field.
|
BoundedPhysicsModel |
BoundedPhysicsModel.setCssClass(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named class.
|
BoundedPhysicsModel |
BoundedPhysicsModel.setCssClass(SFString newValue) |
|
BoundedPhysicsModel |
BoundedPhysicsModel.setDEF(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named DEF.
|
BoundedPhysicsModel |
BoundedPhysicsModel.setDEF(SFString newValue) |
Assign typed object value to SFString DEF field, similar to setDEF(String) .
|
BoundedPhysicsModel |
BoundedPhysicsModel.setEnabled(boolean newValue) |
Accessor method to assign boolean value to inputOutput SFBool field named enabled.
|
BoundedPhysicsModel |
BoundedPhysicsModel.setEnabled(SFBool newValue) |
|
BoundedPhysicsModel |
BoundedPhysicsModel.setGeometry(ProtoInstance newValue) |
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field geometry.
|
BoundedPhysicsModel |
BoundedPhysicsModel.setGeometry(X3DGeometryNode newValue) |
Accessor method to assign org.web3d.x3d.sai.Rendering.X3DGeometryNode instance (using a properly typed node) to inputOutput SFNode field geometry.
|
BoundedPhysicsModel |
BoundedPhysicsModel.setIS(IS newValue) |
Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.
|
BoundedPhysicsModel |
BoundedPhysicsModel.setMetadata(ProtoInstance newValue) |
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
BoundedPhysicsModel |
BoundedPhysicsModel.setMetadata(X3DMetadataObject newValue) |
Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
BoundedPhysicsModel |
BoundedPhysicsModel.setUSE(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named USE.
|
BoundedPhysicsModel |
BoundedPhysicsModel.setUSE(SFString newValue) |
Assign typed object value to SFString USE field, similar to setUSE(String) .
|
BoundedPhysicsModel |
BoundedPhysicsModel.setUSE(BoundedPhysicsModel DEFnode) |
Assign a USE reference to another DEF node of same node type, similar to setUSE(String) .
|