Uses of Class
org.web3d.x3d.jsail.Rendering.Coordinate
Package
Description
The Rendering component includes fundamental rendering primitives such as TriangleSet and PointSet nodes, as well as geometric properties nodes that define how coordinate indices, colors, normals and texture coordinates are specified.
-
Uses of Coordinate in org.web3d.x3d.jsail.Rendering
Modifier and TypeMethodDescriptionCoordinate.addComments
(String newComment) Add comment as String to contained commentsList.Coordinate.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.Coordinate.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.Add singleton SFVec3f value to MFVec3f point field.Coordinate.clearIS()
Utility method to clear SFNode value of IS field.Coordinate.clearMetadata()
Utility method to clear SFNode value of metadata field.final Coordinate
Coordinate.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.Coordinate.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final Coordinate
Coordinate.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.Coordinate.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final Coordinate
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.final Coordinate
Accessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlID field, similar tosetHtmlID(String)
.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Coordinate.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.Coordinate.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.Coordinate.setPoint
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetPoint(float[])
.Coordinate.setPoint
(float[] newValue) Accessor method to assign 3-tuple float array to inputOutput MFVec3f field named point.Assign typed object value to MFVec3f point field, similar tosetPoint(float[])
.final Coordinate
Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar tosetUSE(String)
.Coordinate.setUSE
(Coordinate DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.Modifier and TypeMethodDescriptionCoordinate.setUSE
(Coordinate DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.