FreeWRL / FreeX3D 4.3.0
vrml.FWJavaScript Class Reference

Static Public Member Functions

static void add_touched (Field f)
static void send_touched (String reqid) throws IOException
static void main (String argv[]) throws ClassNotFoundException, NoSuchMethodException, InstantiationException, IllegalAccessException, InvocationTargetException, Exception, Throwable
static String getFieldType (BaseNode node, String fieldname, String kind)
static void readField (BaseNode node, String fieldName, Field fld)
static String getNodeType (BaseNode node)
static Browser getBrowser ()
static BaseNode[] createVrmlFromString (String vrmlSyntax) throws InvalidVRMLSyntaxException
static BaseNode[] createX3DFromString (String vrmlSyntax) throws InvalidX3DSyntaxException

Detailed Description

Definition at line 13 of file FWJavaScript.java.

Member Function Documentation

◆ add_touched()

void vrml.FWJavaScript.add_touched ( Field f)
inlinestatic

Definition at line 26 of file FWJavaScript.java.

◆ createVrmlFromString()

BaseNode[] vrml.FWJavaScript.createVrmlFromString ( String vrmlSyntax) throws InvalidVRMLSyntaxException
inlinestatic

Definition at line 222 of file FWJavaScript.java.

◆ createX3DFromString()

BaseNode[] vrml.FWJavaScript.createX3DFromString ( String vrmlSyntax) throws InvalidX3DSyntaxException
inlinestatic

Definition at line 253 of file FWJavaScript.java.

◆ getBrowser()

Browser vrml.FWJavaScript.getBrowser ( )
inlinestatic

Definition at line 216 of file FWJavaScript.java.

◆ getFieldType()

String vrml.FWJavaScript.getFieldType ( BaseNode node,
String fieldname,
String kind )
inlinestatic

Definition at line 182 of file FWJavaScript.java.

◆ getNodeType()

String vrml.FWJavaScript.getNodeType ( BaseNode node)
inlinestatic

Definition at line 205 of file FWJavaScript.java.

◆ main()

void vrml.FWJavaScript.main ( String argv[]) throws ClassNotFoundException, NoSuchMethodException, InstantiationException, IllegalAccessException, InvocationTargetException, Exception, Throwable
inlinestatic

Definition at line 53 of file FWJavaScript.java.

◆ readField()

void vrml.FWJavaScript.readField ( BaseNode node,
String fieldName,
Field fld )
inlinestatic

Definition at line 195 of file FWJavaScript.java.

◆ send_touched()

void vrml.FWJavaScript.send_touched ( String reqid) throws IOException
inlinestatic

Definition at line 30 of file FWJavaScript.java.


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