|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface X3DFieldTypes
Listing of constants relating to fields types.
These constants will be returned by the various methods of
X3DFieldDefinition.
| Field Summary | |
|---|---|
static int |
INITIALIZE_ONLY
The field access type is eventIn |
static int |
INPUT_ONLY
The field access type is exposedField |
static int |
INPUT_OUTPUT
The field access type is eventOut |
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 |
MFNODE
The field type is MFNode |
static int |
MFROTATION
The field type is MFRotation |
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 MFVec3d |
static int |
MFVEC3F
The field type is MFVec3f |
static int |
OUTPUT_ONLY
The field access type is field |
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 |
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 SFVec3d |
static int |
SFVEC3F
The field type is SFVec3f |
| Field Detail |
|---|
static final int INPUT_ONLY
static final int INITIALIZE_ONLY
static final int INPUT_OUTPUT
static final int OUTPUT_ONLY
static final int SFBOOL
static final int MFBOOL
static final int MFINT32
static final int SFINT32
static final int SFLONG
static final int MFLONG
static final int SFFLOAT
static final int MFFLOAT
static final int SFDOUBLE
static final int MFDOUBLE
static final int SFTIME
static final int MFTIME
static final int SFNODE
static final int MFNODE
static final int SFVEC2F
static final int MFVEC2F
static final int SFVEC2D
static final int MFVEC2D
static final int SFVEC3F
static final int MFVEC3F
static final int SFVEC3D
static final int MFVEC3D
static final int MFROTATION
static final int SFROTATION
static final int MFCOLOR
static final int SFCOLOR
static final int MFCOLORRGBA
static final int SFCOLORRGBA
static final int SFIMAGE
static final int MFIMAGE
static final int SFSTRING
static final int MFSTRING
|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||