Uses of Class
org.web3d.x3d.jsail.NURBS.CoordinateDoubleObject
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.NURBS |
-
Uses of CoordinateDoubleObject in org.web3d.x3d.jsail.NURBS
Methods in org.web3d.x3d.jsail.NURBS that return CoordinateDoubleObject Modifier and Type Method Description CoordinateDoubleObjectCoordinateDoubleObject. addComments(java.lang.String newComment)Add comment as String to contained commentsList.CoordinateDoubleObjectCoordinateDoubleObject. addComments(java.lang.String[] newComments)Add comments as String[] array to contained commentsList.CoordinateDoubleObjectCoordinateDoubleObject. addComments(CommentsBlock newCommentsBlock)Add CommentsBlock to contained commentsList.CoordinateDoubleObjectCoordinateDoubleObject. addPoint(SFVec3dObject newValue)Add singleton SFVec3dObject value to MFVec3d point field.CoordinateDoubleObjectCoordinateDoubleObject. clearIS()Utility method to clear SFNode value of IS field.CoordinateDoubleObjectCoordinateDoubleObject. clearMetadata()Utility method to clear SFNode value of metadata field.CoordinateDoubleObjectCoordinateDoubleObject. setCssClass(java.lang.String newValue)Accessor method to assign String value to inputOutput SFString field named class.CoordinateDoubleObjectCoordinateDoubleObject. setCssClass(SFStringObject newValue)Assign typed object value to SFString cssClass field, similar tosetCssClass(String).CoordinateDoubleObjectCoordinateDoubleObject. setDEF(java.lang.String newValue)Accessor method to assign String value to inputOutput SFString field named DEF.CoordinateDoubleObjectCoordinateDoubleObject. setDEF(SFStringObject newValue)Assign typed object value to SFString DEF field, similar tosetDEF(String).CoordinateDoubleObjectCoordinateDoubleObject. setIS(ISObject newValue)Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.CoordinateDoubleObjectCoordinateDoubleObject. setMetadata(ProtoInstanceObject newValue)Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.CoordinateDoubleObjectCoordinateDoubleObject. setMetadata(X3DMetadataObject newValue)Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.CoordinateDoubleObjectCoordinateDoubleObject. setPoint(double[] newValue)Accessor method to assign 3-tuple double array to inputOutput MFVec3d field named point.CoordinateDoubleObjectCoordinateDoubleObject. setPoint(MFVec3dObject newValue)Assign typed object value to MFVec3d point field, similar tosetPoint(double[]).CoordinateDoubleObjectCoordinateDoubleObject. setUSE(java.lang.String newValue)Accessor method to assign String value to inputOutput SFString field named USE.CoordinateDoubleObjectCoordinateDoubleObject. setUSE(SFStringObject newValue)Assign typed object value to SFString USE field, similar tosetUSE(String).CoordinateDoubleObjectCoordinateDoubleObject. setUSE(CoordinateDoubleObject DEFnode)Assign a USE reference to another DEF node of same node type, similar tosetUSE(String).Methods in org.web3d.x3d.jsail.NURBS with parameters of type CoordinateDoubleObject Modifier and Type Method Description CoordinateDoubleObjectCoordinateDoubleObject. setUSE(CoordinateDoubleObject DEFnode)Assign a USE reference to another DEF node of same node type, similar tosetUSE(String).