|
int | get_Browser_EVtype (int event) |
|
X3DFieldEventListener | get_Browser_EVObserver (int eventno) |
|
void | Browser_RL_Async_send (String EVentreply, int eventno) |
|
| FreeWRLBrowser (Applet pApplet, int portnum) |
|
| FreeWRLBrowser (Applet pApplet) |
|
void | checkValid () |
|
String | getName () throws InvalidBrowserException, ConnectionException |
|
String | getVersion () throws InvalidBrowserException, ConnectionException |
|
float | getCurrentSpeed () throws InvalidBrowserException, ConnectionException |
|
float | getCurrentFrameRate () throws InvalidBrowserException, ConnectionException |
|
void | replaceWorld (X3DScene passedscene) throws InvalidBrowserException, ConnectionException |
|
void | setDescription (String des) throws InvalidBrowserException, ConnectionException |
|
X3DScene | createX3DFromString (String str) throws InvalidBrowserException, InvalidX3DException, ConnectionException, NotSupportedException |
|
X3DNode | createNodeFromString (String str) |
|
X3DScene | createX3DFromStream (InputStream is) throws InvalidBrowserException, InvalidX3DException, ConnectionException, NotSupportedException, IOException |
|
X3DScene | createX3DFromURL (String[] url) throws InvalidBrowserException, InvalidX3DException, ConnectionException, IOException |
|
Map | getRenderingProperties () throws InvalidBrowserException, ConnectionException |
|
Map | getBrowserProperties () throws InvalidBrowserException, ConnectionException |
|
void | nextViewpoint () throws InvalidBrowserException, ConnectionException |
|
void | previousViewpoint () throws InvalidBrowserException, ConnectionException |
|
void | firstViewpoint () throws InvalidBrowserException, ConnectionException |
|
void | lastViewpoint () throws InvalidBrowserException, ConnectionException |
|
void | print (Object obj) throws InvalidBrowserException, ConnectionException |
|
void | println (Object obj) throws InvalidBrowserException, ConnectionException |
|
String | addRoute (FreeWRLNode fromNode, String fromEventOut, FreeWRLNode toNode, String toEventIn) throws IllegalArgumentException |
|
String | deleteRoute (FreeWRLNode fromNode, String fromEventOut, FreeWRLNode toNode, String toEventIn) throws IllegalArgumentException |
|
void | beginUpdate () |
|
void | endUpdate () |
|
void | initialize () |
|
void | shutdown () |
|
X3DNode | getNode (String NodeName) throws NodeUnavailableException |
|
void | close () |
|
void | dispose () |
|
void | addBrowserListener (BrowserListener listener) throws InvalidBrowserException, ConnectionException |
|
void | removeBrowserListener (BrowserListener listener) throws InvalidBrowserException, ConnectionException |
|
void | browserEvent (int type) |
|
X3DScene | currentScene () |
|
ProfileInfo | getProfile (String name) throws ConnectionException, InvalidBrowserException, NotSupportedException |
|
ProfileInfo[] | getSupportedProfiles () throws InvalidBrowserException, ConnectionException |
|
ComponentInfo[] | getSupportedComponents () throws InvalidBrowserException, ConnectionException |
|
ComponentInfo | getComponent (String name, int level) throws InvalidBrowserException, NotSupportedException, ConnectionException |
|
X3DExecutionContext | getExecutionContext () throws InvalidBrowserException, ConnectionException |
|
X3DScene | createScene (ProfileInfo profile, ComponentInfo[] components) throws InvalidBrowserException, ConnectionException |
|
void | loadURL (String[] url, Map parameters) throws InvalidBrowserException, InvalidURLException, ConnectionException |
|
String | getDescription () throws InvalidBrowserException, ConnectionException |
|
void | stopRender () |
|
void | pauseRender () |
|
X3DScene | importDocument (Node element) throws InvalidBrowserException, InvalidDocumentException, NotSupportedException, ConnectionException |
|
void | addBrowserListener (BrowserListener listener) throws InvalidBrowserException |
|
void | removeBrowserListener (BrowserListener l) throws InvalidBrowserException |
|
void | beginUpdate () throws InvalidBrowserException |
|
void | endUpdate () throws InvalidBrowserException |
|
void | dispose () throws InvalidOperationTimingException |
|
X3DScene | importDocument (Node element) throws InvalidBrowserException, InvalidDocumentException, NotSupportedException, ConnectionException |
|
String | getName () throws InvalidBrowserException, ConnectionException |
|
String | getVersion () throws InvalidBrowserException, ConnectionException |
|
ProfileInfo | getProfile (String name) throws InvalidBrowserException, NotSupportedException, ConnectionException |
|
ProfileInfo[] | getSupportedProfiles () throws InvalidBrowserException, ConnectionException |
|
ComponentInfo[] | getSupportedComponents () throws InvalidBrowserException, ConnectionException |
|
ComponentInfo | getComponent (String name, int level) throws InvalidBrowserException, NotSupportedException, ConnectionException |
|
X3DExecutionContext | getExecutionContext () throws InvalidBrowserException, ConnectionException |
|
X3DScene | createScene (ProfileInfo profile, ComponentInfo[] components) throws InvalidBrowserException, ConnectionException |
|
float | getCurrentSpeed () throws InvalidBrowserException, ConnectionException |
|
float | getCurrentFrameRate () throws InvalidBrowserException, ConnectionException |
|
void | replaceWorld (X3DScene scene) throws InvalidBrowserException, ConnectionException |
|
void | loadURL (String[] url, Map parameters) throws InvalidBrowserException, InvalidURLException, ConnectionException |
|
String | getDescription () throws InvalidBrowserException, ConnectionException |
|
void | setDescription (String desc) throws InvalidBrowserException, ConnectionException |
|
X3DScene | createX3DFromString (String scene) throws InvalidBrowserException, InvalidX3DException, NotSupportedException, ConnectionException |
|
X3DScene | createX3DFromStream (java.io.InputStream is) throws InvalidBrowserException, InvalidX3DException, NotSupportedException, java.io.IOException, ConnectionException |
|
X3DScene | createX3DFromURL (String[] url) throws InvalidBrowserException, InvalidX3DException, ConnectionException, java.io.IOException |
|
java.util.Map | getRenderingProperties () throws InvalidBrowserException, ConnectionException |
|
java.util.Map | getBrowserProperties () throws InvalidBrowserException, ConnectionException |
|
void | nextViewpoint () throws InvalidBrowserException, ConnectionException |
|
void | previousViewpoint () throws InvalidBrowserException, ConnectionException |
|
void | firstViewpoint () throws InvalidBrowserException, ConnectionException |
|
void | lastViewpoint () throws InvalidBrowserException, ConnectionException |
|
void | print (Object obj) throws InvalidBrowserException, ConnectionException |
|
void | println (Object obj) throws InvalidBrowserException, ConnectionException |
|
void | dispose () |
|
int | get_Browser_EVtype (int event) |
|
X3DFieldEventListener | get_Browser_EVObserver (int eventno) |
|
void | Browser_RL_Async_send (String EVentreply, int eventno) |
|