| java.lang.Object vrml.Browser
Browser | public class Browser (Code) | | Description of the Class
|
Browser | public Browser()(Code) | | Constructor for the Browser object
|
Browser | public Browser(Canvas3D canvas)(Code) | | Constructor for the Browser object
Parameters: canvas - Description of the Parameter |
addRoute | public void addRoute(BaseNode fromNode, String fromEventOut, BaseNode toNode, String toEventIn)(Code) | | Adds a feature to the Route attribute of the Browser object
Parameters: fromNode - The feature to be added to the Route attribute Parameters: fromEventOut - The feature to be added to the Route attribute Parameters: toNode - The feature to be added to the Route attribute Parameters: toEventIn - The feature to be added to the Route attribute |
deleteRoute | public void deleteRoute(BaseNode fromNode, String fromEventOut, BaseNode toNode, String toEventIn)(Code) | | Description of the Method
Parameters: fromNode - Description of the Parameter Parameters: fromEventOut - Description of the Parameter Parameters: toNode - Description of the Parameter Parameters: toEventIn - Description of the Parameter |
getCanvas3D | public Canvas3D getCanvas3D()(Code) | | Gets the canvas3D attribute of the Browser object
The canvas3D value |
getCurrentFrameRate | public float getCurrentFrameRate()(Code) | | Gets the currentFrameRate attribute of the Browser object
The currentFrameRate value |
getCurrentSpeed | public float getCurrentSpeed()(Code) | | Gets the currentSpeed attribute of the Browser object
The currentSpeed value |
getDescription | public String getDescription()(Code) | | Gets the description attribute of the Browser object
The description value |
getName | public String getName()(Code) | | Gets the name attribute of the Browser object
The name value |
getURL | public java.net.URL getURL()(Code) | | Gets the uRL attribute of the Browser object
The uRL value |
getVersion | public String getVersion()(Code) | | Gets the version attribute of the Browser object
The version value |
getViewpointDescriptions | public String[] getViewpointDescriptions()(Code) | | Gets the viewpointDescriptions attribute of the Browser object
The viewpointDescriptions value |
getWorldURL | public String getWorldURL()(Code) | | Gets the worldURL attribute of the Browser object
The worldURL value |
loadStringAsVrml | public void loadStringAsVrml(String sourceVrml)(Code) | | Description of the Method
Parameters: sourceVrml - Description of the Parameter |
outputTiming | public void outputTiming()(Code) | | Description of the Method
|
replaceWorld | public void replaceWorld(BaseNode[] nodes)(Code) | | Description of the Method
Parameters: nodes - Description of the Parameter |
resetViewpoint | public void resetViewpoint()(Code) | | Description of the Method
|
setAWTContainer | public void setAWTContainer(java.awt.Container container)(Code) | | Sets the aWTContainer attribute of the Browser object
Parameters: container - The new aWTContainer value |
setAutoSmooth | public void setAutoSmooth(boolean s)(Code) | | Sets the autoSmooth attribute of the Browser object
Parameters: s - The new autoSmooth value |
setDescription | public void setDescription(String description)(Code) | | Sets the description attribute of the Browser object
Parameters: description - The new description value |
setViewpoint | public void setViewpoint(int vi)(Code) | | Sets the viewpoint attribute of the Browser object
Parameters: vi - The new viewpoint value |
shutDown | public void shutDown()(Code) | | Description of the Method
|
startRender | public void startRender()(Code) | | Description of the Method
|
stopRender | public void stopRender()(Code) | | Description of the Method
|
|
|