Uses of Class
org.web3d.x3d.sai.InvalidFieldValueException
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.
The X3D Java fields package provides a
comprehensive set of strongly typed X3D Java classes for
concrete implementation of X3D field types.
-
Uses of InvalidFieldValueException in org.web3d.x3d.jsail.Core
Modifier and TypeMethodDescriptionboolean
X3D.supportsX3dComponent
(String otherComponent, int minimumLevel) Confirm whether given component is supported by current X3D model, [warning] no support for level tests yet.boolean
X3D.supportsX3dProfile
(String otherProfile) Confirm whether given profile is supported by current X3D modelboolean
X3D.supportsX3dVersion
(String otherVersion) Confirm whether given version is supported by current X3D object. -
Uses of InvalidFieldValueException in org.web3d.x3d.jsail.fields
Modifier and TypeMethodDescriptionMFBool.setValueByString
(String newValue) Utility accessor for MFBool using String value (which must pass parsing validation checks).MFColor.setValueByString
(String newValue) Utility accessor for MFColor using String value (which must pass parsing validation checks).MFColorRGBA.setValueByString
(String newValue) Utility accessor for MFColorRGBA using String value (which must pass parsing validation checks).MFDouble.setValueByString
(String newValue) Utility accessor for MFDouble using String value (which must pass parsing validation checks).MFFloat.setValueByString
(String newValue) Utility accessor for MFFloat using String value (which must pass parsing validation checks).MFImage.setValueByString
(String newValue) Utility accessor for MFImage using String value (which must pass parsing validation checks).MFInt32.setValueByString
(String newValue) Utility accessor for MFInt32 using String value (which must pass parsing validation checks).MFMatrix3d.setValueByString
(String newValue) Utility accessor for MFMatrix3d using String value (which must pass parsing validation checks).MFMatrix3f.setValueByString
(String newValue) Utility accessor for MFMatrix3f using String value (which must pass parsing validation checks).MFMatrix4d.setValueByString
(String newValue) Utility accessor for MFMatrix4d using String value (which must pass parsing validation checks).MFMatrix4f.setValueByString
(String newValue) Utility accessor for MFMatrix4f using String value (which must pass parsing validation checks).MFRotation.setValueByString
(String newValue) Utility accessor for MFRotation using String value (which must pass parsing validation checks).MFString.setValueByString
(String newValue) Utility accessor for MFString using String valueMFTime.setValueByString
(String newValue) Utility accessor for MFTime using String value (which must pass parsing validation checks).MFVec2d.setValueByString
(String newValue) Utility accessor for MFVec2d using String value (which must pass parsing validation checks).MFVec2f.setValueByString
(String newValue) Utility accessor for MFVec2f using String value (which must pass parsing validation checks).MFVec3d.setValueByString
(String newValue) Utility accessor for MFVec3d using String value (which must pass parsing validation checks).MFVec3f.setValueByString
(String newValue) Utility accessor for MFVec3f using String value (which must pass parsing validation checks).MFVec4d.setValueByString
(String newValue) Utility accessor for MFVec4d using String value (which must pass parsing validation checks).MFVec4f.setValueByString
(String newValue) Utility accessor for MFVec4f using String value (which must pass parsing validation checks).SFBool.setValueByString
(String newValue) Utility accessor for SFBool using String value (which must pass parsing validation checks).SFColor.setValueByString
(String newValue) Utility accessor for SFColor using String value (which must pass parsing validation checks).SFColorRGBA.setValueByString
(String newValue) Utility accessor for SFColorRGBA using String value (which must pass parsing validation checks).SFDouble.setValueByString
(String newValue) Utility accessor for SFDouble using String value (which must pass parsing validation checks).SFFloat.setValueByString
(String newValue) Utility accessor for SFFloat using String value (which must pass parsing validation checks).SFImage.setValueByString
(String newValue) Utility accessor for SFImage using String value (which must pass parsing validation checks).SFInt32.setValueByString
(String newValue) Utility accessor for SFInt32 using String value (which must pass parsing validation checks).SFMatrix3d.setValueByString
(String newValue) Utility accessor for SFMatrix3d using String value (which must pass parsing validation checks).SFMatrix3f.setValueByString
(String newValue) Utility accessor for SFMatrix3f using String value (which must pass parsing validation checks).SFMatrix4d.setValueByString
(String newValue) Utility accessor for SFMatrix4d using String value (which must pass parsing validation checks).SFMatrix4f.setValueByString
(String newValue) Utility accessor for SFMatrix4f using String value (which must pass parsing validation checks).SFRotation.setValueByString
(String newValue) Utility accessor for SFRotation using String value (which must pass parsing validation checks).SFString.setValueByString
(String newValue) Utility accessor for SFString using String valueSFTime.setValueByString
(String newValue) Utility accessor for SFTime using String value (which must pass parsing validation checks).SFVec2d.setValueByString
(String newValue) Utility accessor for SFVec2d using String value (which must pass parsing validation checks).SFVec2f.setValueByString
(String newValue) Utility accessor for SFVec2f using String value (which must pass parsing validation checks).SFVec3d.setValueByString
(String newValue) Utility accessor for SFVec3d using String value (which must pass parsing validation checks).SFVec3f.setValueByString
(String newValue) Utility accessor for SFVec3f using String value (which must pass parsing validation checks).SFVec4d.setValueByString
(String newValue) Utility accessor for SFVec4d using String value (which must pass parsing validation checks).SFVec4f.setValueByString
(String newValue) Utility accessor for SFVec4f using String value (which must pass parsing validation checks).