FreeWRL / FreeX3D 4.3.0
vrml.external.Node Class Reference

Public Member Functions

String getType ()
 
EventIn getEventIn (String name) throws InvalidEventInException
 
EventOut getEventOut (String name) throws InvalidEventOutException
 

Data Fields

int EventType = FieldTypes.UnknownType
 
String outNode
 
String inNode
 
String command
 
String RLreturn
 
int nodeptr = 0
 
int offset = 0
 
int datasize = 0
 
String datatype
 
int ScriptType = 0
 

Detailed Description

Definition at line 11 of file Node.java.

Member Function Documentation

◆ getEventIn()

EventIn vrml.external.Node.getEventIn ( String name) throws InvalidEventInException
inline

Definition at line 48 of file Node.java.

◆ getEventOut()

EventOut vrml.external.Node.getEventOut ( String name) throws InvalidEventOutException
inline

Definition at line 102 of file Node.java.

◆ getType()

String vrml.external.Node.getType ( )
inline

Definition at line 32 of file Node.java.

Field Documentation

◆ command

String vrml.external.Node.command

Definition at line 22 of file Node.java.

◆ datasize

int vrml.external.Node.datasize = 0

Definition at line 26 of file Node.java.

◆ datatype

String vrml.external.Node.datatype

Definition at line 27 of file Node.java.

◆ EventType

int vrml.external.Node.EventType = FieldTypes.UnknownType

Definition at line 17 of file Node.java.

◆ inNode

String vrml.external.Node.inNode

Definition at line 21 of file Node.java.

◆ nodeptr

int vrml.external.Node.nodeptr = 0

Definition at line 24 of file Node.java.

◆ offset

int vrml.external.Node.offset = 0

Definition at line 25 of file Node.java.

◆ outNode

String vrml.external.Node.outNode

Definition at line 18 of file Node.java.

◆ RLreturn

String vrml.external.Node.RLreturn

Definition at line 23 of file Node.java.

◆ ScriptType

int vrml.external.Node.ScriptType = 0

Definition at line 28 of file Node.java.


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