FreeWRL / FreeX3D 4.3.0
org.web3d.x3d.sai.ExternalBrowser Interface Reference
Inheritance diagram for org.web3d.x3d.sai.ExternalBrowser:
org.web3d.x3d.sai.Browser sai.FreeWRLBrowser

Public Member Functions

void addBrowserListener (BrowserListener listener) throws InvalidBrowserException
void removeBrowserListener (BrowserListener l) throws InvalidBrowserException
void beginUpdate () throws InvalidBrowserException
void endUpdate () throws InvalidBrowserException
void dispose () throws InvalidOperationTimingException
Public Member Functions inherited from org.web3d.x3d.sai.Browser
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

Detailed Description

Definition at line 4 of file ExternalBrowser.java.

Member Function Documentation

◆ dispose()

void org.web3d.x3d.sai.ExternalBrowser.dispose ( ) throws InvalidOperationTimingException

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