Class vrml.Browser

Class vrml.Browser

java.lang.Object
   |
   +----vrml.Browser

public class Browser
extends Object

The API provides ways for scripts to get and set global information associated with the VRML browser, such as the URL of the current world.

This document contains only a Sony's highlevel API methods. About other methods of Browser class, see Moving Worlds Specification :Java API

.

Method Index

o getLocalFile(String[])
Get the specified URL's local filename.
o getPerson()
Get the person Node in current world.

Methods

o getPerson
  public static Node getPerson()
Get the person Node in current world.
Returns:
Node of the person or 0.
o getLocalFile
  public static String getLocalFile(String url[])
Get the specified URL's local filename.
Parameters:
url - URL string array.
Returns:
local file name.