Package org.web3d.x3d.jsail.fields
Class X3DConcreteFieldTypes
java.lang.Object
org.web3d.x3d.jsail.fields.X3DConcreteFieldTypes
- All Implemented Interfaces:
X3DFieldTypes
Methods for constants corresponding to each X3D field type and accessType.
Warning: this is an abstract interface that cannot be instantiated as a concrete object. Java programmers typically only need to use concrete objects provided by the
Package hint: This specification class is defined by the X3D Java Language Binding Specification for the Scene Authoring Interface (SAI).
Warning: this is an abstract interface that cannot be instantiated as a concrete object. Java programmers typically only need to use concrete objects provided by the
org.web3d.x3d.jsail
classes.
Package hint: This specification class is defined by the X3D Java Language Binding Specification for the Scene Authoring Interface (SAI).
- See Also:
-
Field Summary
Fields inherited from interface org.web3d.x3d.sai.X3DFieldTypes
INITIALIZE_ONLY, INPUT_ONLY, INPUT_OUTPUT, MFBOOL, MFCOLOR, MFCOLORRGBA, MFDOUBLE, MFFLOAT, MFIMAGE, MFINT32, MFMATRIX3D, MFMATRIX3F, MFMATRIX4D, MFMATRIX4F, MFNODE, MFROTATION, MFSTRING, MFTIME, MFVEC2D, MFVEC2F, MFVEC3D, MFVEC3F, MFVEC4D, MFVEC4F, OUTPUT_ONLY, SFBOOL, SFCOLOR, SFCOLORRGBA, SFDOUBLE, SFFLOAT, SFIMAGE, SFINT32, SFMATRIX3D, SFMATRIX3F, SFMATRIX4D, SFMATRIX4F, SFNODE, SFROTATION, SFSTRING, SFTIME, SFVEC2D, SFVEC2F, SFVEC3D, SFVEC3F, SFVEC4D, SFVEC4F
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
toAccessTypeString
(int accessType) Convert accessType value to stringstatic String
toFieldString
(int fieldType) Convert fieldType value to string
-
Constructor Details
-
X3DConcreteFieldTypes
public X3DConcreteFieldTypes()
-
-
Method Details
-
toAccessTypeString
Convert accessType value to string- Parameters:
accessType
- the accessType enumeration value to convert- Returns:
- string name for accessType value
-
toFieldString
Convert fieldType value to string- Parameters:
fieldType
- the fieldType enumeration value to convert- Returns:
- string name for fieldType value
-