FreeWRL/FreeX3D  3.0.0
vrml.external.FreeWRLEAI.VField Class Referenceabstract
Inheritance diagram for vrml.external.FreeWRLEAI.VField:
vrml.external.FreeWRLEAI.VMFColor vrml.external.FreeWRLEAI.VMFFloat vrml.external.FreeWRLEAI.VMFInt32 vrml.external.FreeWRLEAI.VMFRotation vrml.external.FreeWRLEAI.VMFString vrml.external.FreeWRLEAI.VMFVec2f vrml.external.FreeWRLEAI.VMFVec3f vrml.external.FreeWRLEAI.VSFBool vrml.external.FreeWRLEAI.VSFColor vrml.external.FreeWRLEAI.VSFFloat vrml.external.FreeWRLEAI.VSFImage vrml.external.FreeWRLEAI.VSFInt32 vrml.external.FreeWRLEAI.VSFRotation vrml.external.FreeWRLEAI.VSFString vrml.external.FreeWRLEAI.VSFTime vrml.external.FreeWRLEAI.VSFVec2f vrml.external.FreeWRLEAI.VSFVec3f

Public Member Functions

byte getType ()
 
abstract void write (DataOutputStream out) throws IOException
 

Static Public Attributes

static final byte NOTHING = -1
 
static final byte SFBOOL = 0
 
static final byte SFCOLOR = 1
 
static final byte SFFLOAT = 2
 
static final byte SFIMAGE = 3
 
static final byte SFINT32 = 4
 
static final byte SFNODE = 5
 
static final byte SFROTATION = 6
 
static final byte SFSTRING = 7
 
static final byte SFTIME = 8
 
static final byte SFVEC2F = 9
 
static final byte SFVEC3F = 10
 
static final byte MFCOLOR = 11
 
static final byte MFFLOAT = 12
 
static final byte MFINT32 = 13
 
static final byte MFNODE = 14
 
static final byte MFROTATION = 15
 
static final byte MFSTRING = 16
 
static final byte MFVEC2F = 17
 
static final byte MFVEC3F = 18
 

Detailed Description

Definition at line 24 of file VField.java.


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