GeoTransformObject |
GeoTransformObject.addChild(X3DChildNode newValue) |
Utility method to add single child element to contained list of existing children nodes (if any).
|
GeoTransformObject |
GeoTransformObject.addChildren(ProtoInstanceObject newValue) |
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for children field.
|
GeoTransformObject |
GeoTransformObject.addComments(java.lang.String newComment) |
Add comment as CommentsBlock to children field
|
GeoTransformObject |
GeoTransformObject.addComments(java.lang.String[] newComments) |
Add comments as String[] array to children field
|
GeoTransformObject |
GeoTransformObject.addComments(CommentsBlock newCommentsBlock) |
Add CommentsBlock to children field
|
GeoTransformObject |
GeoTransformObject.addGeoSystem(java.lang.String newValue) |
Add singleton String value to MFString geoSystem field.
|
GeoTransformObject |
GeoTransformObject.addGeoSystem(SFStringObject newValue) |
Add singleton SFStringObject value to MFString geoSystem field.
|
GeoTransformObject |
GeoTransformObject.clearChildren() |
Utility method to clear MFNode value of children field.
|
GeoTransformObject |
GeoTransformObject.clearGeoOrigin() |
Utility method to clear SFNode value of geoOrigin field.
|
GeoTransformObject |
GeoTransformObject.clearGeoSystem() |
Utility method to clear MFString value of geoSystem field.
|
GeoTransformObject |
GeoTransformObject.clearIS() |
Utility method to clear SFNode value of IS field.
|
GeoTransformObject |
GeoTransformObject.clearMetadata() |
Utility method to clear SFNode value of metadata field.
|
GeoTransformObject |
GeoTransformObject.setBboxCenter(double[] newArray) |
Utility method: double-precision set-array accessor for X3D floating-point type, similar to setBboxCenter(float[]) .
|
GeoTransformObject |
GeoTransformObject.setBboxCenter(double x,
double y,
double z) |
Utility method: double-precision set-parameters accessor for X3D floating-point type, similar to setBboxCenter(float[]) .
|
GeoTransformObject |
GeoTransformObject.setBboxCenter(float[] newValue) |
Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.
|
GeoTransformObject |
GeoTransformObject.setBboxCenter(float x,
float y,
float z) |
|
GeoTransformObject |
GeoTransformObject.setBboxCenter(SFVec3fObject newValue) |
|
GeoTransformObject |
GeoTransformObject.setBboxDisplay(boolean newValue) |
Accessor method to assign boolean value to inputOutput SFBool field named bboxDisplay.
|
GeoTransformObject |
GeoTransformObject.setBboxDisplay(SFBoolObject newValue) |
|
GeoTransformObject |
GeoTransformObject.setBboxSize(double[] newArray) |
Utility method: double-precision set-array accessor for X3D floating-point type, similar to setBboxSize(float[]) .
|
GeoTransformObject |
GeoTransformObject.setBboxSize(double x,
double y,
double z) |
Utility method: double-precision set-parameters accessor for X3D floating-point type, similar to setBboxSize(float[]) .
|
GeoTransformObject |
GeoTransformObject.setBboxSize(float[] newValue) |
Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxSize.
|
GeoTransformObject |
GeoTransformObject.setBboxSize(float x,
float y,
float z) |
|
GeoTransformObject |
GeoTransformObject.setBboxSize(SFVec3fObject newValue) |
|
GeoTransformObject |
GeoTransformObject.setChildren(java.util.ArrayList<X3DChildNode> newValue) |
|
GeoTransformObject |
GeoTransformObject.setChildren(X3DNode[] newValue) |
Accessor method to assign X3DChildNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field children.
|
GeoTransformObject |
GeoTransformObject.setCssClass(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named class.
|
GeoTransformObject |
GeoTransformObject.setCssClass(SFStringObject newValue) |
|
GeoTransformObject |
GeoTransformObject.setDEF(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named DEF.
|
GeoTransformObject |
GeoTransformObject.setDEF(SFStringObject newValue) |
Assign typed object value to SFString DEF field, similar to setDEF(String) .
|
GeoTransformObject |
GeoTransformObject.setGeoCenter(double[] newValue) |
Accessor method to assign 3-tuple double array to inputOutput SFVec3d field named geoCenter.
|
GeoTransformObject |
GeoTransformObject.setGeoCenter(double x,
double y,
double z) |
|
GeoTransformObject |
GeoTransformObject.setGeoCenter(SFVec3dObject newValue) |
|
GeoTransformObject |
GeoTransformObject.setGeoOrigin(ProtoInstanceObject newValue) |
Assign ProtoInstance (using a properly typed node) to initializeOnly SFNode field geoOrigin.
|
GeoTransformObject |
GeoTransformObject.setGeoOrigin(GeoOrigin newValue) |
Accessor method to assign GeoOriginObject instance (using a properly typed node) to initializeOnly SFNode field geoOrigin.
|
GeoTransformObject |
GeoTransformObject.setGeoSystem(java.lang.String newValue) |
|
GeoTransformObject |
GeoTransformObject.setGeoSystem(java.lang.String[] newValue) |
Accessor method to assign String array to initializeOnly MFString field named geoSystem.
|
GeoTransformObject |
GeoTransformObject.setGeoSystem(java.util.ArrayList<java.lang.String> newValue) |
|
GeoTransformObject |
GeoTransformObject.setGeoSystem(MFStringObject newValue) |
|
GeoTransformObject |
GeoTransformObject.setGeoSystem(SFStringObject newValue) |
|
GeoTransformObject |
GeoTransformObject.setIS(ISObject newValue) |
Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
|
GeoTransformObject |
GeoTransformObject.setMetadata(ProtoInstanceObject newValue) |
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
GeoTransformObject |
GeoTransformObject.setMetadata(X3DMetadataObject newValue) |
Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
GeoTransformObject |
GeoTransformObject.setRotation(double[] newArray) |
Utility method: double-precision set-array accessor for X3D floating-point type, similar to setRotation(float[]) .
|
GeoTransformObject |
GeoTransformObject.setRotation(double x,
double y,
double z,
double angleRadians) |
Utility method: double-precision set-parameters accessor for X3D floating-point type, similar to setRotation(float[]) .
|
GeoTransformObject |
GeoTransformObject.setRotation(float[] newValue) |
Accessor method to assign 4-tuple float array unit axis, angle (in radians) to inputOutput SFRotation field named rotation.
|
GeoTransformObject |
GeoTransformObject.setRotation(float x,
float y,
float z,
float angleRadians) |
|
GeoTransformObject |
GeoTransformObject.setRotation(SFRotationObject newValue) |
|
GeoTransformObject |
GeoTransformObject.setScale(double[] newArray) |
Utility method: double-precision set-array accessor for X3D floating-point type, similar to setScale(float[]) .
|
GeoTransformObject |
GeoTransformObject.setScale(double x,
double y,
double z) |
Utility method: double-precision set-parameters accessor for X3D floating-point type, similar to setScale(float[]) .
|
GeoTransformObject |
GeoTransformObject.setScale(float[] newValue) |
Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named scale.
|
GeoTransformObject |
GeoTransformObject.setScale(float x,
float y,
float z) |
|
GeoTransformObject |
GeoTransformObject.setScale(SFVec3fObject newValue) |
|
GeoTransformObject |
GeoTransformObject.setScaleOrientation(double[] newArray) |
|
GeoTransformObject |
GeoTransformObject.setScaleOrientation(double x,
double y,
double z,
double angleRadians) |
|
GeoTransformObject |
GeoTransformObject.setScaleOrientation(float[] newValue) |
Accessor method to assign 4-tuple float array unit axis, angle (in radians) to inputOutput SFRotation field named scaleOrientation.
|
GeoTransformObject |
GeoTransformObject.setScaleOrientation(float x,
float y,
float z,
float angleRadians) |
|
GeoTransformObject |
GeoTransformObject.setScaleOrientation(SFRotationObject newValue) |
|
GeoTransformObject |
GeoTransformObject.setTranslation(double[] newArray) |
Utility method: double-precision set-array accessor for X3D floating-point type, similar to setTranslation(float[]) .
|
GeoTransformObject |
GeoTransformObject.setTranslation(double x,
double y,
double z) |
Utility method: double-precision set-parameters accessor for X3D floating-point type, similar to setTranslation(float[]) .
|
GeoTransformObject |
GeoTransformObject.setTranslation(float[] newValue) |
Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named translation.
|
GeoTransformObject |
GeoTransformObject.setTranslation(float x,
float y,
float z) |
|
GeoTransformObject |
GeoTransformObject.setTranslation(SFVec3fObject newValue) |
|
GeoTransformObject |
GeoTransformObject.setUSE(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named USE.
|
GeoTransformObject |
GeoTransformObject.setUSE(SFStringObject newValue) |
Assign typed object value to SFString USE field, similar to setUSE(String) .
|
GeoTransformObject |
GeoTransformObject.setUSE(GeoTransformObject DEFnode) |
Assign a USE reference to another DEF node of same node type, similar to setUSE(String) .
|
GeoTransformObject |
GeoTransformObject.setVisible(boolean newValue) |
Accessor method to assign boolean value to inputOutput SFBool field named visible.
|
GeoTransformObject |
GeoTransformObject.setVisible(SFBoolObject newValue) |
|