TextureTransformObject |
TextureTransformObject.addComments(java.lang.String newComment) |
Add comment as String to contained commentsList.
|
TextureTransformObject |
TextureTransformObject.addComments(java.lang.String[] newComments) |
Add comments as String[] array to contained commentsList.
|
TextureTransformObject |
TextureTransformObject.addComments(CommentsBlock newCommentsBlock) |
Add CommentsBlock to contained commentsList.
|
TextureTransformObject |
TextureTransformObject.clearIS() |
Utility method to clear SFNode value of IS field.
|
TextureTransformObject |
TextureTransformObject.clearMetadata() |
Utility method to clear SFNode value of metadata field.
|
TextureTransformObject |
TextureTransformObject.setCenter(double[] newArray) |
Utility method: double-precision set-array accessor for X3D floating-point type, similar to setCenter(float[]) .
|
TextureTransformObject |
TextureTransformObject.setCenter(double x,
double y) |
Utility method: double-precision set-parameters accessor for X3D floating-point type, similar to setCenter(float[]) .
|
TextureTransformObject |
TextureTransformObject.setCenter(float[] newValue) |
Accessor method to assign 2-tuple float array to inputOutput SFVec2f field named center.
|
TextureTransformObject |
TextureTransformObject.setCenter(float x,
float y) |
|
TextureTransformObject |
TextureTransformObject.setCenter(SFVec2fObject newValue) |
|
TextureTransformObject |
TextureTransformObject.setCssClass(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named class.
|
TextureTransformObject |
TextureTransformObject.setCssClass(SFStringObject newValue) |
|
TextureTransformObject |
TextureTransformObject.setDEF(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named DEF.
|
TextureTransformObject |
TextureTransformObject.setDEF(SFStringObject newValue) |
Assign typed object value to SFString DEF field, similar to setDEF(String) .
|
TextureTransformObject |
TextureTransformObject.setIS(ISObject newValue) |
Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
|
TextureTransformObject |
TextureTransformObject.setMetadata(ProtoInstanceObject newValue) |
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
TextureTransformObject |
TextureTransformObject.setMetadata(X3DMetadataObject newValue) |
Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
TextureTransformObject |
TextureTransformObject.setRotation(double newValue) |
Utility method: double-precision set-parameter accessor for X3D floating-point type, similar to setRotation(float) .
|
TextureTransformObject |
TextureTransformObject.setRotation(float newValue) |
Accessor method to assign float value unit axis, angle (in radians) to inputOutput SFFloat field named rotation.
|
TextureTransformObject |
TextureTransformObject.setRotation(SFFloatObject newValue) |
|
TextureTransformObject |
TextureTransformObject.setScale(double[] newArray) |
Utility method: double-precision set-array accessor for X3D floating-point type, similar to setScale(float[]) .
|
TextureTransformObject |
TextureTransformObject.setScale(double x,
double y) |
Utility method: double-precision set-parameters accessor for X3D floating-point type, similar to setScale(float[]) .
|
TextureTransformObject |
TextureTransformObject.setScale(float[] newValue) |
Accessor method to assign 2-tuple float array to inputOutput SFVec2f field named scale.
|
TextureTransformObject |
TextureTransformObject.setScale(float x,
float y) |
|
TextureTransformObject |
TextureTransformObject.setScale(SFVec2fObject newValue) |
|
TextureTransformObject |
TextureTransformObject.setTranslation(double[] newArray) |
Utility method: double-precision set-array accessor for X3D floating-point type, similar to setTranslation(float[]) .
|
TextureTransformObject |
TextureTransformObject.setTranslation(double x,
double y) |
Utility method: double-precision set-parameters accessor for X3D floating-point type, similar to setTranslation(float[]) .
|
TextureTransformObject |
TextureTransformObject.setTranslation(float[] newValue) |
Accessor method to assign 2-tuple float array to inputOutput SFVec2f field named translation.
|
TextureTransformObject |
TextureTransformObject.setTranslation(float x,
float y) |
|
TextureTransformObject |
TextureTransformObject.setTranslation(SFVec2fObject newValue) |
|
TextureTransformObject |
TextureTransformObject.setUSE(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named USE.
|
TextureTransformObject |
TextureTransformObject.setUSE(SFStringObject newValue) |
Assign typed object value to SFString USE field, similar to setUSE(String) .
|
TextureTransformObject |
TextureTransformObject.setUSE(TextureTransformObject DEFnode) |
Assign a USE reference to another DEF node of same node type, similar to setUSE(String) .
|