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