|
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 |
|
X3DScene | createX3DFromStream (java.io.InputStream is) throws InvalidBrowserException, InvalidX3DException, NotSupportedException, java.io.IOException, ConnectionException |
|
|
static void | SendChildEvent (String parent, String offset, String FieldName, String Child) |
|
static void | newSendEvent (FreeWRLField field, String Value) |
|
static String | sendGlobalCommand (String command) |
|
static String | SendEventOut (String nodeptr, String offset, String datasize, String datatype, String command) |
|
static void | RegisterListener (X3DFieldEventListener f, Object userData, String nodeptr, String offset, String datatype, String datasize, int EventType) |
|
static void | unRegisterListener (X3DFieldEventListener f, String nodeptr, String offset, String datatype, String datasize, int EventType) |
|
Definition at line 18 of file FreeWRLBrowser.java.