|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Browser | |
|---|---|
| org.web3d.vrml.scripting.jsai | Implementation of glue code for scripts written in Java. |
| vrml | Classes defined by the VRML97 specification Annex C that provide integration of Java-based scripts into the VRML runtime environment. |
| vrml.node | Classes defined by the VRML97 specification Annex C that define the types of nodes that can be available in the scripting. |
| Uses of Browser in org.web3d.vrml.scripting.jsai |
|---|
| Constructors in org.web3d.vrml.scripting.jsai with parameters of type Browser | |
|---|---|
JSAINode(VRMLNodeType node,
Browser b,
FieldFactory factory)
Construct a new node instance based on the underlying VRML node |
|
JSAINode(VRMLNodeType node,
Browser b,
FieldFactory factory)
Construct a new node instance based on the underlying VRML node |
|
VRML97ScriptWrapper(Script sc,
Browser b)
Create a new script wrapper for the given script class |
|
VRML97ScriptWrapper(Script sc,
Browser b)
Create a new script wrapper for the given script class |
|
| Uses of Browser in vrml |
|---|
| Fields in vrml declared as Browser | |
|---|---|
protected Browser |
BaseNode.browser
The browser reference for the user |
| Methods in vrml that return Browser | |
|---|---|
Browser |
BaseNode.getBrowser()
Get a reference to the browser object to allow access to the scene. |
| Uses of Browser in vrml.node |
|---|
| Methods in vrml.node with parameters of type Browser | |
|---|---|
void |
Script.prepareScript(Browser b,
java.util.Map fields,
VRMLNodeType node)
Prepare the script for execution. |
|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||