Uses of Class
org.web3d.x3d.jsail.NURBS.NurbsTextureCoordinate
Package
Description
The NURBS component describes Non-uniform Rational B-Spline (NURBS) geometry and interpolation nodes.
-
Uses of NurbsTextureCoordinate in org.web3d.x3d.jsail.NURBS
Modifier and TypeMethodDescriptionNurbsTextureCoordinate.addComments
(String newComment) Add comment as String to contained commentsList.NurbsTextureCoordinate.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.NurbsTextureCoordinate.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.NurbsTextureCoordinate.addControlPoint
(SFVec2f newValue) Add singleton SFVec2f value to MFVec2f controlPoint field.NurbsTextureCoordinate.addUKnot
(double newValue) Add singleton double value to MFDouble uKnot field.Add singleton SFDouble value to MFDouble uKnot field.NurbsTextureCoordinate.addVKnot
(double newValue) Add singleton double value to MFDouble vKnot field.Add singleton SFDouble value to MFDouble vKnot field.NurbsTextureCoordinate.addWeight
(double newValue) Add singleton double value to MFDouble weight field.Add singleton SFDouble value to MFDouble weight field.NurbsTextureCoordinate.clearIS()
Utility method to clear SFNode value of IS field.NurbsTextureCoordinate.clearMetadata()
Utility method to clear SFNode value of metadata field.NurbsTextureCoordinate.clearUKnot()
Utility method to clear MFDouble value of uKnot field.NurbsTextureCoordinate.clearVKnot()
Utility method to clear MFDouble value of vKnot field.NurbsTextureCoordinate.clearWeight()
Utility method to clear MFDouble value of weight field.NurbsTextureCoordinate.setControlPoint
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetControlPoint(float[])
.NurbsTextureCoordinate.setControlPoint
(float[] newValue) Accessor method to assign 2-tuple float array to inputOutput MFVec2f field named controlPoint.NurbsTextureCoordinate.setControlPoint
(MFVec2f newValue) Assign typed object value to MFVec2f controlPoint field, similar tosetControlPoint(float[])
.final NurbsTextureCoordinate
NurbsTextureCoordinate.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.NurbsTextureCoordinate.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final NurbsTextureCoordinate
NurbsTextureCoordinate.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.NurbsTextureCoordinate.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final NurbsTextureCoordinate
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.final NurbsTextureCoordinate
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.NurbsTextureCoordinate.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.NurbsTextureCoordinate.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.NurbsTextureCoordinate.setUDimension
(int newValue) Accessor method to assign int value to initializeOnly SFInt32 field named uDimension.NurbsTextureCoordinate.setUDimension
(SFInt32 newValue) Assign typed object value to SFInt32 uDimension field, similar tosetUDimension(int)
.NurbsTextureCoordinate.setUKnot
(double[] newValue) Accessor method to assign Double array to initializeOnly MFDouble field named uKnot.NurbsTextureCoordinate.setUKnot
(int[] newValue) Assign floating-point array value of MFDouble uKnot field, similar tosetUKnot(double[])
.Assign ArrayList value of MFDouble uKnot field, similar tosetUKnot(double[])
.Assign typed object value to MFDouble uKnot field, similar tosetUKnot(double[])
.NurbsTextureCoordinate.setUOrder
(int newValue) Accessor method to assign int value to initializeOnly SFInt32 field named uOrder.Assign typed object value to SFInt32 uOrder field, similar tosetUOrder(int)
.final NurbsTextureCoordinate
Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar tosetUSE(String)
.NurbsTextureCoordinate.setUSE
(NurbsTextureCoordinate DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.NurbsTextureCoordinate.setVDimension
(int newValue) Accessor method to assign int value to initializeOnly SFInt32 field named vDimension.NurbsTextureCoordinate.setVDimension
(SFInt32 newValue) Assign typed object value to SFInt32 vDimension field, similar tosetVDimension(int)
.NurbsTextureCoordinate.setVKnot
(double[] newValue) Accessor method to assign Double array to initializeOnly MFDouble field named vKnot.NurbsTextureCoordinate.setVKnot
(int[] newValue) Assign floating-point array value of MFDouble vKnot field, similar tosetVKnot(double[])
.Assign ArrayList value of MFDouble vKnot field, similar tosetVKnot(double[])
.Assign typed object value to MFDouble vKnot field, similar tosetVKnot(double[])
.NurbsTextureCoordinate.setVOrder
(int newValue) Accessor method to assign int value to initializeOnly SFInt32 field named vOrder.Assign typed object value to SFInt32 vOrder field, similar tosetVOrder(int)
.NurbsTextureCoordinate.setWeight
(double[] newValue) Accessor method to assign Double array to inputOutput MFDouble field named weight.NurbsTextureCoordinate.setWeight
(int[] newValue) Assign floating-point array value of MFDouble weight field, similar tosetWeight(double[])
.Assign ArrayList value of MFDouble weight field, similar tosetWeight(double[])
.Assign typed object value to MFDouble weight field, similar tosetWeight(double[])
.Modifier and TypeMethodDescriptionNurbsTextureCoordinate.setUSE
(NurbsTextureCoordinate DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.