Uses of Class
org.web3d.x3d.jsail.Core.fieldValue
Package
Description
The Core component supplies the base functionality for the X3D run-time system, including the abstract base node type, field types, the event model, and routing.
-
Uses of fieldValue in org.web3d.x3d.jsail.Core
Modifier and TypeMethodDescriptionUtility method to add single child element to contained list of existing children nodes (if any).fieldValue.addChildren
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for children field.fieldValue.addComments
(String newComment) Add comment as CommentsBlock to children fieldfieldValue.addComments
(String[] newComments) Add comments as String[] array to children fieldfieldValue.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to children fieldfieldValue.appendValue
(boolean newValue) Append boolean to fieldValue for value attribute.fieldValue.appendValue
(double newValue) Append double to fieldValue for value attribute.fieldValue.appendValue
(float newValue) Append float to fieldValue for value attribute.fieldValue.appendValue
(int newValue) Append integer to fieldValue for value attribute.fieldValue.appendValue
(String newValue) Append String to fieldValue for value attribute.fieldValue.appendValue
(MFBool newValue) Append MFBool to fieldValue for value attribute.fieldValue.appendValue
(MFColor newValue) Append MFColor to fieldValue for value attribute.fieldValue.appendValue
(MFColorRGBA newValue) Append MFColorRGBA to fieldValue for value attribute.fieldValue.appendValue
(MFDouble newValue) Append MFDouble to fieldValue for value attribute.fieldValue.appendValue
(MFFloat newValue) Append MFFloat to fieldValue for value attribute.fieldValue.appendValue
(MFImage newValue) Append MFImage to fieldValue for value attribute.fieldValue.appendValue
(MFInt32 newValue) Append MFInt32 to fieldValue for value attribute.fieldValue.appendValue
(MFMatrix3d newValue) Append MFMatrix3d to fieldValue for value attribute.fieldValue.appendValue
(MFMatrix3f newValue) Append MFMatrix3f to fieldValue for value attribute.fieldValue.appendValue
(MFMatrix4d newValue) Append MFMatrix4d to fieldValue for value attribute.fieldValue.appendValue
(MFMatrix4f newValue) Append MFMatrix4f to fieldValue for value attribute.fieldValue.appendValue
(MFRotation newValue) Append MFRotation to fieldValue for value attribute.fieldValue.appendValue
(MFString newValue) Append MFString to fieldValue for value attribute.fieldValue.appendValue
(MFTime newValue) Append MFTime to fieldValue for value attribute.fieldValue.appendValue
(MFVec2d newValue) Append MFVec2d to fieldValue for value attribute.fieldValue.appendValue
(MFVec2f newValue) Append MFVec2f to fieldValue for value attribute.fieldValue.appendValue
(MFVec3d newValue) Append MFVec3d to fieldValue for value attribute.fieldValue.appendValue
(MFVec3f newValue) Append MFVec3f to fieldValue for value attribute.fieldValue.appendValue
(MFVec4d newValue) Append MFVec4d to fieldValue for value attribute.fieldValue.appendValue
(MFVec4f newValue) Append MFVec4f to fieldValue for value attribute.fieldValue.appendValue
(SFBool newValue) Append SFBool to fieldValue for value attribute.fieldValue.appendValue
(SFColor newValue) Append SFColor to fieldValue for value attribute.fieldValue.appendValue
(SFColorRGBA newValue) Append SFColorRGBA to fieldValue for value attribute.fieldValue.appendValue
(SFDouble newValue) Append SFDouble to fieldValue for value attribute.fieldValue.appendValue
(SFFloat newValue) Append SFFloat to fieldValue for value attribute.fieldValue.appendValue
(SFImage newValue) Append SFImage to fieldValue for value attribute.fieldValue.appendValue
(SFInt32 newValue) Append SFInt32 to fieldValue for value attribute.fieldValue.appendValue
(SFMatrix3d newValue) Append SFMatrix3d to fieldValue for value attribute.fieldValue.appendValue
(SFMatrix3f newValue) Append SFMatrix3f to fieldValue for value attribute.fieldValue.appendValue
(SFMatrix4d newValue) Append SFMatrix4d to fieldValue for value attribute.fieldValue.appendValue
(SFMatrix4f newValue) Append SFMatrix4f to fieldValue for value attribute.fieldValue.appendValue
(SFRotation newValue) Append SFRotation to fieldValue for value attribute.fieldValue.appendValue
(SFString newValue) Append SFString to fieldValue for value attribute.fieldValue.appendValue
(SFTime newValue) Append SFTime to fieldValue for value attribute.fieldValue.appendValue
(SFVec2d newValue) Append SFVec2d to fieldValue for value attribute.fieldValue.appendValue
(SFVec2f newValue) Append SFVec2f to fieldValue for value attribute.fieldValue.appendValue
(SFVec3d newValue) Append SFVec3d to fieldValue for value attribute.fieldValue.appendValue
(SFVec3f newValue) Append SFVec3f to fieldValue for value attribute.fieldValue.appendValue
(SFVec4d newValue) Append SFVec4d to fieldValue for value attribute.fieldValue.appendValue
(SFVec4f newValue) Append SFVec4f to fieldValue for value attribute.fieldValue.clearChildren()
Utility method to clear MFNode value of children field.fieldValue.clearIS()
Utility method to clear SFNode value of IS field.fieldValue.clearValues()
Clear all values in a fieldValue declaration.ProtoInstance.findFieldValueByName
(String fieldValueName) Find contained fieldValue statement by name, if present.fieldValue.setChildren
(ArrayList<X3DNode> newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DNode array (using an array consisting of properly typed nodes or ProtoInstances) to inputOutput MFNode field children.final fieldValue
fieldValue.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.fieldValue.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final fieldValue
fieldValue.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.fieldValue.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final fieldValue
Accessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlID field, similar tosetHtmlID(String)
.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.final fieldValue
Accessor method to assign String value to inputOutput SFString field named name.Assign typed object value to SFString name field, similar tosetName(String)
.fieldValue.setValue
(boolean newValue) Set typed value of a boolean fieldValue declaration.fieldValue.setValue
(boolean[] newValue) Set typed value of a boolean[] fieldValue declaration.fieldValue.setValue
(double newValue) Set typed value of a double fieldValue declaration.fieldValue.setValue
(double[] newValue) Set typed value of a double[] array fieldValue declaration.fieldValue.setValue
(float newValue) Set typed value of a float fieldValue declaration.fieldValue.setValue
(float[] newValue) Set typed value of a float[] array fieldValue declaration.fieldValue.setValue
(int newValue) Set typed value of a integer fieldValue declaration.fieldValue.setValue
(int[] newValue) Set typed value of a integer array fieldValue declaration.Accessor method to assign String value to inputOutput SFString field named value.Assign typed object String[] array value to fieldValue, similar tosetValue(String)
.Set typed value of a MFBool fieldValue declaration.Set typed value of a MFColor fieldValue declaration.fieldValue.setValue
(MFColorRGBA newValue) Set typed value of a MFColorRGBA fieldValue declaration.Set typed value of a MFDouble fieldValue declaration.Set typed value of a MFFloat fieldValue declaration.Set typed value of a MFImage fieldValue declaration.Set typed value of a MFInt32 fieldValue declaration.fieldValue.setValue
(MFMatrix3d newValue) Set typed value of a MFMatrix3d fieldValue declaration.fieldValue.setValue
(MFMatrix3f newValue) Set typed value of a MFMatrix3f fieldValue declaration.fieldValue.setValue
(MFMatrix4d newValue) Set typed value of a MFMatrix4d fieldValue declaration.fieldValue.setValue
(MFMatrix4f newValue) Set typed value of a MFMatrix4f fieldValue declaration.fieldValue.setValue
(MFRotation newValue) Set typed value of a MFRotation fieldValue declaration.Assign typed object MFString value to fieldValue, similar tosetValue(String)
.Set typed value of a MFTime fieldValue declaration.Set typed value of a MFVec2d fieldValue declaration.Set typed value of a MFVec2f fieldValue declaration.Set typed value of a MFVec3d fieldValue declaration.Set typed value of a MFVec3f fieldValue declaration.Set typed value of a MFVec4d fieldValue declaration.Set typed value of a MFVec4f fieldValue declaration.Set typed value of a SFBool fieldValue declaration.Set typed value of a SFColor fieldValue declaration.fieldValue.setValue
(SFColorRGBA newValue) Set typed value of a SFColorRGBA fieldValue declaration.Set typed value of a SFDouble fieldValue declaration.Set typed value of a SFFloat fieldValue declaration.Set typed value of a SFImage fieldValue declaration.Set typed value of a SFInt32 fieldValue declaration.fieldValue.setValue
(SFMatrix3d newValue) Set typed value of a SFMatrix3d fieldValue declaration.fieldValue.setValue
(SFMatrix3f newValue) Set typed value of a SFMatrix3f fieldValue declaration.fieldValue.setValue
(SFMatrix4d newValue) Set typed value of a SFMatrix4d fieldValue declaration.fieldValue.setValue
(SFMatrix4f newValue) Set typed value of a SFMatrix4f fieldValue declaration.fieldValue.setValue
(SFRotation newValue) Set typed value of a SFRotation fieldValue declaration.Assign typed object SFString value field, similar tosetValue(String)
.Set typed value of a SFTime fieldValue declaration.Set typed value of a SFVec2d fieldValue declaration.Set typed value of a SFVec2f fieldValue declaration.Set typed value of a SFVec3d fieldValue declaration.Set typed value of a SFVec3f fieldValue declaration.Set typed value of a SFVec4d fieldValue declaration.Set typed value of a SFVec4f fieldValue declaration.Modifier and TypeMethodDescriptionProtoInstance.getFieldValueList()
Provide array of fieldValue results (using an array consisting of properly typed nodes or ProtoInstances) from inputOutput MFNode field fieldValue.Modifier and TypeMethodDescriptionProtoInstance.addFieldValue
(fieldValue newFieldValue) Add fieldValueboolean
ProtoInstance.removeFieldValue
(fieldValue fieldValueToRemove) Remove a fieldValue from contained fieldValueListProtoInstance.setFieldValue
(fieldValue newValue) Set single child fieldValue node, replacing prior array of existing nodes (if any).Modifier and TypeMethodDescriptionProtoInstance.setFieldValueList
(ArrayList<fieldValue> newValue) Accessor method to assign fieldValue array (using an array consisting of properly typed nodes or ProtoInstances) to inputOutput MFNode field fieldValue.