Uses of Class
org.web3d.x3d.jsail.Texturing.TextureTransform
Package
Description
The Texturing component specifies how 2D texture images are defined and then positioned on associated geometry.
-
Uses of TextureTransform in org.web3d.x3d.jsail.Texturing
Modifier and TypeMethodDescriptionTextureTransform.addComments
(String newComment) Add comment as String to contained commentsList.TextureTransform.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.TextureTransform.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.TextureTransform.clearIS()
Utility method to clear SFNode value of IS field.TextureTransform.clearMetadata()
Utility method to clear SFNode value of metadata field.TextureTransform.setCenter
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetCenter(float[])
.TextureTransform.setCenter
(double x, double y) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetCenter(float[])
.TextureTransform.setCenter
(float[] newValue) Accessor method to assign 2-tuple float array to inputOutput SFVec2f field named center.TextureTransform.setCenter
(float x, float y) Assign values to SFVec2f center field, similar tosetCenter(float[])
.Assign typed object value to SFVec2f center field, similar tosetCenter(float[])
.final TextureTransform
TextureTransform.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.TextureTransform.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final TextureTransform
TextureTransform.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.TextureTransform.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final TextureTransform
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.final TextureTransform
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.TextureTransform.setMapping
(String newValue) Accessor method to assign String value to inputOutput SFString field named mapping.TextureTransform.setMapping
(SFString newValue) Assign typed object value to SFString mapping field, similar tosetMapping(String)
.TextureTransform.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.TextureTransform.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.TextureTransform.setRotation
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetRotation(float)
.TextureTransform.setRotation
(float newValue) Accessor method to assign float value unit axis, angle (in radians) to inputOutput SFFloat field named rotation.TextureTransform.setRotation
(SFFloat newValue) Assign typed object value to SFFloat rotation field, similar tosetRotation(float)
.TextureTransform.setScale
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetScale(float[])
.TextureTransform.setScale
(double x, double y) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetScale(float[])
.TextureTransform.setScale
(float[] newValue) Accessor method to assign 2-tuple float array to inputOutput SFVec2f field named scale.TextureTransform.setScale
(float x, float y) Assign values to SFVec2f scale field, similar tosetScale(float[])
.Assign typed object value to SFVec2f scale field, similar tosetScale(float[])
.TextureTransform.setTranslation
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetTranslation(float[])
.TextureTransform.setTranslation
(double x, double y) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetTranslation(float[])
.TextureTransform.setTranslation
(float[] newValue) Accessor method to assign 2-tuple float array to inputOutput SFVec2f field named translation.TextureTransform.setTranslation
(float x, float y) Assign values to SFVec2f translation field, similar tosetTranslation(float[])
.TextureTransform.setTranslation
(SFVec2f newValue) Assign typed object value to SFVec2f translation field, similar tosetTranslation(float[])
.final TextureTransform
Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar tosetUSE(String)
.TextureTransform.setUSE
(TextureTransform DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.Modifier and TypeMethodDescriptionTextureTransform.setUSE
(TextureTransform DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.