Uses of Class
org.web3d.x3d.jsail.Texturing.TextureCoordinateGenerator
Packages that use 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
Methods in org.web3d.x3d.jsail.Texturing that return TextureCoordinateGeneratorModifier 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 parameterfield.TextureCoordinateGenerator.addParameter(SFFloat newValue) Add singleton SFFloat value to MFFloat parameterfield.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 toTextureCoordinateGenerator.setCssClass(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 toTextureCoordinateGenerator.setCssStyle(String).Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar toTextureCoordinateGenerator.setDEF(String).Accessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlId field, similar toTextureCoordinateGenerator.setHtmlId(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 toTextureCoordinateGenerator.setMapping(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 toTextureCoordinateGenerator.setMode(String).TextureCoordinateGenerator.setParameter(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar toTextureCoordinateGenerator.setParameter(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 toTextureCoordinateGenerator.setParameter(float[]).TextureCoordinateGenerator.setParameter(ArrayList<Float> newValue) Assign ArrayList value of MFFloat parameter field, similar toTextureCoordinateGenerator.setParameter(float[]).TextureCoordinateGenerator.setParameter(MFFloat newValue) Assign typed object value to MFFloat parameter field, similar toTextureCoordinateGenerator.setParameter(float[]).Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar toTextureCoordinateGenerator.setUSE(String).TextureCoordinateGenerator.setUSE(TextureCoordinateGenerator DEFnode) Assign a USE reference to another DEF node of same node type, similar toTextureCoordinateGenerator.setUSE(String).Methods in org.web3d.x3d.jsail.Texturing with parameters of type TextureCoordinateGeneratorModifier and TypeMethodDescriptionTextureCoordinateGenerator.setUSE(TextureCoordinateGenerator DEFnode) Assign a USE reference to another DEF node of same node type, similar toTextureCoordinateGenerator.setUSE(String).