PixelTexture3DObject |
PixelTexture3DObject.addComments(java.lang.String newComment) |
Add comment as String to contained commentsList.
|
PixelTexture3DObject |
PixelTexture3DObject.addComments(java.lang.String[] newComments) |
Add comments as String[] array to contained commentsList.
|
PixelTexture3DObject |
PixelTexture3DObject.addComments(CommentsBlock newCommentsBlock) |
Add CommentsBlock to contained commentsList.
|
PixelTexture3DObject |
PixelTexture3DObject.addImage(int newValue) |
Add singleton int value to MFInt32 image field.
|
PixelTexture3DObject |
PixelTexture3DObject.addImage(SFInt32Object newValue) |
Add singleton SFInt32Object value to MFInt32 image field.
|
PixelTexture3DObject |
PixelTexture3DObject.clearImage() |
Utility method to clear MFInt32 value of image field.
|
PixelTexture3DObject |
PixelTexture3DObject.clearIS() |
Utility method to clear SFNode value of IS field.
|
PixelTexture3DObject |
PixelTexture3DObject.clearMetadata() |
Utility method to clear SFNode value of metadata field.
|
PixelTexture3DObject |
PixelTexture3DObject.clearTextureProperties() |
Utility method to clear SFNode value of textureProperties field.
|
PixelTexture3DObject |
PixelTexture3DObject.setCssClass(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named class.
|
PixelTexture3DObject |
PixelTexture3DObject.setCssClass(SFStringObject newValue) |
|
PixelTexture3DObject |
PixelTexture3DObject.setDEF(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named DEF.
|
PixelTexture3DObject |
PixelTexture3DObject.setDEF(SFStringObject newValue) |
Assign typed object value to SFString DEF field, similar to setDEF(String) .
|
PixelTexture3DObject |
PixelTexture3DObject.setImage(int[] newValue) |
Accessor method to assign Integer array to inputOutput MFInt32 field named image.
|
PixelTexture3DObject |
PixelTexture3DObject.setImage(java.util.ArrayList<java.lang.Integer> newValue) |
|
PixelTexture3DObject |
PixelTexture3DObject.setImage(MFInt32Object newValue) |
Assign typed object value to MFInt32 image field, similar to setImage(int[]) .
|
PixelTexture3DObject |
PixelTexture3DObject.setIS(ISObject newValue) |
Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
|
PixelTexture3DObject |
PixelTexture3DObject.setMetadata(ProtoInstanceObject newValue) |
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
PixelTexture3DObject |
PixelTexture3DObject.setMetadata(X3DMetadataObject newValue) |
Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
PixelTexture3DObject |
PixelTexture3DObject.setRepeatR(boolean newValue) |
Accessor method to assign boolean value to initializeOnly SFBool field named repeatR.
|
PixelTexture3DObject |
PixelTexture3DObject.setRepeatR(SFBoolObject newValue) |
|
PixelTexture3DObject |
PixelTexture3DObject.setRepeatS(boolean newValue) |
Accessor method to assign boolean value to initializeOnly SFBool field named repeatS.
|
PixelTexture3DObject |
PixelTexture3DObject.setRepeatS(SFBoolObject newValue) |
|
PixelTexture3DObject |
PixelTexture3DObject.setRepeatT(boolean newValue) |
Accessor method to assign boolean value to initializeOnly SFBool field named repeatT.
|
PixelTexture3DObject |
PixelTexture3DObject.setRepeatT(SFBoolObject newValue) |
|
PixelTexture3DObject |
PixelTexture3DObject.setTextureProperties(ProtoInstanceObject newValue) |
Assign ProtoInstance (using a properly typed node) to initializeOnly SFNode field textureProperties.
|
PixelTexture3DObject |
PixelTexture3DObject.setTextureProperties(TextureProperties newValue) |
Accessor method to assign TexturePropertiesObject instance (using a properly typed node) to initializeOnly SFNode field textureProperties.
|
PixelTexture3DObject |
PixelTexture3DObject.setUSE(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named USE.
|
PixelTexture3DObject |
PixelTexture3DObject.setUSE(SFStringObject newValue) |
Assign typed object value to SFString USE field, similar to setUSE(String) .
|
PixelTexture3DObject |
PixelTexture3DObject.setUSE(PixelTexture3DObject DEFnode) |
Assign a USE reference to another DEF node of same node type, similar to setUSE(String) .
|