Xj3D 2.0 VRML/X3D Code API

org.web3d.x3d.sai
Interface X3DFieldTypes


public interface X3DFieldTypes

Listing of constants relating to fields types.

These constants will be returned by the various methods of X3DFieldDefinition.

Version:
$Revision: 1.8 $
Author:
Justin Couch

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

INPUT_ONLY

static final int INPUT_ONLY
The field access type is exposedField

See Also:
Constant Field Values

INITIALIZE_ONLY

static final int INITIALIZE_ONLY
The field access type is eventIn

See Also:
Constant Field Values

INPUT_OUTPUT

static final int INPUT_OUTPUT
The field access type is eventOut

See Also:
Constant Field Values

OUTPUT_ONLY

static final int OUTPUT_ONLY
The field access type is field

See Also:
Constant Field Values

SFBOOL

static final int SFBOOL
The field type is SFBOOL

See Also:
Constant Field Values

MFBOOL

static final int MFBOOL
The field type is MFBOOL

See Also:
Constant Field Values

MFINT32

static final int MFINT32
The field type is MFInt32

See Also:
Constant Field Values

SFINT32

static final int SFINT32
The field type is SFInt32

See Also:
Constant Field Values

SFLONG

static final int SFLONG
The field type is SFLong

See Also:
Constant Field Values

MFLONG

static final int MFLONG
The field type is MFLong

See Also:
Constant Field Values

SFFLOAT

static final int SFFLOAT
The field type is SFFloat

See Also:
Constant Field Values

MFFLOAT

static final int MFFLOAT
The field type is MFFloat

See Also:
Constant Field Values

SFDOUBLE

static final int SFDOUBLE
The field type is SFDouble

See Also:
Constant Field Values

MFDOUBLE

static final int MFDOUBLE
The field type is MFDouble

See Also:
Constant Field Values

SFTIME

static final int SFTIME
The field type is SFTime

See Also:
Constant Field Values

MFTIME

static final int MFTIME
The field type is MFTime

See Also:
Constant Field Values

SFNODE

static final int SFNODE
The field type is SFNode

See Also:
Constant Field Values

MFNODE

static final int MFNODE
The field type is MFNode

See Also:
Constant Field Values

SFVEC2F

static final int SFVEC2F
The field type is SFVec2f

See Also:
Constant Field Values

MFVEC2F

static final int MFVEC2F
The field type is MFVec2f

See Also:
Constant Field Values

SFVEC2D

static final int SFVEC2D
The field type is SFVec2d

See Also:
Constant Field Values

MFVEC2D

static final int MFVEC2D
The field type is MFVec2d

See Also:
Constant Field Values

SFVEC3F

static final int SFVEC3F
The field type is SFVec3f

See Also:
Constant Field Values

MFVEC3F

static final int MFVEC3F
The field type is MFVec3f

See Also:
Constant Field Values

SFVEC3D

static final int SFVEC3D
The field type is SFVec3d

See Also:
Constant Field Values

MFVEC3D

static final int MFVEC3D
The field type is MFVec3d

See Also:
Constant Field Values

MFROTATION

static final int MFROTATION
The field type is MFRotation

See Also:
Constant Field Values

SFROTATION

static final int SFROTATION
The field type is SFRotation

See Also:
Constant Field Values

MFCOLOR

static final int MFCOLOR
The field type is MFColor

See Also:
Constant Field Values

SFCOLOR

static final int SFCOLOR
The field type is SFColor

See Also:
Constant Field Values

MFCOLORRGBA

static final int MFCOLORRGBA
The field type is MFColorRGBA

See Also:
Constant Field Values

SFCOLORRGBA

static final int SFCOLORRGBA
The field type is SFColorRGBA

See Also:
Constant Field Values

SFIMAGE

static final int SFIMAGE
The field type is SFImage

See Also:
Constant Field Values

MFIMAGE

static final int MFIMAGE
The field type is MFImage

See Also:
Constant Field Values

SFSTRING

static final int SFSTRING
The field type is SFString

See Also:
Constant Field Values

MFSTRING

static final int MFSTRING
The field type is MFString

See Also:
Constant Field Values

Xj3D 2.0 VRML/X3D Code API

Copyright © 2001 - 2006 Web3D Consortium