|
Xj3D VRML/X3D Code API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Listing of various constants relating to fields that might be useful during the parsing process.
The set of field types is a superset of the basic field types defined for VRML97 and VRML 3.0. We've done this to provide the ultimate amount of flexibility for new data types that may be needed in profiles.
| Field Summary | |
static boolean[] |
EMPTY_MFBOOL
|
static float[] |
EMPTY_MFCOLOR
|
static float[] |
EMPTY_MFCOLORRGBA
|
static double[] |
EMPTY_MFDOUBLE
|
static float[] |
EMPTY_MFFLOAT
|
static int[] |
EMPTY_MFIMAGE
|
static int[] |
EMPTY_MFINT32
|
static long[] |
EMPTY_MFLONG
|
static double[] |
EMPTY_MFMATRIX3D
|
static float[] |
EMPTY_MFMATRIX3F
|
static double[] |
EMPTY_MFMATRIX4D
|
static float[] |
EMPTY_MFMATRIX4F
|
static float[] |
EMPTY_MFROTATION
|
static java.lang.String[] |
EMPTY_MFSTRING
|
static double[] |
EMPTY_MFVEC2D
|
static float[] |
EMPTY_MFVEC2F
|
static double[] |
EMPTY_MFVEC3D
|
static float[] |
EMPTY_MFVEC3F
|
static double[] |
EMPTY_MFVEC4D
|
static float[] |
EMPTY_MFVEC4F
|
static float[] |
EMPTY_SFCOLOR
|
static float[] |
EMPTY_SFCOLORRGBA
|
static int[] |
EMPTY_SFIMAGE
|
static double[] |
EMPTY_SFMATRIX3D
|
static float[] |
EMPTY_SFMATRIX3F
|
static double[] |
EMPTY_SFMATRIX4D
|
static float[] |
EMPTY_SFMATRIX4F
|
static float[] |
EMPTY_SFROTATION
|
static double[] |
EMPTY_SFVEC2D
|
static float[] |
EMPTY_SFVEC2F
Empty field decls |
static double[] |
EMPTY_SFVEC3D
|
static float[] |
EMPTY_SFVEC3F
|
static double[] |
EMPTY_SFVEC4D
|
static float[] |
EMPTY_SFVEC4F
|
static int |
EVENTIN
The field access type is eventIn |
static int |
EVENTOUT
The field access type is eventOut |
static int |
EXPOSEDFIELD
The field access type is exposedField |
static int |
FIELD
The field access type is field |
static int |
MFBOOL
The field type is MFBOOL |
static int |
MFCOLOR
The field type is MFColor |
static int |
MFCOLORRGBA
The field type is MFColorRGBA |
static int |
MFDOUBLE
The field type is MFDouble |
static int |
MFFLOAT
The field type is MFFloat |
static int |
MFIMAGE
The field type is MFImage |
static int |
MFINT32
The field type is MFInt32 |
static int |
MFLONG
The field type is MFLong |
static int |
MFMATRIX3D
The field type is MFMatrix3d |
static int |
MFMATRIX3F
The field type is MFMatrix3f |
static int |
MFMATRIX4D
The field type is MFMatrix4d |
static int |
MFMATRIX4F
The field type is MFMatrix4f |
static int |
MFNODE
The field type is MFNode |
static int |
MFROTATION
The field type is SFRotation |
static int |
MFSTRING
The field type is MFString |
static int |
MFTIME
The field type is MFTime |
static int |
MFVEC2D
The field type is MFVec2d |
static int |
MFVEC2F
The field type is MFVec2f |
static int |
MFVEC3D
The field type is MFVec2d |
static int |
MFVEC3F
The field type is MFVec3f |
static int |
MFVEC4D
The field type is MFVec4d |
static int |
MFVEC4F
The field type is MFVec4f |
static int |
SFBOOL
The field type is SFBOOL |
static int |
SFCOLOR
The field type is SFColor |
static int |
SFCOLORRGBA
The field type is SFColorRGBA |
static int |
SFDOUBLE
The field type is SFDouble |
static int |
SFFLOAT
The field type is SFFloat |
static int |
SFIMAGE
The field type is SFImage |
static int |
SFINT32
The field type is SFInt32 |
static int |
SFLONG
The field type is SFLong |
static int |
SFMATRIX3D
The field type is SFMatrix3d |
static int |
SFMATRIX3F
The field type is SFMatrix3f |
static int |
SFMATRIX4D
The field type is SFMatrix4d |
static int |
SFMATRIX4F
The field type is SFMatrix4f |
static int |
SFNODE
The field type is SFNode |
static int |
SFROTATION
The field type is SFRotation |
static int |
SFSTRING
The field type is SFString |
static int |
SFTIME
The field type is SFTime |
static int |
SFVEC2D
The field type is SFVec2d |
static int |
SFVEC2F
The field type is SFVec2f |
static int |
SFVEC3D
The field type is SFVec2d |
static int |
SFVEC3F
The field type is SFVec3f |
static int |
SFVEC4D
The field type is SFVec4d |
static int |
SFVEC4F
The field type is SFVec4f |
static int |
UNKNOWN_IMPORT_ACCESS
A field type where we don't know anything about it. |
static int |
UNKNOWN_IMPORT_TYPE
A field type where we don't know anything about it. |
| Field Detail |
public static final int UNKNOWN_IMPORT_TYPE
public static final int UNKNOWN_IMPORT_ACCESS
public static final int EVENTIN
public static final int FIELD
public static final int EXPOSEDFIELD
public static final int EVENTOUT
public static final int SFBOOL
public static final int MFBOOL
public static final int SFINT32
public static final int MFINT32
public static final int SFFLOAT
public static final int MFFLOAT
public static final int SFDOUBLE
public static final int MFDOUBLE
public static final int SFTIME
public static final int MFTIME
public static final int SFNODE
public static final int MFNODE
public static final int SFVEC2F
public static final int MFVEC2F
public static final int SFVEC3F
public static final int MFVEC3F
public static final int SFVEC3D
public static final int MFVEC3D
public static final int SFROTATION
public static final int MFROTATION
public static final int SFCOLOR
public static final int MFCOLOR
public static final int SFCOLORRGBA
public static final int MFCOLORRGBA
public static final int SFIMAGE
public static final int MFIMAGE
public static final int SFSTRING
public static final int MFSTRING
public static final int SFVEC2D
public static final int MFVEC2D
public static final int SFLONG
public static final int MFLONG
public static final int SFVEC4F
public static final int MFVEC4F
public static final int SFVEC4D
public static final int MFVEC4D
public static final int SFMATRIX3F
public static final int MFMATRIX3F
public static final int SFMATRIX4F
public static final int MFMATRIX4F
public static final int SFMATRIX3D
public static final int MFMATRIX3D
public static final int SFMATRIX4D
public static final int MFMATRIX4D
public static final float[] EMPTY_SFVEC2F
public static final float[] EMPTY_SFVEC3F
public static final float[] EMPTY_SFVEC4F
public static final float[] EMPTY_SFROTATION
public static final float[] EMPTY_SFCOLOR
public static final float[] EMPTY_SFCOLORRGBA
public static final double[] EMPTY_SFVEC2D
public static final double[] EMPTY_SFVEC3D
public static final double[] EMPTY_SFVEC4D
public static final int[] EMPTY_SFIMAGE
public static final float[] EMPTY_SFMATRIX3F
public static final float[] EMPTY_SFMATRIX4F
public static final double[] EMPTY_SFMATRIX3D
public static final double[] EMPTY_SFMATRIX4D
public static final int[] EMPTY_MFINT32
public static final float[] EMPTY_MFFLOAT
public static final double[] EMPTY_MFDOUBLE
public static final float[] EMPTY_MFVEC2F
public static final float[] EMPTY_MFVEC3F
public static final float[] EMPTY_MFVEC4F
public static final double[] EMPTY_MFVEC2D
public static final double[] EMPTY_MFVEC3D
public static final double[] EMPTY_MFVEC4D
public static final int[] EMPTY_MFIMAGE
public static final long[] EMPTY_MFLONG
public static final boolean[] EMPTY_MFBOOL
public static final java.lang.String[] EMPTY_MFSTRING
public static final float[] EMPTY_MFROTATION
public static final float[] EMPTY_MFCOLOR
public static final float[] EMPTY_MFCOLORRGBA
public static final float[] EMPTY_MFMATRIX3F
public static final float[] EMPTY_MFMATRIX4F
public static final double[] EMPTY_MFMATRIX3D
public static final double[] EMPTY_MFMATRIX4D
|
Xj3D VRML/X3D Code API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||