Uses of Class
org.web3d.x3d.jsail.Texturing.PixelTexture
Packages that use 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
Methods in org.web3d.x3d.jsail.Texturing that return PixelTextureModifier 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 PixelTexturePixelTexture.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 toPixelTexture.setCssClass(String).final PixelTexturePixelTexture.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 toPixelTexture.setCssStyle(String).final PixelTextureAccessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar toPixelTexture.setDEF(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 toPixelTexture.setDescription(String).final PixelTextureAccessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlId field, similar toPixelTexture.setHtmlId(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 toPixelTexture.setImage(int[]).Assign typed object value to SFImage image field, similar toPixelTexture.setImage(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 toPixelTexture.setRepeatS(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 toPixelTexture.setRepeatT(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 PixelTextureAccessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar toPixelTexture.setUSE(String).PixelTexture.setUSE(PixelTexture DEFnode) Assign a USE reference to another DEF node of same node type, similar toPixelTexture.setUSE(String).Methods in org.web3d.x3d.jsail.Texturing with parameters of type PixelTextureModifier and TypeMethodDescriptionPixelTexture.setUSE(PixelTexture DEFnode) Assign a USE reference to another DEF node of same node type, similar toPixelTexture.setUSE(String).