-
Classes in org.web3d.x3d.jsail.fields that implement MField
| Modifier and Type |
Class |
Description |
class |
MFBoolObject |
This utility class provides a concrete implementation corresponding to MFBool X3D field type.
|
class |
MFColorObject |
This utility class provides a concrete implementation corresponding to MFColor X3D field type.
|
class |
MFColorRGBAObject |
This utility class provides a concrete implementation corresponding to MFColorRGBA X3D field type.
|
class |
MFDoubleObject |
This utility class provides a concrete implementation corresponding to MFDouble X3D field type.
|
class |
MFFloatObject |
This utility class provides a concrete implementation corresponding to MFFloat X3D field type.
|
class |
MFImageObject |
This utility class provides a concrete implementation corresponding to MFImage X3D field type.
|
class |
MFInt32Object |
This utility class provides a concrete implementation corresponding to MFInt32 X3D field type.
|
class |
MFNodeObject |
This utility class provides a concrete implementation corresponding to MFNode X3D field type.
|
class |
MFRotationObject |
This utility class provides a concrete implementation corresponding to MFRotation X3D field type.
|
class |
MFStringObject |
This utility class provides a concrete implementation corresponding to MFString X3D field type.
|
class |
MFTimeObject |
This utility class provides a concrete implementation corresponding to MFTime X3D field type.
|
class |
MFVec2dObject |
This utility class provides a concrete implementation corresponding to MFVec2d X3D field type.
|
class |
MFVec2fObject |
This utility class provides a concrete implementation corresponding to MFVec2f X3D field type.
|
class |
MFVec3dObject |
This utility class provides a concrete implementation corresponding to MFVec3d X3D field type.
|
class |
MFVec3fObject |
This utility class provides a concrete implementation corresponding to MFVec3f X3D field type.
|
class |
MFVec4dObject |
This utility class provides a concrete implementation corresponding to MFVec4d X3D field type.
|
class |
MFVec4fObject |
This utility class provides a concrete implementation corresponding to MFVec4f X3D field type.
|
-
Subinterfaces of MField in org.web3d.x3d.sai
| Modifier and Type |
Interface |
Description |
interface |
MFBool |
MFBool is an array of Boolean values.
|
interface |
MFColor |
MFColor specifies zero or more SFColor RGB triples.
|
interface |
MFColorRGBA |
MFColorRGBA specifies zero or more SFColorRGBA 4-tuples.
|
interface |
MFDouble |
MFDouble is an array of Double values, meaning a double-precision floating-point array type.
|
interface |
MFFloat |
MFFloat is an array of SFFloat values, meaning a single-precision floating-point array type.
|
interface |
MFImage |
MFImage is an array of SFImage values.
|
interface |
MFInt32 |
An MFInt32 field defines an array of 32-bit signed integers.
|
interface |
MFNode |
The MFNode field specifies zero or more nodes; the default value of an MFNode field is the empty list.
|
interface |
MFRotation |
MFRotation is an array of SFRotation values.
|
interface |
MFString |
MFString is an array of SFString values, each "quoted" and separated by whitespace.
|
interface |
MFTime |
MFTime is an array of SFTime values.
|
interface |
MFVec2d |
MFVec2d is an array of SFVec2d values.
|
interface |
MFVec2f |
MFVec2f is an array of SFVec2f values.
|
interface |
MFVec3d |
MFVec3d is an array of SFVec3d values.
|
interface |
MFVec3f |
MFVec3f is an array of SFVec3f values.
|
interface |
MFVec4d |
MFVec4d is zero or more SFVec4d values.
|
interface |
MFVec4f |
MFVec4f is zero or more SFVec4f values.
|