Uses of Class
org.web3d.x3d.jsail.Rendering.NormalObject
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Rendering |
-
Uses of NormalObject in org.web3d.x3d.jsail.Rendering
Methods in org.web3d.x3d.jsail.Rendering that return NormalObject Modifier and Type Method Description NormalObjectNormalObject. addComments(java.lang.String newComment)Add comment as String to contained commentsList.NormalObjectNormalObject. addComments(java.lang.String[] newComments)Add comments as String[] array to contained commentsList.NormalObjectNormalObject. addComments(CommentsBlock newCommentsBlock)Add CommentsBlock to contained commentsList.NormalObjectNormalObject. addVector(SFVec3fObject newValue)Add singleton SFVec3fObject value to MFVec3f vector field.NormalObjectNormalObject. clearIS()Utility method to clear SFNode value of IS field.NormalObjectNormalObject. clearMetadata()Utility method to clear SFNode value of metadata field.NormalObjectNormalObject. setCssClass(java.lang.String newValue)Accessor method to assign String value to inputOutput SFString field named class.NormalObjectNormalObject. setCssClass(SFStringObject newValue)Assign typed object value to SFString cssClass field, similar tosetCssClass(String).NormalObjectNormalObject. setDEF(java.lang.String newValue)Accessor method to assign String value to inputOutput SFString field named DEF.NormalObjectNormalObject. setDEF(SFStringObject newValue)Assign typed object value to SFString DEF field, similar tosetDEF(String).NormalObjectNormalObject. setIS(ISObject newValue)Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.NormalObjectNormalObject. setMetadata(ProtoInstanceObject newValue)Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.NormalObjectNormalObject. setMetadata(X3DMetadataObject newValue)Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.NormalObjectNormalObject. setUSE(java.lang.String newValue)Accessor method to assign String value to inputOutput SFString field named USE.NormalObjectNormalObject. setUSE(SFStringObject newValue)Assign typed object value to SFString USE field, similar tosetUSE(String).NormalObjectNormalObject. setUSE(NormalObject DEFnode)Assign a USE reference to another DEF node of same node type, similar tosetUSE(String).NormalObjectNormalObject. setVector(double[] newArray)Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetVector(float[]).NormalObjectNormalObject. setVector(float[] newValue)Accessor method to assign 3-tuple float array to inputOutput MFVec3f field named vector.NormalObjectNormalObject. setVector(MFVec3fObject newValue)Assign typed object value to MFVec3f vector field, similar tosetVector(float[]).Methods in org.web3d.x3d.jsail.Rendering with parameters of type NormalObject Modifier and Type Method Description NormalObjectNormalObject. setUSE(NormalObject DEFnode)Assign a USE reference to another DEF node of same node type, similar tosetUSE(String).