| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Texturing |
The Texturing component specifies how 2D texture images are defined and then positioned
on associated geometry.
|
| Modifier and Type | Method and Description |
|---|---|
PixelTextureObject |
PixelTextureObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
PixelTextureObject |
PixelTextureObject.addComments(java.lang.String newComment)
Add comment as String to contained commentsList.
|
PixelTextureObject |
PixelTextureObject.addComments(java.lang.String[] newComments)
Add comments as String[] array to contained commentsList.
|
PixelTextureObject |
PixelTextureObject.clearImage()
Utility method to clear SFImage value of image field.
|
PixelTextureObject |
PixelTextureObject.clearMetadata()
Utility method to clear SFNode value of metadata field.
|
PixelTextureObject |
PixelTextureObject.clearTextureProperties()
Utility method to clear SFNode value of textureProperties field.
|
PixelTextureObject |
PixelTextureObject.setCssClass(SFStringObject newValue)
Assign typed object value to SFString cssClass field, similar to
setCssClass(String). |
PixelTextureObject |
PixelTextureObject.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
PixelTextureObject |
PixelTextureObject.setDEF(SFStringObject newValue)
Assign typed object value to SFString DEF field, similar to
setDEF(String). |
PixelTextureObject |
PixelTextureObject.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
PixelTextureObject |
PixelTextureObject.setImage(java.util.ArrayList<java.lang.Integer> newValue)
Assign ArrayList value of SFImage image field, similar to
setImage(int[]). |
PixelTextureObject |
PixelTextureObject.setImage(int[] newValue)
Assign Integer array to inputOutput SFImage field named image.
|
PixelTextureObject |
PixelTextureObject.setImage(SFImageObject newValue)
Assign typed object value to SFImage image field, similar to
setImage(int[]). |
PixelTextureObject |
PixelTextureObject.setIS(ISObject newValue)
Assign field named IS for establishing IS/connect field connections between ProtoInterface fields and internal ProtoBody nodes.
|
PixelTextureObject |
PixelTextureObject.setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
PixelTextureObject |
PixelTextureObject.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
PixelTextureObject |
PixelTextureObject.setRepeatS(boolean newValue)
Assign boolean value to initializeOnly SFBool field named repeatS.
|
PixelTextureObject |
PixelTextureObject.setRepeatS(SFBoolObject newValue)
Assign typed object value to SFBool repeatS field, similar to
setRepeatS(boolean). |
PixelTextureObject |
PixelTextureObject.setRepeatT(boolean newValue)
Assign boolean value to initializeOnly SFBool field named repeatT.
|
PixelTextureObject |
PixelTextureObject.setRepeatT(SFBoolObject newValue)
Assign typed object value to SFBool repeatT field, similar to
setRepeatT(boolean). |
PixelTextureObject |
PixelTextureObject.setTextureProperties(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to initializeOnly SFNode field textureProperties.
|
PixelTextureObject |
PixelTextureObject.setTextureProperties(TextureProperties newValue)
Assign TextureProperties instance (using a properly typed node) to initializeOnly SFNode field textureProperties.
|
PixelTextureObject |
PixelTextureObject.setUSE(PixelTextureObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
PixelTextureObject |
PixelTextureObject.setUSE(SFStringObject newValue)
Assign typed object value to SFString USE field, similar to
setUSE(String). |
PixelTextureObject |
PixelTextureObject.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
| Modifier and Type | Method and Description |
|---|---|
PixelTextureObject |
PixelTextureObject.setUSE(PixelTextureObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.