FreeWRL / FreeX3D 4.3.0
vrml.Browser Class Reference

Public Member Functions

String toString ()
 
String getName ()
 
String getVersion ()
 
float getCurrentSpeed ()
 
float getCurrentFrameRate ()
 
BaseNode[] createX3DFromString (String x3dSyntax) throws InvalidX3DSyntaxException
 
BaseNode[] createVrmlFromString (String vrmlSyntax) throws InvalidVRMLSyntaxException
 

Detailed Description

Definition at line 4 of file Browser.java.

Member Function Documentation

◆ createVrmlFromString()

BaseNode[] vrml.Browser.createVrmlFromString ( String vrmlSyntax) throws InvalidVRMLSyntaxException
inline

Definition at line 28 of file Browser.java.

◆ createX3DFromString()

BaseNode[] vrml.Browser.createX3DFromString ( String x3dSyntax) throws InvalidX3DSyntaxException
inline

Definition at line 22 of file Browser.java.

◆ getCurrentFrameRate()

float vrml.Browser.getCurrentFrameRate ( )
inline

Definition at line 17 of file Browser.java.

◆ getCurrentSpeed()

float vrml.Browser.getCurrentSpeed ( )
inline

Definition at line 15 of file Browser.java.

◆ getName()

String vrml.Browser.getName ( )
inline

Definition at line 10 of file Browser.java.

◆ getVersion()

String vrml.Browser.getVersion ( )
inline

Definition at line 13 of file Browser.java.

◆ toString()

String vrml.Browser.toString ( )
inline

Definition at line 7 of file Browser.java.


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