Uses of Class
org.web3d.x3d.jsail.Texturing.ImageTexture
Package
Description
The Texturing component specifies how 2D texture images are defined and then positioned on associated geometry.
-
Uses of ImageTexture in org.web3d.x3d.jsail.Texturing
Modifier and TypeMethodDescriptionImageTexture.addComments
(String newComment) Add comment as String to contained commentsList.ImageTexture.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.ImageTexture.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.Add singleton String value to MFString url field.Add singleton SFString value to MFString url field.ImageTexture.clearIS()
Utility method to clear SFNode value of IS field.ImageTexture.clearMetadata()
Utility method to clear SFNode value of metadata field.ImageTexture.clearTextureProperties()
Utility method to clear SFNode value of textureProperties field.ImageTexture.clearUrl()
Utility method to clear MFString value of url field.ImageTexture.setAutoRefresh
(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named autoRefresh.ImageTexture.setAutoRefresh
(SFTime newValue) Assign typed object value to SFTime autoRefresh field, similar tosetAutoRefresh(double)
.ImageTexture.setAutoRefreshTimeLimit
(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named autoRefreshTimeLimit.ImageTexture.setAutoRefreshTimeLimit
(SFTime newValue) Assign typed object value to SFTime autoRefreshTimeLimit field, similar tosetAutoRefreshTimeLimit(double)
.final ImageTexture
ImageTexture.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.ImageTexture.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final ImageTexture
ImageTexture.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.ImageTexture.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final ImageTexture
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.ImageTexture.setDescription
(String newValue) Accessor method to assign String value to inputOutput SFString field named description.ImageTexture.setDescription
(SFString newValue) Assign typed object value to SFString description field, similar tosetDescription(String)
.final ImageTexture
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.ImageTexture.setLoad
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named load.Assign typed object value to SFBool load field, similar tosetLoad(boolean)
.ImageTexture.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ImageTexture.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.ImageTexture.setRepeatS
(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named repeatS.ImageTexture.setRepeatS
(SFBool newValue) Assign typed object value to SFBool repeatS field, similar tosetRepeatS(boolean)
.ImageTexture.setRepeatT
(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named repeatT.ImageTexture.setRepeatT
(SFBool newValue) Assign typed object value to SFBool repeatT field, similar tosetRepeatT(boolean)
.ImageTexture.setTextureProperties
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to initializeOnly SFNode field textureProperties.ImageTexture.setTextureProperties
(TextureProperties newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.TextureProperties instance (using a properly typed node) to initializeOnly SFNode field textureProperties.Assign singleton String value to MFString url field, similar tosetUrl(String[])
.Accessor method to assign String array to inputOutput MFString field named url.Assign ArrayList value of MFString url field, similar tosetUrl(String[])
.Assign typed object value to MFString url field, similar tosetUrl(String[])
.Assign single SFString object value to MFString url field, similar tosetUrl(String[])
.final ImageTexture
Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar tosetUSE(String)
.ImageTexture.setUSE
(ImageTexture DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.Modifier and TypeMethodDescriptionImageTexture.setUSE
(ImageTexture DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.