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.addComments(CommentsBlock newCommentsBlock) |
Add CommentsBlock to contained commentsList.
|
PixelTextureObject |
PixelTextureObject.clearImage() |
Utility method to clear SFImage value of image field.
|
PixelTextureObject |
PixelTextureObject.clearIS() |
Utility method to clear SFNode value of IS 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(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named class.
|
PixelTextureObject |
PixelTextureObject.setCssClass(SFStringObject newValue) |
|
PixelTextureObject |
PixelTextureObject.setDEF(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named DEF.
|
PixelTextureObject |
PixelTextureObject.setDEF(SFStringObject newValue) |
Assign typed object value to SFString DEF field, similar to setDEF(String) .
|
PixelTextureObject |
PixelTextureObject.setImage(int[] newValue) |
Accessor method to assign Integer array to inputOutput SFImage field named image.
|
PixelTextureObject |
PixelTextureObject.setImage(java.util.ArrayList<java.lang.Integer> newValue) |
|
PixelTextureObject |
PixelTextureObject.setImage(SFImageObject newValue) |
Assign typed object value to SFImage image field, similar to setImage(int[]) .
|
PixelTextureObject |
PixelTextureObject.setIS(ISObject newValue) |
Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
|
PixelTextureObject |
PixelTextureObject.setMetadata(ProtoInstanceObject newValue) |
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
PixelTextureObject |
PixelTextureObject.setMetadata(X3DMetadataObject newValue) |
Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
PixelTextureObject |
PixelTextureObject.setRepeatS(boolean newValue) |
Accessor method to assign boolean value to initializeOnly SFBool field named repeatS.
|
PixelTextureObject |
PixelTextureObject.setRepeatS(SFBoolObject newValue) |
|
PixelTextureObject |
PixelTextureObject.setRepeatT(boolean newValue) |
Accessor method to assign boolean value to initializeOnly SFBool field named repeatT.
|
PixelTextureObject |
PixelTextureObject.setRepeatT(SFBoolObject newValue) |
|
PixelTextureObject |
PixelTextureObject.setTextureProperties(ProtoInstanceObject newValue) |
Assign ProtoInstance (using a properly typed node) to initializeOnly SFNode field textureProperties.
|
PixelTextureObject |
PixelTextureObject.setTextureProperties(TextureProperties newValue) |
Accessor method to assign TexturePropertiesObject instance (using a properly typed node) to initializeOnly SFNode field textureProperties.
|
PixelTextureObject |
PixelTextureObject.setUSE(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named USE.
|
PixelTextureObject |
PixelTextureObject.setUSE(SFStringObject newValue) |
Assign typed object value to SFString USE field, similar to setUSE(String) .
|
PixelTextureObject |
PixelTextureObject.setUSE(PixelTextureObject DEFnode) |
Assign a USE reference to another DEF node of same node type, similar to setUSE(String) .
|