Uses of Class
org.web3d.x3d.jsail.Texturing.TextureCoordinateGenerator
Package
Description
The Texturing component specifies how 2D texture images are defined and then positioned on associated geometry.
-
Uses of TextureCoordinateGenerator in org.web3d.x3d.jsail.Texturing
Modifier and TypeMethodDescriptionTextureCoordinateGenerator.addComments
(String newComment) Add comment as String to contained commentsList.TextureCoordinateGenerator.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.TextureCoordinateGenerator.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.TextureCoordinateGenerator.addParameter
(float newValue) Add singleton float value to MFFloat parameter field.TextureCoordinateGenerator.addParameter
(SFFloat newValue) Add singleton SFFloat value to MFFloat parameter field.TextureCoordinateGenerator.clearIS()
Utility method to clear SFNode value of IS field.TextureCoordinateGenerator.clearMetadata()
Utility method to clear SFNode value of metadata field.TextureCoordinateGenerator.clearParameter()
Utility method to clear MFFloat value of parameter field.TextureCoordinateGenerator.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.TextureCoordinateGenerator.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.TextureCoordinateGenerator.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.TextureCoordinateGenerator.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.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.TextureCoordinateGenerator.setMapping
(String newValue) Accessor method to assign String value to inputOutput SFString field named mapping.TextureCoordinateGenerator.setMapping
(SFString newValue) Assign typed object value to SFString mapping field, similar tosetMapping(String)
.TextureCoordinateGenerator.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.TextureCoordinateGenerator.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.Accessor method to assign String enumeration value ("SPHERE" | "CAMERASPACENORMAL" | "CAMERASPACEPOSITION" | "CAMERASPACEREFLECTIONVECTOR" | "SPHERE-LOCAL" | "COORD" | "COORD-EYE" | "NOISE" | "NOISE-EYE" | "SPHERE-REFLECT" | "SPHERE-REFLECT-LOCAL") to inputOutput SFString field named mode.Assign typed object value to SFString mode field, similar tosetMode(String)
.TextureCoordinateGenerator.setParameter
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetParameter(float[])
.TextureCoordinateGenerator.setParameter
(float[] newValue) Accessor method to assign Float array to inputOutput MFFloat field named parameter.TextureCoordinateGenerator.setParameter
(int[] newValue) Assign floating-point array value of MFFloat parameter field, similar tosetParameter(float[])
.TextureCoordinateGenerator.setParameter
(ArrayList<Float> newValue) Assign ArrayList value of MFFloat parameter field, similar tosetParameter(float[])
.TextureCoordinateGenerator.setParameter
(MFFloat newValue) Assign typed object value to MFFloat parameter field, similar tosetParameter(float[])
.Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar tosetUSE(String)
.TextureCoordinateGenerator.setUSE
(TextureCoordinateGenerator DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.Modifier and TypeMethodDescriptionTextureCoordinateGenerator.setUSE
(TextureCoordinateGenerator DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.