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