FreeWRL / FreeX3D 4.3.0
sai.FreeWRLFieldTypes Class Reference
Inheritance diagram for sai.FreeWRLFieldTypes:
org.web3d.x3d.sai.X3DFieldTypes

Static Public Member Functions

static int getIntType (String type)
 
static String getStringType (int type)
 
static String getStringDesc (int type)
 
static int getIntFromStringDesc (String desc)
 
static int getAccessFromType (String type)
 
static int getIntAccess (String type)
 
static String getStringAccess (int type)
 

Static Public Attributes

static int SFUNKOWN = 0
 

Additional Inherited Members

- Data Fields inherited from org.web3d.x3d.sai.X3DFieldTypes
int INPUT_ONLY = 1
 
int INITIALIZE_ONLY = 2
 
int INPUT_OUTPUT = 3
 
int OUTPUT_ONLY = 4
 
int SFBOOL = 1
 
int MFBOOL = 2
 
int SFCOLOR = 21
 
int MFCOLOR = 22
 
int SFCOLORRGBA = 23
 
int MFCOLORRGBA = 24
 
int SFDOUBLE = 7
 
int MFDOUBLE = 8
 
int SFFLOAT = 5
 
int MFFLOAT = 6
 
int SFIMAGE = 25
 
int MFIMAGE = 26
 
int SFINT32 = 3
 
int MFINT32 = 4
 
int SFNODE = 11
 
int MFNODE = 12
 
int SFROTATION = 19
 
int MFROTATION = 20
 
int SFSTRING = 27
 
int MFSTRING = 28
 
int SFTIME = 9
 
int MFTIME = 10
 
int SFVEC2F = 13
 
int MFVEC2F = 14
 
int SFVEC3F = 15
 
int MFVEC3F = 16
 
int SFVEC3D = 17
 
int MFVEC3D = 18
 
int SFVEC2D = 29
 
int MFVEC2D = 30
 

Detailed Description

Definition at line 5 of file FreeWRLFieldTypes.java.

Member Function Documentation

◆ getAccessFromType()

static int sai.FreeWRLFieldTypes.getAccessFromType ( String type)
inlinestatic

Definition at line 185 of file FreeWRLFieldTypes.java.

◆ getIntAccess()

static int sai.FreeWRLFieldTypes.getIntAccess ( String type)
inlinestatic

Definition at line 191 of file FreeWRLFieldTypes.java.

◆ getIntFromStringDesc()

static int sai.FreeWRLFieldTypes.getIntFromStringDesc ( String desc)
inlinestatic

Definition at line 179 of file FreeWRLFieldTypes.java.

◆ getIntType()

static int sai.FreeWRLFieldTypes.getIntType ( String type)
inlinestatic

Definition at line 165 of file FreeWRLFieldTypes.java.

◆ getStringAccess()

static String sai.FreeWRLFieldTypes.getStringAccess ( int type)
inlinestatic

Definition at line 197 of file FreeWRLFieldTypes.java.

◆ getStringDesc()

static String sai.FreeWRLFieldTypes.getStringDesc ( int type)
inlinestatic

Definition at line 175 of file FreeWRLFieldTypes.java.

◆ getStringType()

static String sai.FreeWRLFieldTypes.getStringType ( int type)
inlinestatic

Definition at line 171 of file FreeWRLFieldTypes.java.

Field Documentation

◆ SFUNKOWN

int sai.FreeWRLFieldTypes.SFUNKOWN = 0
static

Definition at line 14 of file FreeWRLFieldTypes.java.


The documentation for this class was generated from the following file: