LODObject |
LODObject.addChild(X3DChildNode newValue) |
Utility method to add single child element to contained list of existing children nodes (if any).
|
LODObject |
LODObject.addChildren(ProtoInstanceObject newValue) |
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for children field.
|
LODObject |
LODObject.addComments(java.lang.String newComment) |
Add comment as CommentsBlock to children field
|
LODObject |
LODObject.addComments(java.lang.String[] newComments) |
Add comments as String[] array to children field
|
LODObject |
LODObject.addComments(CommentsBlock newCommentsBlock) |
Add CommentsBlock to children field
|
LODObject |
LODObject.addRange(float newValue) |
Add singleton float value to MFFloat range field.
|
LODObject |
LODObject.addRange(SFFloatObject newValue) |
Add singleton SFFloatObject value to MFFloat range field.
|
LODObject |
LODObject.clearChildren() |
Utility method to clear MFNode value of children field.
|
LODObject |
LODObject.clearIS() |
Utility method to clear SFNode value of IS field.
|
LODObject |
LODObject.clearMetadata() |
Utility method to clear SFNode value of metadata field.
|
LODObject |
LODObject.clearRange() |
Utility method to clear MFFloat value of range field.
|
LODObject |
LODObject.setBboxCenter(double[] newArray) |
Utility method: double-precision set-array accessor for X3D floating-point type, similar to setBboxCenter(float[]) .
|
LODObject |
LODObject.setBboxCenter(double x,
double y,
double z) |
Utility method: double-precision set-parameters accessor for X3D floating-point type, similar to setBboxCenter(float[]) .
|
LODObject |
LODObject.setBboxCenter(float[] newValue) |
Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.
|
LODObject |
LODObject.setBboxCenter(float x,
float y,
float z) |
|
LODObject |
LODObject.setBboxCenter(SFVec3fObject newValue) |
|
LODObject |
LODObject.setBboxDisplay(boolean newValue) |
Accessor method to assign boolean value to inputOutput SFBool field named bboxDisplay.
|
LODObject |
LODObject.setBboxDisplay(SFBoolObject newValue) |
|
LODObject |
LODObject.setBboxSize(double[] newArray) |
Utility method: double-precision set-array accessor for X3D floating-point type, similar to setBboxSize(float[]) .
|
LODObject |
LODObject.setBboxSize(double x,
double y,
double z) |
Utility method: double-precision set-parameters accessor for X3D floating-point type, similar to setBboxSize(float[]) .
|
LODObject |
LODObject.setBboxSize(float[] newValue) |
Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxSize.
|
LODObject |
LODObject.setBboxSize(float x,
float y,
float z) |
|
LODObject |
LODObject.setBboxSize(SFVec3fObject newValue) |
|
LODObject |
LODObject.setCenter(double[] newArray) |
Utility method: double-precision set-array accessor for X3D floating-point type, similar to setCenter(float[]) .
|
LODObject |
LODObject.setCenter(double x,
double y,
double z) |
Utility method: double-precision set-parameters accessor for X3D floating-point type, similar to setCenter(float[]) .
|
LODObject |
LODObject.setCenter(float[] newValue) |
Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named center.
|
LODObject |
LODObject.setCenter(float x,
float y,
float z) |
|
LODObject |
LODObject.setCenter(SFVec3fObject newValue) |
|
LODObject |
LODObject.setChildren(java.util.ArrayList<X3DChildNode> newValue) |
|
LODObject |
LODObject.setChildren(X3DNode[] newValue) |
Accessor method to assign X3DChildNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field children.
|
LODObject |
LODObject.setCssClass(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named class.
|
LODObject |
LODObject.setCssClass(SFStringObject newValue) |
|
LODObject |
LODObject.setDEF(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named DEF.
|
LODObject |
LODObject.setDEF(SFStringObject newValue) |
Assign typed object value to SFString DEF field, similar to setDEF(String) .
|
LODObject |
LODObject.setForceTransitions(boolean newValue) |
Accessor method to assign boolean value to initializeOnly SFBool field named forceTransitions.
|
LODObject |
LODObject.setForceTransitions(SFBoolObject newValue) |
|
LODObject |
LODObject.setIS(ISObject newValue) |
Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
|
LODObject |
LODObject.setMetadata(ProtoInstanceObject newValue) |
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
LODObject |
LODObject.setMetadata(X3DMetadataObject newValue) |
Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
LODObject |
LODObject.setRange(double[] newArray) |
Utility method: double-precision set-array accessor for X3D floating-point type, similar to setRange(float[]) .
|
LODObject |
LODObject.setRange(float[] newValue) |
Accessor method to assign Float array to initializeOnly MFFloat field named range.
|
LODObject |
LODObject.setRange(int[] newValue) |
Assign floating-point array value of MFFloat range field, similar to setRange(float[]) .
|
LODObject |
LODObject.setRange(java.util.ArrayList<java.lang.Float> newValue) |
|
LODObject |
LODObject.setRange(MFFloatObject newValue) |
|
LODObject |
LODObject.setUSE(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named USE.
|
LODObject |
LODObject.setUSE(SFStringObject newValue) |
Assign typed object value to SFString USE field, similar to setUSE(String) .
|
LODObject |
LODObject.setUSE(LODObject DEFnode) |
Assign a USE reference to another DEF node of same node type, similar to setUSE(String) .
|
LODObject |
LODObject.setVisible(boolean newValue) |
Accessor method to assign boolean value to inputOutput SFBool field named visible.
|
LODObject |
LODObject.setVisible(SFBoolObject newValue) |
|