Uses of Class
org.web3d.x3d.jsail.Texturing.PixelTexture
Package
Description
The Texturing component specifies how 2D texture images are defined and then positioned on associated geometry.
-
Uses of PixelTexture in org.web3d.x3d.jsail.Texturing
Modifier and TypeMethodDescriptionPixelTexture.addComments
(String newComment) Add comment as String to contained commentsList.PixelTexture.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.PixelTexture.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.PixelTexture.clearImage()
Utility method to clear SFImage value of image field.PixelTexture.clearIS()
Utility method to clear SFNode value of IS field.PixelTexture.clearMetadata()
Utility method to clear SFNode value of metadata field.PixelTexture.clearTextureProperties()
Utility method to clear SFNode value of textureProperties field.final PixelTexture
PixelTexture.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.PixelTexture.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final PixelTexture
PixelTexture.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.PixelTexture.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final PixelTexture
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.PixelTexture.setDescription
(String newValue) Accessor method to assign String value to inputOutput SFString field named description.PixelTexture.setDescription
(SFString newValue) Assign typed object value to SFString description field, similar tosetDescription(String)
.final PixelTexture
Accessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlID field, similar tosetHtmlID(String)
.PixelTexture.setImage
(int[] newValue) Accessor method to assign Integer array to inputOutput SFImage field named image.Assign ArrayList value of SFImage image field, similar tosetImage(int[])
.Assign typed object value to SFImage image field, similar tosetImage(int[])
.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.PixelTexture.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.PixelTexture.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.PixelTexture.setRepeatS
(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named repeatS.PixelTexture.setRepeatS
(SFBool newValue) Assign typed object value to SFBool repeatS field, similar tosetRepeatS(boolean)
.PixelTexture.setRepeatT
(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named repeatT.PixelTexture.setRepeatT
(SFBool newValue) Assign typed object value to SFBool repeatT field, similar tosetRepeatT(boolean)
.PixelTexture.setTextureProperties
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to initializeOnly SFNode field textureProperties.PixelTexture.setTextureProperties
(TextureProperties newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.TextureProperties instance (using a properly typed node) to initializeOnly SFNode field textureProperties.final PixelTexture
Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar tosetUSE(String)
.PixelTexture.setUSE
(PixelTexture DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.Modifier and TypeMethodDescriptionPixelTexture.setUSE
(PixelTexture DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.