Package org.web3d.vrml.lang
Interface FieldConstants
public interface FieldConstants
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
FieldsModifier and TypeFieldDescriptionstatic final boolean[]
static final float[]
static final float[]
static final double[]
static final float[]
static final int[]
static final int[]
static final long[]
static final double[]
static final float[]
static final double[]
static final float[]
static final float[]
static final String[]
static final double[]
static final float[]
static final double[]
static final float[]
static final double[]
static final float[]
static final boolean
Empty field declsstatic final float[]
static final float[]
static final int[]
static final double[]
static final float[]
static final double[]
static final float[]
static final float[]
static final double[]
static final float[]
static final double[]
static final float[]
static final double[]
static final float[]
static final int
The field access type is eventInstatic final int
The field access type is eventOutstatic final int
The field access type is exposedFieldstatic final int
The field access type is fieldstatic final int
The field type is MFBOOLstatic final int
The field type is MFColorstatic final int
The field type is MFColorRGBAstatic final int
The field type is MFDoublestatic final int
The field type is MFFloatstatic final int
The field type is MFImagestatic final int
The field type is MFInt32static final int
The field type is MFLongstatic final int
The field type is MFMatrix3dstatic final int
The field type is MFMatrix3fstatic final int
The field type is MFMatrix4dstatic final int
The field type is MFMatrix4fstatic final int
The field type is MFNodestatic final int
The field type is SFRotationstatic final int
The field type is MFStringstatic final int
The field type is MFTimestatic final int
The field type is MFVec2dstatic final int
The field type is MFVec2fstatic final int
The field type is MFVec2dstatic final int
The field type is MFVec3fstatic final int
The field type is MFVec4dstatic final int
The field type is MFVec4fstatic final int
The field type is SFBOOLstatic final int
The field type is SFColorstatic final int
The field type is SFColorRGBAstatic final int
The field type is SFDoublestatic final int
The field type is SFFloatstatic final int
The field type is SFImagestatic final int
The field type is SFInt32static final int
The field type is SFLongstatic final int
The field type is SFMatrix3dstatic final int
The field type is SFMatrix3fstatic final int
The field type is SFMatrix4dstatic final int
The field type is SFMatrix4fstatic final int
The field type is SFNodestatic final int
The field type is SFRotationstatic final int
The field type is SFStringstatic final int
The field type is SFTimestatic final int
The field type is SFVec2dstatic final int
The field type is SFVec2fstatic final int
The field type is SFVec2dstatic final int
The field type is SFVec3fstatic final int
The field type is SFVec4dstatic final int
The field type is SFVec4fstatic final int
A field type where we don't know anything about it.static final int
A field type where we don't know anything about it.
-
Field Details
-
UNKNOWN_IMPORT_TYPE
static final int UNKNOWN_IMPORT_TYPEA field type where we don't know anything about it. The field came from an IMPORT statement, so we have no idea about it's origin currently.- See Also:
-
UNKNOWN_IMPORT_ACCESS
static final int UNKNOWN_IMPORT_ACCESSA field type where we don't know anything about it. The field came from an IMPORT statement, so we have no idea about it's origin currently.- See Also:
-
EVENTIN
static final int EVENTINThe field access type is eventIn- See Also:
-
FIELD
static final int FIELDThe field access type is field- See Also:
-
EXPOSEDFIELD
static final int EXPOSEDFIELDThe field access type is exposedField- See Also:
-
EVENTOUT
static final int EVENTOUTThe field access type is eventOut- See Also:
-
SFBOOL
static final int SFBOOLThe field type is SFBOOL- See Also:
-
MFBOOL
static final int MFBOOLThe field type is MFBOOL- See Also:
-
SFINT32
static final int SFINT32The field type is SFInt32- See Also:
-
MFINT32
static final int MFINT32The field type is MFInt32- See Also:
-
SFFLOAT
static final int SFFLOATThe field type is SFFloat- See Also:
-
MFFLOAT
static final int MFFLOATThe field type is MFFloat- See Also:
-
SFDOUBLE
static final int SFDOUBLEThe field type is SFDouble- See Also:
-
MFDOUBLE
static final int MFDOUBLEThe field type is MFDouble- See Also:
-
SFTIME
static final int SFTIMEThe field type is SFTime- See Also:
-
MFTIME
static final int MFTIMEThe field type is MFTime- See Also:
-
SFNODE
static final int SFNODEThe field type is SFNode- See Also:
-
MFNODE
static final int MFNODEThe field type is MFNode- See Also:
-
SFVEC2F
static final int SFVEC2FThe field type is SFVec2f- See Also:
-
MFVEC2F
static final int MFVEC2FThe field type is MFVec2f- See Also:
-
SFVEC3F
static final int SFVEC3FThe field type is SFVec3f- See Also:
-
MFVEC3F
static final int MFVEC3FThe field type is MFVec3f- See Also:
-
SFVEC3D
static final int SFVEC3DThe field type is SFVec2d- See Also:
-
MFVEC3D
static final int MFVEC3DThe field type is MFVec2d- See Also:
-
SFROTATION
static final int SFROTATIONThe field type is SFRotation- See Also:
-
MFROTATION
static final int MFROTATIONThe field type is SFRotation- See Also:
-
SFCOLOR
static final int SFCOLORThe field type is SFColor- See Also:
-
MFCOLOR
static final int MFCOLORThe field type is MFColor- See Also:
-
SFCOLORRGBA
static final int SFCOLORRGBAThe field type is SFColorRGBA- See Also:
-
MFCOLORRGBA
static final int MFCOLORRGBAThe field type is MFColorRGBA- See Also:
-
SFIMAGE
static final int SFIMAGEThe field type is SFImage- See Also:
-
MFIMAGE
static final int MFIMAGEThe field type is MFImage- See Also:
-
SFSTRING
static final int SFSTRINGThe field type is SFString- See Also:
-
MFSTRING
static final int MFSTRINGThe field type is MFString- See Also:
-
SFVEC2D
static final int SFVEC2DThe field type is SFVec2d- See Also:
-
MFVEC2D
static final int MFVEC2DThe field type is MFVec2d- See Also:
-
SFLONG
static final int SFLONGThe field type is SFLong- See Also:
-
MFLONG
static final int MFLONGThe field type is MFLong- See Also:
-
SFVEC4F
static final int SFVEC4FThe field type is SFVec4f- See Also:
-
MFVEC4F
static final int MFVEC4FThe field type is MFVec4f- See Also:
-
SFVEC4D
static final int SFVEC4DThe field type is SFVec4d- See Also:
-
MFVEC4D
static final int MFVEC4DThe field type is MFVec4d- See Also:
-
SFMATRIX3F
static final int SFMATRIX3FThe field type is SFMatrix3f- See Also:
-
MFMATRIX3F
static final int MFMATRIX3FThe field type is MFMatrix3f- See Also:
-
SFMATRIX4F
static final int SFMATRIX4FThe field type is SFMatrix4f- See Also:
-
MFMATRIX4F
static final int MFMATRIX4FThe field type is MFMatrix4f- See Also:
-
SFMATRIX3D
static final int SFMATRIX3DThe field type is SFMatrix3d- See Also:
-
MFMATRIX3D
static final int MFMATRIX3DThe field type is MFMatrix3d- See Also:
-
SFMATRIX4D
static final int SFMATRIX4DThe field type is SFMatrix4d- See Also:
-
MFMATRIX4D
static final int MFMATRIX4DThe field type is MFMatrix4d- See Also:
-
EMPTY_SFBOOL
static final boolean EMPTY_SFBOOLEmpty field decls- See Also:
-
EMPTY_SFVEC2F
static final float[] EMPTY_SFVEC2F -
EMPTY_SFVEC3F
static final float[] EMPTY_SFVEC3F -
EMPTY_SFVEC4F
static final float[] EMPTY_SFVEC4F -
EMPTY_SFROTATION
static final float[] EMPTY_SFROTATION -
EMPTY_SFCOLOR
static final float[] EMPTY_SFCOLOR -
EMPTY_SFCOLORRGBA
static final float[] EMPTY_SFCOLORRGBA -
EMPTY_SFVEC2D
static final double[] EMPTY_SFVEC2D -
EMPTY_SFVEC3D
static final double[] EMPTY_SFVEC3D -
EMPTY_SFVEC4D
static final double[] EMPTY_SFVEC4D -
EMPTY_SFIMAGE
static final int[] EMPTY_SFIMAGE -
EMPTY_SFMATRIX3F
static final float[] EMPTY_SFMATRIX3F -
EMPTY_SFMATRIX4F
static final float[] EMPTY_SFMATRIX4F -
EMPTY_SFMATRIX3D
static final double[] EMPTY_SFMATRIX3D -
EMPTY_SFMATRIX4D
static final double[] EMPTY_SFMATRIX4D -
EMPTY_MFINT32
static final int[] EMPTY_MFINT32 -
EMPTY_MFFLOAT
static final float[] EMPTY_MFFLOAT -
EMPTY_MFDOUBLE
static final double[] EMPTY_MFDOUBLE -
EMPTY_MFVEC2F
static final float[] EMPTY_MFVEC2F -
EMPTY_MFVEC3F
static final float[] EMPTY_MFVEC3F -
EMPTY_MFVEC4F
static final float[] EMPTY_MFVEC4F -
EMPTY_MFVEC2D
static final double[] EMPTY_MFVEC2D -
EMPTY_MFVEC3D
static final double[] EMPTY_MFVEC3D -
EMPTY_MFVEC4D
static final double[] EMPTY_MFVEC4D -
EMPTY_MFIMAGE
static final int[] EMPTY_MFIMAGE -
EMPTY_MFLONG
static final long[] EMPTY_MFLONG -
EMPTY_MFBOOL
static final boolean[] EMPTY_MFBOOL -
EMPTY_MFSTRING
-
EMPTY_MFROTATION
static final float[] EMPTY_MFROTATION -
EMPTY_MFCOLOR
static final float[] EMPTY_MFCOLOR -
EMPTY_MFCOLORRGBA
static final float[] EMPTY_MFCOLORRGBA -
EMPTY_MFMATRIX3F
static final float[] EMPTY_MFMATRIX3F -
EMPTY_MFMATRIX4F
static final float[] EMPTY_MFMATRIX4F -
EMPTY_MFMATRIX3D
static final double[] EMPTY_MFMATRIX3D -
EMPTY_MFMATRIX4D
static final double[] EMPTY_MFMATRIX4D
-