FreeWRL / FreeX3D 4.3.0
sai.eai.VMFString Class Reference
Inheritance diagram for sai.eai.VMFString:
sai.eai.VField

Public Member Functions

 VMFString (DataInputStream in) throws IOException
 VMFString (String[] strings)
void write (DataOutputStream out) throws IOException
byte getType ()
String[] getValue ()
String get1Value (int pos)
String toString ()

Additional Inherited Members

Static Public Attributes inherited from sai.eai.VField
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 21 of file VMFString.java.

Constructor & Destructor Documentation

◆ VMFString() [1/2]

sai.eai.VMFString.VMFString ( DataInputStream in) throws IOException
inline

Definition at line 25 of file VMFString.java.

◆ VMFString() [2/2]

sai.eai.VMFString.VMFString ( String[] strings)
inline

Definition at line 33 of file VMFString.java.

Member Function Documentation

◆ get1Value()

String sai.eai.VMFString.get1Value ( int pos)
inline

Definition at line 48 of file VMFString.java.

◆ getType()

byte sai.eai.VMFString.getType ( )
inline

Reimplemented from sai.eai.VField.

Definition at line 45 of file VMFString.java.

◆ getValue()

String[] sai.eai.VMFString.getValue ( )
inline

Definition at line 47 of file VMFString.java.

◆ toString()

String sai.eai.VMFString.toString ( )
inline

Definition at line 50 of file VMFString.java.

◆ write()

void sai.eai.VMFString.write ( DataOutputStream out) throws IOException
inline

Reimplemented from sai.eai.VField.

Definition at line 37 of file VMFString.java.


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