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

Public Member Functions

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 ()
 

Detailed Description

Definition at line 5 of file Browser.java.


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