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 CoordinateDoubleObject
CoordinateDoubleObject. addComments(java.lang.String newComment)
Add comment as String to contained commentsList.CoordinateDoubleObject
CoordinateDoubleObject. addComments(java.lang.String[] newComments)
Add comments as String[] array to contained commentsList.CoordinateDoubleObject
CoordinateDoubleObject. addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.CoordinateDoubleObject
CoordinateDoubleObject. addPoint(SFVec3dObject newValue)
Add singleton SFVec3dObject value to MFVec3d point field.CoordinateDoubleObject
CoordinateDoubleObject. clearIS()
Utility method to clear SFNode value of IS field.CoordinateDoubleObject
CoordinateDoubleObject. clearMetadata()
Utility method to clear SFNode value of metadata field.CoordinateDoubleObject
CoordinateDoubleObject. setCssClass(java.lang.String newValue)
Accessor method to assign String value to inputOutput SFString field named class.CoordinateDoubleObject
CoordinateDoubleObject. setCssClass(SFStringObject newValue)
Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.CoordinateDoubleObject
CoordinateDoubleObject. setDEF(java.lang.String newValue)
Accessor method to assign String value to inputOutput SFString field named DEF.CoordinateDoubleObject
CoordinateDoubleObject. setDEF(SFStringObject newValue)
Assign typed object value to SFString DEF field, similar tosetDEF(String)
.CoordinateDoubleObject
CoordinateDoubleObject. setIS(ISObject newValue)
Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.CoordinateDoubleObject
CoordinateDoubleObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.CoordinateDoubleObject
CoordinateDoubleObject. setMetadata(X3DMetadataObject newValue)
Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.CoordinateDoubleObject
CoordinateDoubleObject. setPoint(double[] newValue)
Accessor method to assign 3-tuple double array to inputOutput MFVec3d field named point.CoordinateDoubleObject
CoordinateDoubleObject. setPoint(MFVec3dObject newValue)
Assign typed object value to MFVec3d point field, similar tosetPoint(double[])
.CoordinateDoubleObject
CoordinateDoubleObject. setUSE(java.lang.String newValue)
Accessor method to assign String value to inputOutput SFString field named USE.CoordinateDoubleObject
CoordinateDoubleObject. setUSE(SFStringObject newValue)
Assign typed object value to SFString USE field, similar tosetUSE(String)
.CoordinateDoubleObject
CoordinateDoubleObject. 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 CoordinateDoubleObject
CoordinateDoubleObject. setUSE(CoordinateDoubleObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.