Uses of Interface
org.web3d.x3d.sai.MField

Packages that use MField
Package
Description
The X3D Java fields package provides a comprehensive set of strongly typed X3D Java classes for concrete implementation of X3D field types.
The X3D Java Scene Access Interface (SAI) package is designed to provide access to a browser and its contained scene graph, either as an internal X3D Script node, or as an standalone Java program.
  • Uses of MField in org.web3d.x3d.jsail.fields

    Classes in org.web3d.x3d.jsail.fields that implement MField
    Modifier and Type
    Class
    Description
    class 
    This utility class provides a concrete implementation corresponding to MFBool X3D field type.
    class 
    This utility class provides a concrete implementation corresponding to MFColor X3D field type.
    class 
    This utility class provides a concrete implementation corresponding to MFColorRGBA X3D field type.
    class 
    This utility class provides a concrete implementation corresponding to MFDouble X3D field type.
    class 
    This utility class provides a concrete implementation corresponding to MFFloat X3D field type.
    class 
    This utility class provides a concrete implementation corresponding to MFImage X3D field type.
    class 
    This utility class provides a concrete implementation corresponding to MFInt32 X3D field type.
    class 
    This utility class provides a concrete implementation corresponding to MFNode X3D field type.
    class 
    This utility class provides a concrete implementation corresponding to MFRotation X3D field type.
    class 
    This utility class provides a concrete implementation corresponding to MFString X3D field type.
    class 
    This utility class provides a concrete implementation corresponding to MFTime X3D field type.
    class 
    This utility class provides a concrete implementation corresponding to MFVec2d X3D field type.
    class 
    This utility class provides a concrete implementation corresponding to MFVec2f X3D field type.
    class 
    This utility class provides a concrete implementation corresponding to MFVec3d X3D field type.
    class 
    This utility class provides a concrete implementation corresponding to MFVec3f X3D field type.
    class 
    This utility class provides a concrete implementation corresponding to MFVec4d X3D field type.
    class 
    This utility class provides a concrete implementation corresponding to MFVec4f X3D field type.
  • Uses of MField in org.web3d.x3d.sai

    Subinterfaces of MField in org.web3d.x3d.sai
    Modifier and Type
    Interface
    Description
    interface 
    MFBool is an array of boolean values.
    interface 
    MFColor specifies zero or more SFColor RGB triples, where each color value is an RGB triple of floating point numbers in range [0,1].
    interface 
    MFColorRGBA specifies zero or more SFColorRGBA 4-tuples, where each color value is an RGBA 4-tuple of floating point numbers in range [0,1].
    interface 
    MFDouble is an array of Double values, meaning a double-precision floating-point array type.
    interface 
    MFFloat is an array of SFFloat values, meaning a single-precision floating-point array type.
    interface 
    MFImage is an array of SFImage values.
    interface 
    MFInt32 defines an array of 32-bit signed integers.
    interface 
    MFNode specifies zero or more nodes; the default value of an MFNode field is the empty list.
    interface 
    MFRotation is an array of SFRotation values.
    interface 
    MFString is an array of SFString values, each "quoted" and separated by whitespace.
    interface 
    MFTime is an array of SFTime values.
    interface 
    MFVec2d is an array of SFVec2d values.
    interface 
    MFVec2f is an array of SFVec2f values.
    interface 
    MFVec3d is an array of SFVec3d values.
    interface 
    MFVec3f is an array of SFVec3f values.
    interface 
    MFVec4d is zero or more SFVec4d values.
    interface 
    MFVec4f is zero or more SFVec4f values.